diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-24 09:34:32 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-24 09:34:32 +0800 |
commit | 59775b91aa2af702c43514fe5b65105f8b21a97d (patch) | |
tree | 7d9c3c3ae062a296f95ccc99509075d710019524 /www | |
parent | 3fa41fda3175d5c80c6bd1778032d52262b8ca20 (diff) | |
download | freebsd-ports-gnome-59775b91aa2af702c43514fe5b65105f8b21a97d.tar.gz freebsd-ports-gnome-59775b91aa2af702c43514fe5b65105f8b21a97d.tar.zst freebsd-ports-gnome-59775b91aa2af702c43514fe5b65105f8b21a97d.zip |
Update to 2003-08-17 which adds basic project management support.
Diffstat (limited to 'www')
-rw-r--r-- | www/bluefish-devel/Makefile | 8 | ||||
-rw-r--r-- | www/bluefish-devel/distinfo | 2 | ||||
-rw-r--r-- | www/bluefish-devel/files/patch-Makefile.in | 20 |
3 files changed, 5 insertions, 25 deletions
diff --git a/www/bluefish-devel/Makefile b/www/bluefish-devel/Makefile index 9f204d921106..526888ca35fc 100644 --- a/www/bluefish-devel/Makefile +++ b/www/bluefish-devel/Makefile @@ -6,14 +6,14 @@ # PORTNAME= bluefish -PORTVERSION= 0.11 +PORTVERSION= 0.11.20030817 CATEGORIES= www editors MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/${DOWNLOAD}/ \ ftp://bluefish.advancecreations.com/pub/bluefish/${DOWNLOAD}/ \ http://bluefish.mrball.net/${DOWNLOAD}/ \ ftp://ftp.ratisbona.com/pub/bluefish/${DOWNLOAD}/ \ http://bluefish.shellhung.org/${DOWNLOAD}/ -#DISTNAME= ${PORTNAME}-2003-07-17 +DISTNAME= ${PORTNAME}-2003-08-17 MAINTAINER= einekoai@chello.nl COMMENT= HTML editor designed for the experienced web designer @@ -22,8 +22,8 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ aspell.15:${PORTSDIR}/textproc/aspell RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint -DOWNLOAD= downloads -#WRKSRC= ${WRKDIR}/bluefish-gtk2 +DOWNLOAD= snapshots +WRKSRC= ${WRKDIR}/bluefish-gtk2 NO_LATEST_LINK= yes USE_BZIP2= yes USE_GNOME= gnomehier gtk20 diff --git a/www/bluefish-devel/distinfo b/www/bluefish-devel/distinfo index 4f9880873403..881855a4b4e1 100644 --- a/www/bluefish-devel/distinfo +++ b/www/bluefish-devel/distinfo @@ -1 +1 @@ -MD5 (bluefish-0.11.tar.bz2) = 4da2495bd8b3ce1010fed61120037f98 +MD5 (bluefish-2003-08-17.tar.bz2) = e8ce75ef6e72e481573f3376df1e5d7c diff --git a/www/bluefish-devel/files/patch-Makefile.in b/www/bluefish-devel/files/patch-Makefile.in deleted file mode 100644 index 7ae8e282f06a..000000000000 --- a/www/bluefish-devel/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Tue Jun 10 20:15:57 2003 -+++ Makefile.in Sat Jun 21 19:53:20 2003 -@@ -45,7 +45,7 @@ - bluefish:all - all: - @cd src/ && $(MAKE) all -- if [ "${USE_NLS}" == "yes" ]; then \ -+ if [ ${USE_NLS} = "yes" ]; then \ - cd po/ && $(MAKE) all; \ - fi - @cd data/ && $(MAKE) all -@@ -77,7 +77,7 @@ - $(INSTALL_DATA) inline_images/bluefish_icon1.png $(iconpath)/bluefish-icon.png ;\ - fi - @cd src/ && $(MAKE) install -- if [ "${USE_NLS}" == "yes" ]; then \ -+ if [ ${USE_NLS} = "yes" ]; then \ - cd po/ && $(MAKE) install;\ - fi - @cd data/ && $(MAKE) install |