Update to 2003-08-17 which adds basic project management support.

This commit is contained in:
Joe Marcus Clarke 2003-08-24 01:34:32 +00:00
parent 71f5eabfe1
commit 7b8f9e381f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87578
3 changed files with 5 additions and 25 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (bluefish-0.11.tar.bz2) = 4da2495bd8b3ce1010fed61120037f98
MD5 (bluefish-2003-08-17.tar.bz2) = e8ce75ef6e72e481573f3376df1e5d7c

View File

@ -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