summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-06-21 18:53:35 +0000
committermarcus <marcus@FreeBSD.org>2003-06-21 18:53:35 +0000
commitb1ec7a13b5a3d859285c1bb08f974b98b498796e (patch)
tree6cc35b486545c821c322e80e254990f5fb994c9c /www
parentd10fc604b01602c651a699f1a21f140b5ccefd65 (diff)
downloadFreeBSD-ports-b1ec7a13b5a3d859285c1bb08f974b98b498796e.zip
FreeBSD-ports-b1ec7a13b5a3d859285c1bb08f974b98b498796e.tar.gz
Update to latest snapshot (0.9.20030621).
PR: 53594 Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r--www/bluefish-devel/Makefile4
-rw-r--r--www/bluefish-devel/distinfo2
-rw-r--r--www/bluefish-devel/files/patch-Makefile.in20
3 files changed, 23 insertions, 3 deletions
diff --git a/www/bluefish-devel/Makefile b/www/bluefish-devel/Makefile
index 5c79aa4..0559eabf 100644
--- a/www/bluefish-devel/Makefile
+++ b/www/bluefish-devel/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= bluefish
-PORTVERSION= 0.9.20030519
+PORTVERSION= 0.9.20030621
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-05-19
+DISTNAME= ${PORTNAME}-2003-06-21
MAINTAINER= einekoai@chello.nl
COMMENT= HTML editor designed for the experienced web designer
diff --git a/www/bluefish-devel/distinfo b/www/bluefish-devel/distinfo
index c72106e..d3a3c4e 100644
--- a/www/bluefish-devel/distinfo
+++ b/www/bluefish-devel/distinfo
@@ -1 +1 @@
-MD5 (bluefish-2003-05-19.tar.bz2) = d4c24556f42bd53d06fc0f9ebf720078
+MD5 (bluefish-2003-06-21.tar.bz2) = 439f167f36d498388529e8fbdb18e418
diff --git a/www/bluefish-devel/files/patch-Makefile.in b/www/bluefish-devel/files/patch-Makefile.in
new file mode 100644
index 0000000..67a5fc8
--- /dev/null
+++ b/www/bluefish-devel/files/patch-Makefile.in
@@ -0,0 +1,20 @@
+--- 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
OpenPOWER on IntegriCloud