mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
Update devel/geany and it's pluginsd to 1.30
Release Notes: http://www.geany.org/Documentation/ReleaseNotes
This commit is contained in:
parent
097a6e0730
commit
452edd15e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435587
6 changed files with 11 additions and 8 deletions
|
@ -6,6 +6,8 @@ lib/geany/geanypy/geany/__init__.py
|
|||
lib/geany/geanypy/geany/__init__.pyc
|
||||
lib/geany/geanypy/geany/console.py
|
||||
lib/geany/geanypy/geany/console.pyc
|
||||
lib/geany/geanypy/geany/logger.py
|
||||
lib/geany/geanypy/geany/logger.pyc
|
||||
lib/geany/geanypy/geany/plugin.py
|
||||
lib/geany/geanypy/geany/plugin.pyc
|
||||
lib/geany/geanypy/geany/signalmanager.py
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1479115670
|
||||
SHA256 (geany-plugins-1.29.tar.bz2) = 2827e0cf8f58a45759c82b690af5401dbd3ea0ec8dac310e4caea55547637bd7
|
||||
SIZE (geany-plugins-1.29.tar.bz2) = 3199885
|
||||
TIMESTAMP = 1488804857
|
||||
SHA256 (geany-plugins-1.30.tar.bz2) = 8adb90645d273d9549e1fa99b69ea87dc1fd612f7467eb18eee11a6b30c9ba5b
|
||||
SIZE (geany-plugins-1.30.tar.bz2) = 3198506
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
GEANY_VER= 1.29
|
||||
GEANY_VER= 1.30
|
||||
GEANY_PLUGINS_ALL= addons \
|
||||
autoclose \
|
||||
automark \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= geany
|
||||
PORTVERSION= 1.29
|
||||
PORTVERSION= 1.30
|
||||
CATEGORIES= devel editors
|
||||
MASTER_SITES= http://download.geany.org/ SF
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1479115507
|
||||
SHA256 (geany-1.29.tar.bz2) = 394307596bc908419617e4c33e93eae8b5b733dfc8d01161677b8cbd3a4fb20f
|
||||
SIZE (geany-1.29.tar.bz2) = 4364252
|
||||
TIMESTAMP = 1488804765
|
||||
SHA256 (geany-1.30.tar.bz2) = b2dec920c77bc3e88d5f7b0f1dbe4f5200f36df3b346d1aba39323bc30afae6d
|
||||
SIZE (geany-1.30.tar.bz2) = 4381257
|
||||
|
|
|
@ -84,6 +84,7 @@ share/applications/geany.desktop
|
|||
%%DATADIR%%/GPL-2
|
||||
%%DATADIR%%/colorschemes/alt.conf
|
||||
%%DATADIR%%/filetype_extensions.conf
|
||||
%%DATADIR%%/filedefs/filetypes.Arduino.conf
|
||||
%%DATADIR%%/filedefs/filetypes.CUDA.conf
|
||||
%%DATADIR%%/filedefs/filetypes.Clojure.conf
|
||||
%%DATADIR%%/filedefs/filetypes.Cython.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue