diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-08 04:20:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-08 04:20:26 +0800 |
commit | 915b2e1fe1765e7dd5d20a5f539549cdcccccc1c (patch) | |
tree | 7fc26b7c64557e44d2488a89f5ea188fef1bc54c /www | |
parent | bed71720adeb7316229bd3b328f5edc0cc5b825f (diff) | |
download | freebsd-ports-gnome-915b2e1fe1765e7dd5d20a5f539549cdcccccc1c.tar.gz freebsd-ports-gnome-915b2e1fe1765e7dd5d20a5f539549cdcccccc1c.tar.zst freebsd-ports-gnome-915b2e1fe1765e7dd5d20a5f539549cdcccccc1c.zip |
Update to latest snapshot. Adds stability when opening/closing larger
number of files at high rates.
PR: 48063
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/bluefish-devel/Makefile | 10 | ||||
-rw-r--r-- | www/bluefish-devel/distinfo | 2 | ||||
-rw-r--r-- | www/bluefish-devel/pkg-plist | 9 |
3 files changed, 7 insertions, 14 deletions
diff --git a/www/bluefish-devel/Makefile b/www/bluefish-devel/Makefile index e053c56661c2..21b7f9f3278c 100644 --- a/www/bluefish-devel/Makefile +++ b/www/bluefish-devel/Makefile @@ -6,21 +6,21 @@ # PORTNAME= bluefish -PORTVERSION= 0.8.20030113 -PORTREVISION= 1 +PORTVERSION= 0.8.20030207 CATEGORIES= www editors MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/snapshots/ \ ftp://bluefish.advancecreations.com/pub/bluefish/snapshots/ \ http://bluefish.mrball.net/snapshots/ \ ftp://ftp.ratisbona.com/pub/bluefish/snapshots/ \ http://bluefish.shellhung.org/snapshots/ -DISTNAME= ${PORTNAME}-gtk2port-2003-01-13 +DISTNAME= ${PORTNAME}-gtk2port-2003-02-07 EXTRACT_SUFX= .tgz MAINTAINER= einekoai@chello.nl LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ - pcre.0:${PORTSDIR}/devel/pcre + pcre.0:${PORTSDIR}/devel/pcre \ + aspell.15:${PORTSDIR}/textproc/aspell RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint WRKSRC= ${WRKDIR}/bluefish-gtk2 @@ -29,5 +29,7 @@ USE_GMAKE= yes USE_PERL5_BUILD= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> diff --git a/www/bluefish-devel/distinfo b/www/bluefish-devel/distinfo index ea6f4233c585..7d4468d02469 100644 --- a/www/bluefish-devel/distinfo +++ b/www/bluefish-devel/distinfo @@ -1 +1 @@ -MD5 (bluefish-gtk2port-2003-01-13.tgz) = 225925daba74d0636046eabce94a8dde +MD5 (bluefish-gtk2port-2003-02-07.tgz) = 6e7b4602dbd375a22236307b7e8c11a9 diff --git a/www/bluefish-devel/pkg-plist b/www/bluefish-devel/pkg-plist index 7ac0f3dd19cf..c8e6e9cb3c3d 100644 --- a/www/bluefish-devel/pkg-plist +++ b/www/bluefish-devel/pkg-plist @@ -12,20 +12,11 @@ share/bluefish/icon_java.png share/bluefish/icon_php.png share/bluefish/icon_unknown.png share/bluefish/icon_xml.png -share/locale/cs/LC_MESSAGES/bluefish.mo share/locale/da/LC_MESSAGES/bluefish.mo -share/locale/de/LC_MESSAGES/bluefish.mo -share/locale/el/LC_MESSAGES/bluefish.mo -share/locale/en/LC_MESSAGES/bluefish.mo share/locale/es/LC_MESSAGES/bluefish.mo share/locale/fr/LC_MESSAGES/bluefish.mo share/locale/hu/LC_MESSAGES/bluefish.mo share/locale/it/LC_MESSAGES/bluefish.mo -share/locale/ja/LC_MESSAGES/bluefish.mo -share/locale/nl/LC_MESSAGES/bluefish.mo share/locale/no/LC_MESSAGES/bluefish.mo share/locale/pl/LC_MESSAGES/bluefish.mo -share/locale/pt_BR/LC_MESSAGES/bluefish.mo -share/locale/ro/LC_MESSAGES/bluefish.mo -share/locale/sv/LC_MESSAGES/bluefish.mo @dirrm share/bluefish |