summaryrefslogtreecommitdiff
path: root/www/bluefish-devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-24 01:34:32 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-24 01:34:32 +0000
commit7b8f9e381fe109d90b225c44d9a2a74d681f8499 (patch)
tree6bbf566935d0cb65c50d2ece6a628dcda8516e4d /www/bluefish-devel
parentNew port: xalan-c v. 1.4 (XSLT engine and XPath implementation) (diff)
Update to 2003-08-17 which adds basic project management support.
Notes
Notes: svn path=/head/; revision=87578
Diffstat (limited to 'www/bluefish-devel')
-rw-r--r--www/bluefish-devel/Makefile8
-rw-r--r--www/bluefish-devel/distinfo2
-rw-r--r--www/bluefish-devel/files/patch-Makefile.in20
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