update geany

This commit is contained in:
ziggi
2021-04-10 05:21:17 +00:00
parent e9284320ea
commit 50da17aa56
8 changed files with 29 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
# $id$ # $id$
# #
PORTNAME= geany-plugins PORTNAME= geany-plugins
PORTVERSION= 1.36 PORTVERSION= 1.37
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= http://plugins.geany.org/geany-plugins/ MASTER_SITES= http://plugins.geany.org/geany-plugins/

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1574406409 TIMESTAMP = 1616741926
SHA256 (geany-plugins-1.36.tar.bz2) = ebe18dd699292174622e8cb8745b020ada8a5be3b604ab980af36e8518df7ce6 SHA256 (geany-plugins-1.37.tar.bz2) = c98f9b1303f4ab9bed7587e749cd0b5594d9136a1bf8ba110900d46a17fa9cd8
SIZE (geany-plugins-1.36.tar.bz2) = 3379066 SIZE (geany-plugins-1.37.tar.bz2) = 3385143

View File

@@ -18,6 +18,8 @@ lib/geany/geanyminiscript.la
lib/geany/geanyminiscript.so lib/geany/geanyminiscript.so
lib/geany/geanynumberedbookmarks.la lib/geany/geanynumberedbookmarks.la
lib/geany/geanynumberedbookmarks.so lib/geany/geanynumberedbookmarks.so
lib/geany/geanypg.la
lib/geany/geanypg.so
lib/geany/geanyprj.la lib/geany/geanyprj.la
lib/geany/geanyprj.so lib/geany/geanyprj.so
lib/geany/geanyvc.la lib/geany/geanyvc.la
@@ -112,6 +114,11 @@ share/doc/geany-plugins/geanynumberedbookmarks/ChangeLog
share/doc/geany-plugins/geanynumberedbookmarks/COPYING share/doc/geany-plugins/geanynumberedbookmarks/COPYING
share/doc/geany-plugins/geanynumberedbookmarks/NEWS share/doc/geany-plugins/geanynumberedbookmarks/NEWS
share/doc/geany-plugins/geanynumberedbookmarks/README share/doc/geany-plugins/geanynumberedbookmarks/README
share/doc/geany-plugins/geanypg/AUTHORS
share/doc/geany-plugins/geanypg/ChangeLog
share/doc/geany-plugins/geanypg/COPYING
share/doc/geany-plugins/geanypg/NEWS
share/doc/geany-plugins/geanypg/README
share/doc/geany-plugins/geanyprj/AUTHORS share/doc/geany-plugins/geanyprj/AUTHORS
share/doc/geany-plugins/geanyprj/ChangeLog share/doc/geany-plugins/geanyprj/ChangeLog
share/doc/geany-plugins/geanyprj/COPYING share/doc/geany-plugins/geanyprj/COPYING
@@ -289,6 +296,7 @@ share/locale/zh_CN/LC_MESSAGES/geany-plugins.mo
@dir share/doc/geany-plugins/geanymacro @dir share/doc/geany-plugins/geanymacro
@dir share/doc/geany-plugins/geanyminiscript @dir share/doc/geany-plugins/geanyminiscript
@dir share/doc/geany-plugins/geanynumberedbookmarks @dir share/doc/geany-plugins/geanynumberedbookmarks
@dir share/doc/geany-plugins/geanypg
@dir share/doc/geany-plugins/geanyprj @dir share/doc/geany-plugins/geanyprj
@dir share/doc/geany-plugins/geanyvc @dir share/doc/geany-plugins/geanyvc
@dir share/doc/geany-plugins/keyrecord @dir share/doc/geany-plugins/keyrecord
@@ -309,6 +317,7 @@ share/locale/zh_CN/LC_MESSAGES/geany-plugins.mo
@dir share/doc/geany-plugins/vimode @dir share/doc/geany-plugins/vimode
@dir share/doc/geany-plugins/xmlsnippets @dir share/doc/geany-plugins/xmlsnippets
@dir share/doc/geany-plugins @dir share/doc/geany-plugins
@dir share/doc
@dir share/geany-plugins/debugger @dir share/geany-plugins/debugger
@dir share/geany-plugins/overview @dir share/geany-plugins/overview
@dir share/geany-plugins/pohelper @dir share/geany-plugins/pohelper
@@ -348,3 +357,4 @@ share/locale/zh_CN/LC_MESSAGES/geany-plugins.mo
@dir share/locale/tr @dir share/locale/tr
@dir share/locale/zh_CN/LC_MESSAGES @dir share/locale/zh_CN/LC_MESSAGES
@dir share/locale/zh_CN @dir share/locale/zh_CN
@dir share/locale

View File

@@ -2,7 +2,7 @@
# $Id$ # $Id$
# #
PORTNAME= geany PORTNAME= geany
PORTVERSION= 1.36 PORTVERSION= 1.37.1
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= http://download.geany.org/ SF MASTER_SITES= http://download.geany.org/ SF
@@ -29,6 +29,7 @@ MAN1= geany.1
CONFIGURE_ARGS+=--enable-vte CONFIGURE_ARGS+=--enable-vte
#CONFIGURE_ARGS+=--disable-vte #CONFIGURE_ARGS+=--disable-vte
CONFIGURE_ARGS+= --enable-gtk2
FILES= ${WRKSRC}/configure ${WRKSRC}/*.pc.in FILES= ${WRKSRC}/configure ${WRKSRC}/*.pc.in

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1574405780 TIMESTAMP = 1616704643
SHA256 (geany-1.36.tar.bz2) = 9184dd3dd40b7b84fca70083284bb9dbf2ee8022bf2be066bdc36592d909d53e SHA256 (geany-1.37.1.tar.bz2) = 18c5756444c1d8bcd737c8ecfd4ef0b3607c924fc02560d4e8b78f6121531a18
SIZE (geany-1.36.tar.bz2) = 4644521 SIZE (geany-1.37.1.tar.bz2) = 4689173

View File

@@ -19,6 +19,7 @@ include/geany/plugindata.h
include/geany/pluginutils.h include/geany/pluginutils.h
include/geany/prefs.h include/geany/prefs.h
include/geany/project.h include/geany/project.h
include/geany/scintilla/Compat.h
include/geany/scintilla/Sci_Position.h include/geany/scintilla/Sci_Position.h
include/geany/scintilla/SciLexer.h include/geany/scintilla/SciLexer.h
include/geany/scintilla/Scintilla.h include/geany/scintilla/Scintilla.h
@@ -64,6 +65,7 @@ share/geany/filedefs/filetypes.Arduino.conf
share/geany/filedefs/filetypes.asciidoc share/geany/filedefs/filetypes.asciidoc
share/geany/filedefs/filetypes.asm share/geany/filedefs/filetypes.asm
share/geany/filedefs/filetypes.batch share/geany/filedefs/filetypes.batch
share/geany/filedefs/filetypes.bibtex
share/geany/filedefs/filetypes.c share/geany/filedefs/filetypes.c
share/geany/filedefs/filetypes.caml share/geany/filedefs/filetypes.caml
share/geany/filedefs/filetypes.Clojure.conf share/geany/filedefs/filetypes.Clojure.conf
@@ -119,6 +121,7 @@ share/geany/filedefs/filetypes.ruby
share/geany/filedefs/filetypes.rust share/geany/filedefs/filetypes.rust
share/geany/filedefs/filetypes.Scala.conf share/geany/filedefs/filetypes.Scala.conf
share/geany/filedefs/filetypes.sh share/geany/filedefs/filetypes.sh
share/geany/filedefs/filetypes.smalltalk
share/geany/filedefs/filetypes.sql share/geany/filedefs/filetypes.sql
share/geany/filedefs/filetypes.Swift.conf share/geany/filedefs/filetypes.Swift.conf
share/geany/filedefs/filetypes.tcl share/geany/filedefs/filetypes.tcl
@@ -215,6 +218,7 @@ share/locale/he/LC_MESSAGES/geany.mo
share/locale/hi/LC_MESSAGES/geany.mo share/locale/hi/LC_MESSAGES/geany.mo
share/locale/hu/LC_MESSAGES/geany.mo share/locale/hu/LC_MESSAGES/geany.mo
share/locale/id/LC_MESSAGES/geany.mo share/locale/id/LC_MESSAGES/geany.mo
share/locale/ie/LC_MESSAGES/geany.mo
share/locale/it/LC_MESSAGES/geany.mo share/locale/it/LC_MESSAGES/geany.mo
share/locale/ja/LC_MESSAGES/geany.mo share/locale/ja/LC_MESSAGES/geany.mo
share/locale/kk/LC_MESSAGES/geany.mo share/locale/kk/LC_MESSAGES/geany.mo
@@ -292,6 +296,8 @@ share/locale/zh_TW/LC_MESSAGES/geany.mo
@dir share/locale/hu @dir share/locale/hu
@dir share/locale/id/LC_MESSAGES @dir share/locale/id/LC_MESSAGES
@dir share/locale/id @dir share/locale/id
@dir share/locale/ie/LC_MESSAGES
@dir share/locale/ie
@dir share/locale/it/LC_MESSAGES @dir share/locale/it/LC_MESSAGES
@dir share/locale/it @dir share/locale/it
@dir share/locale/ja/LC_MESSAGES @dir share/locale/ja/LC_MESSAGES

View File

@@ -2,7 +2,7 @@
# $Id$ # $Id$
# #
PORTNAME= vlc PORTNAME= vlc
DISTVERSION= 3.0.10 DISTVERSION= 3.0.12
CATEGORIES= multimedia audio net www CATEGORIES= multimedia audio net www
MASTER_SITES+= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ MASTER_SITES+= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/
MASTER_SITES+= http://ftp.snt.utwente.nl/pub/software/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ MASTER_SITES+= http://ftp.snt.utwente.nl/pub/software/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1589608140 TIMESTAMP = 1616182294
SHA256 (vlc-3.0.10.tar.xz) = a966abfc7f3b2ff3adaa130306ecaf5d6ad3b6dc73385fc9ab0c1204029d4c31 SHA256 (vlc-3.0.12.tar.xz) = eff458f38a92126094f44f2263c2bf2c7cdef271b48192d0fe7b1726388cf879
SIZE (vlc-3.0.10.tar.xz) = 26096828 SIZE (vlc-3.0.12.tar.xz) = 25997468