- Update geany and geany-plugins to 1.29

- Convert to USES=localbase
- geanylipsum plugin renamed to lipsum
This commit is contained in:
Guido Falsi 2016-11-14 17:59:46 +00:00
parent e3ae1432b8
commit 6e9971b673
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426127
6 changed files with 18 additions and 21 deletions

View file

@ -1,6 +1,6 @@
lib/geany/geanylipsum.so
%%DOCSDIR%%/geanylipsum/AUTHORS
%%DOCSDIR%%/geanylipsum/COPYING
%%DOCSDIR%%/geanylipsum/ChangeLog
%%DOCSDIR%%/geanylipsum/NEWS
%%DOCSDIR%%/geanylipsum/README
lib/geany/lipsum.so
%%DOCSDIR%%/lipsum/AUTHORS
%%DOCSDIR%%/lipsum/COPYING
%%DOCSDIR%%/lipsum/ChangeLog
%%DOCSDIR%%/lipsum/NEWS
%%DOCSDIR%%/lipsum/README

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1468238578
SHA256 (geany-plugins-1.28.tar.bz2) = b13471e0a4cb76d04a96bb21c965087b50c16390edee0c6b3bbd920d8ac17745
SIZE (geany-plugins-1.28.tar.bz2) = 3196849
TIMESTAMP = 1479115670
SHA256 (geany-plugins-1.29.tar.bz2) = 2827e0cf8f58a45759c82b690af5401dbd3ea0ec8dac310e4caea55547637bd7
SIZE (geany-plugins-1.29.tar.bz2) = 3199885

View file

@ -17,8 +17,7 @@ USE_GNOME+= gtk20 intltool
.if ${PORTNAME} == "geany-plugins-l10n"
GEANY_PLUGIN= po
po_SWITCH= --enable-nls
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USES+= localbase
.else
INSTALL_TARGET= install-strip
.endif

View file

@ -1,6 +1,6 @@
# $FreeBSD$
GEANY_VER= 1.28
GEANY_VER= 1.29
GEANY_PLUGINS_ALL= addons \
autoclose \
automark \
@ -93,7 +93,7 @@ extrasel_DIR= geanyextrasel
gendoc_DIR= geanygendoc
insertnum_DIR= geanyinsertnum
latex_DIR= geanylatex
lipsum_DIR= geanylipsum
lipsum_DIR= lipsum
lua_DIR= geanylua
macro_DIR= geanymacro
miniscript_DIR= geanyminiscript

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= geany
PORTVERSION= 1.28
PORTVERSION= 1.29
CATEGORIES= devel editors
MASTER_SITES= http://download.geany.org/ SF
@ -14,10 +14,8 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_GNOME= gtk20 intltool
USES= desktop-file-utils gettext-tools \
gmake libtool pathfix pkgconfig tar:bzip2
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USES= desktop-file-utils gettext-tools gmake libtool \
localbase pathfix pkgconfig tar:bzip2
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1468238530
SHA256 (geany-1.28.tar.bz2) = f73a3708f1a26e9bf72da564d5037d6f7fedca2e0d6175db0681c2b672100a5a
SIZE (geany-1.28.tar.bz2) = 4315264
TIMESTAMP = 1479115507
SHA256 (geany-1.29.tar.bz2) = 394307596bc908419617e4c33e93eae8b5b733dfc8d01161677b8cbd3a4fb20f
SIZE (geany-1.29.tar.bz2) = 4364252