diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-05 04:28:31 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-05 04:28:31 +0800 |
commit | 3127da9b78f31e42eb76eb14c5350d2773903d23 (patch) | |
tree | 809e541af15b73734c43182b4f41107e2d9dd2b8 | |
parent | dff87f87c667f57bd5102bc4cee12731c786a577 (diff) | |
download | freebsd-ports-gnome-3127da9b78f31e42eb76eb14c5350d2773903d23.tar.gz freebsd-ports-gnome-3127da9b78f31e42eb76eb14c5350d2773903d23.tar.zst freebsd-ports-gnome-3127da9b78f31e42eb76eb14c5350d2773903d23.zip |
Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by: portmgr (implicit, PORTREVISION bump on unstaged port)
34 files changed, 52 insertions, 60 deletions
diff --git a/deskutils/gxneur/Makefile b/deskutils/gxneur/Makefile index 466dbbce14db..c36ad0c27f6d 100644 --- a/deskutils/gxneur/Makefile +++ b/deskutils/gxneur/Makefile @@ -3,7 +3,7 @@ PORTNAME= gxneur PORTVERSION= 0.15.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= http://dists.xneur.ru/release-${PORTVERSION}/tgz/ diff --git a/deskutils/xneur/Makefile b/deskutils/xneur/Makefile index afdfc1ce1bb9..dd7655017a9b 100644 --- a/deskutils/xneur/Makefile +++ b/deskutils/xneur/Makefile @@ -3,7 +3,7 @@ PORTNAME= xneur PORTVERSION= 0.15.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MASTER_SITES= http://dists.xneur.ru/release-${DISTVERSION}/tgz/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/devel/librcc/Makefile b/devel/librcc/Makefile index 5ba624b63890..a0a7f2b3d2c9 100644 --- a/devel/librcc/Makefile +++ b/devel/librcc/Makefile @@ -3,7 +3,7 @@ PORTNAME= librcc PORTVERSION= 0.2.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \ LOCAL/fluffy diff --git a/editors/tea/Makefile b/editors/tea/Makefile index b8a590e7953b..94eb040c9919 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -3,6 +3,7 @@ PORTNAME= tea PORTVERSION= 37.2.1 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://semiletov.org/tea/dloads/ diff --git a/editors/winefish/Makefile b/editors/winefish/Makefile index 33bd4983e4c3..a449889ef7be 100644 --- a/editors/winefish/Makefile +++ b/editors/winefish/Makefile @@ -3,7 +3,7 @@ PORTNAME= winefish DISTVERSION= 1.3.3 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= editors print MASTER_SITES= http://download.berlios.de/winefish/ \ http://nivi.interfree.it/distfiles/winefish/ diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index 7cfa7e937ed3..495d84f7b8b7 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmlcopyeditor PORTVERSION= 1.2.0.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION} diff --git a/graphics/ocre/Makefile b/graphics/ocre/Makefile index 35332b6762a4..a205670e170f 100644 --- a/graphics/ocre/Makefile +++ b/graphics/ocre/Makefile @@ -3,7 +3,7 @@ PORTNAME= ocre PORTVERSION= 0.042 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://lem.eui.upm.es/pub/ocre/ DISTNAME= ${PORTNAME}_v${PORTVERSION:S/./_/} diff --git a/graphics/yagf/Makefile b/graphics/yagf/Makefile index fa8ca4ec337b..3b33851d454b 100644 --- a/graphics/yagf/Makefile +++ b/graphics/yagf/Makefile @@ -3,7 +3,7 @@ PORTNAME= yagf PORTVERSION= 0.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://symmetrica.net/cuneiform-linux/ diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index 15f2855b546f..560bbb402d4b 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME= weechat PORTVERSION= 20140213 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://perturb.me.uk/distfiles/weechat-devel/ \ ${MASTER_SITE_LOCAL} @@ -15,7 +16,8 @@ COMMENT= Lightweight and user friendly ncurses based IRC client LICENSE= GPLv3 -UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt CONFLICTS= weechat-0.3* @@ -24,9 +26,6 @@ USES= cmake iconv ncurses CMAKE_ARGS+= -DENABLE_GUILE=no CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt - GITDESC= v0.4.3-14-gc324610 GITREV!= echo "${GITDESC}" | sed -E 's/^.*-g(.{7})$$/\1/' WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV} @@ -37,7 +36,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV} OPTIONS_DEFINE= RUBY PYTHON PERL TCL LUA CHARSET BACKTRACE DEBUG ASPELL \ GNUTLS NLS DOCS ICON MANPAGES -OPTIONS_DEFAULTS= RUBY PYTHON PERL TCL LUA CHARSET BACKTRACE DEBUG ASPELL \ +OPTIONS_DEFAULT=RUBY PYTHON PERL TCL LUA CHARSET BACKTRACE DEBUG ASPELL \ GNUTLS ICON MANPAGES BACKTRACE_DESC= Provide crash backtraces @@ -68,7 +67,7 @@ PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MASPELL} -BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell +LIB_DEPENDS+= libaspell.so:${PORTSDIR}/textproc/aspell PLIST_SUB+= ASPELL="" .else CMAKE_ARGS+= -DENABLE_ASPELL=no diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index 852510392841..29038aae6bc3 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -3,7 +3,7 @@ PORTNAME= weechat PORTVERSION= 0.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://weechat.org/files/src/ \ http://perturb.me.uk/distfiles/weechat/:mandocs \ @@ -16,6 +16,9 @@ COMMENT= Lightweight and user friendly ncurses based IRC client LICENSE= GPLv3 +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt + CONFLICTS= weechat-devel-0.* USE_LDCONFIG= yes @@ -23,9 +26,6 @@ USES= cmake iconv ncurses CMAKE_ARGS+= -DENABLE_GUILE=no CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt - OPTIONS_DEFINE= RUBY PYTHON PERL TCL LUA CHARSET BACKTRACE ASPELL \ GNUTLS NLS ICON MANPAGES DOCS OPTIONS_DEFAULT=RUBY PYTHON PERL TCL LUA CHARSET BACKTRACE ASPELL \ @@ -58,7 +58,7 @@ PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MASPELL} -BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell +LIB_DEPENDS+= libaspell.so:${PORTSDIR}/textproc/aspell PLIST_SUB+= ASPELL="" .else CMAKE_ARGS+= -DENABLE_ASPELL=no diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index a393f64246ae..2449f2b56ce9 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -291,7 +291,7 @@ CONFIGURE_ARGS+=--enable-posix .endif .if ${PHP_MODNAME} == "pspell" -LIB_DEPENDS+= libaspell.so.16:${PORTSDIR}/textproc/aspell +LIB_DEPENDS+= libaspell.so:${PORTSDIR}/textproc/aspell CONFIGURE_ARGS+=--with-pspell=${LOCALBASE} diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index dce39b13226c..17ce1d738363 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -4,6 +4,7 @@ PORTNAME= balsa PORTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ @@ -13,8 +14,7 @@ COMMENT= Mail reader for the GNOME desktop BUILD_DEPENDS= gnome-keyring:${PORTSDIR}/security/gnome-keyring \ itstool:${PORTSDIR}/textproc/itstool \ yelp-tools>=0:${PORTSDIR}/textproc/yelp-tools -LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell \ - libpcre.so:${PORTSDIR}/devel/pcre \ +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ libesmtp.so:${PORTSDIR}/mail/libesmtp \ libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 diff --git a/mail/cone/Makefile b/mail/cone/Makefile index 0928161ea41a..9365150b397c 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -3,7 +3,7 @@ PORTNAME= cone PORTVERSION= 0.90 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail # This is for beta versions, leave it in please: #MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ \ diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile index f20e9ccdac06..67d5e2f784cf 100644 --- a/net-im/ayttm/Makefile +++ b/net-im/ayttm/Makefile @@ -3,7 +3,7 @@ PORTNAME= ayttm PORTVERSION= 0.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= SF @@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile \ libjasper.so:${PORTSDIR}/graphics/jasper \ libgpgme.so:${PORTSDIR}/security/gpgme \ - libpspell.so:${PORTSDIR}/textproc/aspell \ libenchant.so:${PORTSDIR}/textproc/enchant OPTIONS_DEFINE= ESOUND YAHOO diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index 55977cf3075c..1473dc990135 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -3,7 +3,7 @@ PORTNAME= mcabber PORTVERSION= 0.10.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CENKES diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile index db9f8fc57478..ab8348efcd8e 100644 --- a/net-im/psi/Makefile +++ b/net-im/psi/Makefile @@ -3,6 +3,7 @@ PORTNAME= psi PORTVERSION= 0.15 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= SF/${PORTNAME}/Psi/${PORTVERSION} diff --git a/net-p2p/eiskaltdcpp-qt/Makefile b/net-p2p/eiskaltdcpp-qt/Makefile index 1051335aa595..30ddf8661d38 100644 --- a/net-p2p/eiskaltdcpp-qt/Makefile +++ b/net-p2p/eiskaltdcpp-qt/Makefile @@ -3,7 +3,7 @@ PORTNAME= eiskaltdcpp-qt PORTVERSION= 2.2.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-p2p MASTER_SITES= GOOGLE_CODE DISTNAME= eiskaltdcpp-${DISTVERSION} diff --git a/polish/ekg2/Makefile b/polish/ekg2/Makefile index 751fcdbfa3ed..105c225c6707 100644 --- a/polish/ekg2/Makefile +++ b/polish/ekg2/Makefile @@ -3,7 +3,7 @@ PORTNAME= ekg2 PORTVERSION= 0.3.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= http://pl.ekg2.org/ @@ -35,6 +35,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lintl -pthread CFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= ASPELL GPG GSM GTK2 NLS PERL PYTHON SQLITE UNICODE XOSD +OPTIONS_DEFAULT=ASPELL OPTIONS_SUB= yes ASPELL_DESC= Enable spell checking support @@ -47,8 +48,6 @@ SQLITE_DESC= Enable sqlite plugin UNICODE_DESC= Enable unicode (experimental) XOSD_DESC= Enable xosd plugin -OPTIONS_DEFAULT=ASPELL - ASPELL_CONFIGURE_ON= --with-aspell ASPELL_CONFIGURE_OFF= --without-aspell ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 775c46910387..137f9daaa6c0 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -3,6 +3,7 @@ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} +PORTREVISION= 1 CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index 80068d0cf9f9..7e52551bd522 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.5.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= print editors MASTER_SITES= http://download.tuxfamily.org/bartcoding/FreeBSD/ \ ${MASTER_SITE_LOCAL} diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index ab3e9a7467c2..5cbd117b1b60 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -3,7 +3,7 @@ PORTNAME= aspell PORTVERSION= 0.60.6.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= GNU/aspell @@ -21,7 +21,7 @@ CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \ --enable-curses=ncursesw \ --enable-static -USES= gmake iconv perl5 shebangfix +USES= gmake iconv libtool perl5 shebangfix USE_LDCONFIG= yes SHEBANG_FILES= scripts/aspell-import diff --git a/textproc/aspell/Makefile.inc b/textproc/aspell/Makefile.inc index b3d9d6ea45b8..428e47f4eb44 100644 --- a/textproc/aspell/Makefile.inc +++ b/textproc/aspell/Makefile.inc @@ -8,8 +8,7 @@ PORTVERSION?= ${DISTVERSION:tl:C/cvs/0_/:C/pt_../p/:C/[0-9]?-?[a-z]+-//g:C/([0-9 LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell -USES+= gmake -USE_BZIP2= yes +USES+= gmake tar:bzip2 HAS_CONFIGURE= yes PLIST_SUB= VER=${VER} diff --git a/textproc/aspell/files/patch-configure b/textproc/aspell/files/patch-configure index 01628c54baf6..66aaa5e2b6a2 100644 --- a/textproc/aspell/files/patch-configure +++ b/textproc/aspell/files/patch-configure @@ -9,18 +9,7 @@ then CXXFLAGS="$CXXFLAGS -fno-exceptions" fi -@@ -8101,6 +8101,10 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ltmain" -+save_CC="$CC" -+CC="$CXX" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS -+CC="$save_CC" - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -18179,7 +18183,7 @@ +@@ -18179,7 +18179,7 @@ CURSES_LIB=-lncurses cat >>confdefs.h <<\_ACEOF @@ -29,7 +18,7 @@ _ACEOF else -@@ -18366,8 +18370,8 @@ +@@ -18366,8 +18366,8 @@ if test "$enable_wide_curses" != "no" then diff --git a/textproc/aspell/pkg-plist b/textproc/aspell/pkg-plist index 25af7a89040b..10d498a52026 100644 --- a/textproc/aspell/pkg-plist +++ b/textproc/aspell/pkg-plist @@ -68,13 +68,13 @@ lib/aspell-%%VER%%/spell lib/aspell-%%VER%%/split.kbd lib/aspell-%%VER%%/standard.kbd lib/libaspell.a -lib/libaspell.la lib/libaspell.so -lib/libaspell.so.16 +lib/libaspell.so.15 +lib/libaspell.so.15.1.5 lib/libpspell.a -lib/libpspell.la lib/libpspell.so -lib/libpspell.so.16 +lib/libpspell.so.15 +lib/libpspell.so.15.1.5 man/man1/aspell-import.1.gz man/man1/aspell.1.gz man/man1/prezip-bin.1.gz diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index 479a87197d8e..882b5688733b 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -4,7 +4,7 @@ PORTNAME= enchant PORTVERSION= 1.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc gnome MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/ DIST_SUBDIR= gnome2 diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile index 2183f106fc85..981d3ace01f7 100644 --- a/textproc/gnome-spell/Makefile +++ b/textproc/gnome-spell/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-spell PORTVERSION= 1.0.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/textproc/gnome-translate/Makefile b/textproc/gnome-translate/Makefile index d1a9dfe14eed..1cb33fbb9871 100644 --- a/textproc/gnome-translate/Makefile +++ b/textproc/gnome-translate/Makefile @@ -3,13 +3,13 @@ PORTNAME= gnome-translate PORTVERSION= 0.99 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= libtranslate MAINTAINER= ports@FreeBSD.org -COMMENT= A natural language translator +COMMENT= Natural language translator LIB_DEPENDS= libtranslate.so:${PORTSDIR}/textproc/libtranslate diff --git a/textproc/link-grammar/Makefile b/textproc/link-grammar/Makefile index bf4f80980bd4..de8d79589de6 100644 --- a/textproc/link-grammar/Makefile +++ b/textproc/link-grammar/Makefile @@ -2,14 +2,14 @@ PORTNAME= link-grammar PORTVERSION= 4.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Grammar checking library -LIB_DEPENDS= libpspell.so:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell OPTIONS_DEFINE= DOCS diff --git a/textproc/p5-Text-Aspell/Makefile b/textproc/p5-Text-Aspell/Makefile index 96a96a3fd0fd..89d33e2ca9e4 100644 --- a/textproc/p5-Text-Aspell/Makefile +++ b/textproc/p5-Text-Aspell/Makefile @@ -3,7 +3,7 @@ PORTNAME= Text-Aspell PORTVERSION= 0.09 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/textproc/php5-pspell/Makefile b/textproc/php5-pspell/Makefile index c56566ef160b..398098bf0a29 100644 --- a/textproc/php5-pspell/Makefile +++ b/textproc/php5-pspell/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php5 diff --git a/textproc/php53-pspell/Makefile b/textproc/php53-pspell/Makefile index 83602ffe4d5c..854857578815 100644 --- a/textproc/php53-pspell/Makefile +++ b/textproc/php53-pspell/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PORTREVISION= 3 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php53 diff --git a/textproc/php55-pspell/Makefile b/textproc/php55-pspell/Makefile index 36d27eec6153..0d9c21bb74e6 100644 --- a/textproc/php55-pspell/Makefile +++ b/textproc/php55-pspell/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php55 diff --git a/www/bluefish-devel/Makefile b/www/bluefish-devel/Makefile index fd0fce527bd9..12b6547f824d 100644 --- a/www/bluefish-devel/Makefile +++ b/www/bluefish-devel/Makefile @@ -12,8 +12,8 @@ DISTNAME= ${PORTNAME}-unstable-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Development release of port bluefish -LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre \ - aspell.16:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ + libaspell.so:${PORTSDIR}/textproc/aspell IGNORE= the devel release are currently suspended, install www/bluefish, new release is 2.0 diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index ea3a2052d667..41babf98d489 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnustep-gui PORTVERSION= 0.24.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core |