mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Update geany and geany-plugins to 1.29
- Convert to USES=localbase - geanylipsum plugin renamed to lipsum
This commit is contained in:
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
|
@ -1,6 +1,6 @@
|
||||||
lib/geany/geanylipsum.so
|
lib/geany/lipsum.so
|
||||||
%%DOCSDIR%%/geanylipsum/AUTHORS
|
%%DOCSDIR%%/lipsum/AUTHORS
|
||||||
%%DOCSDIR%%/geanylipsum/COPYING
|
%%DOCSDIR%%/lipsum/COPYING
|
||||||
%%DOCSDIR%%/geanylipsum/ChangeLog
|
%%DOCSDIR%%/lipsum/ChangeLog
|
||||||
%%DOCSDIR%%/geanylipsum/NEWS
|
%%DOCSDIR%%/lipsum/NEWS
|
||||||
%%DOCSDIR%%/geanylipsum/README
|
%%DOCSDIR%%/lipsum/README
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1468238578
|
TIMESTAMP = 1479115670
|
||||||
SHA256 (geany-plugins-1.28.tar.bz2) = b13471e0a4cb76d04a96bb21c965087b50c16390edee0c6b3bbd920d8ac17745
|
SHA256 (geany-plugins-1.29.tar.bz2) = 2827e0cf8f58a45759c82b690af5401dbd3ea0ec8dac310e4caea55547637bd7
|
||||||
SIZE (geany-plugins-1.28.tar.bz2) = 3196849
|
SIZE (geany-plugins-1.29.tar.bz2) = 3199885
|
||||||
|
|
|
@ -17,8 +17,7 @@ USE_GNOME+= gtk20 intltool
|
||||||
.if ${PORTNAME} == "geany-plugins-l10n"
|
.if ${PORTNAME} == "geany-plugins-l10n"
|
||||||
GEANY_PLUGIN= po
|
GEANY_PLUGIN= po
|
||||||
po_SWITCH= --enable-nls
|
po_SWITCH= --enable-nls
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
USES+= localbase
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
|
||||||
.else
|
.else
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
GEANY_VER= 1.28
|
GEANY_VER= 1.29
|
||||||
GEANY_PLUGINS_ALL= addons \
|
GEANY_PLUGINS_ALL= addons \
|
||||||
autoclose \
|
autoclose \
|
||||||
automark \
|
automark \
|
||||||
|
@ -93,7 +93,7 @@ extrasel_DIR= geanyextrasel
|
||||||
gendoc_DIR= geanygendoc
|
gendoc_DIR= geanygendoc
|
||||||
insertnum_DIR= geanyinsertnum
|
insertnum_DIR= geanyinsertnum
|
||||||
latex_DIR= geanylatex
|
latex_DIR= geanylatex
|
||||||
lipsum_DIR= geanylipsum
|
lipsum_DIR= lipsum
|
||||||
lua_DIR= geanylua
|
lua_DIR= geanylua
|
||||||
macro_DIR= geanymacro
|
macro_DIR= geanymacro
|
||||||
miniscript_DIR= geanyminiscript
|
miniscript_DIR= geanyminiscript
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= geany
|
PORTNAME= geany
|
||||||
PORTVERSION= 1.28
|
PORTVERSION= 1.29
|
||||||
CATEGORIES= devel editors
|
CATEGORIES= devel editors
|
||||||
MASTER_SITES= http://download.geany.org/ SF
|
MASTER_SITES= http://download.geany.org/ SF
|
||||||
|
|
||||||
|
@ -14,10 +14,8 @@ LICENSE= GPLv2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALLS_ICONS= yes
|
INSTALLS_ICONS= yes
|
||||||
USE_GNOME= gtk20 intltool
|
USE_GNOME= gtk20 intltool
|
||||||
USES= desktop-file-utils gettext-tools \
|
USES= desktop-file-utils gettext-tools gmake libtool \
|
||||||
gmake libtool pathfix pkgconfig tar:bzip2
|
localbase pathfix pkgconfig tar:bzip2
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1468238530
|
TIMESTAMP = 1479115507
|
||||||
SHA256 (geany-1.28.tar.bz2) = f73a3708f1a26e9bf72da564d5037d6f7fedca2e0d6175db0681c2b672100a5a
|
SHA256 (geany-1.29.tar.bz2) = 394307596bc908419617e4c33e93eae8b5b733dfc8d01161677b8cbd3a4fb20f
|
||||||
SIZE (geany-1.28.tar.bz2) = 4315264
|
SIZE (geany-1.29.tar.bz2) = 4364252
|
||||||
|
|
Loading…
Add table
Reference in a new issue