diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-01 16:10:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-01 16:10:34 +0800 |
commit | c6c6327a3ebcd9bd2984423a656ad9a354cf8a9b (patch) | |
tree | 582ebaeff1c567aacee80613afdc12c77baf9ea3 /www/bluefish/Makefile | |
parent | 3f6f97c27b5bdd370b5ab83619c21ef5f519fbaf (diff) | |
download | freebsd-ports-graphics-c6c6327a3ebcd9bd2984423a656ad9a354cf8a9b.tar.gz freebsd-ports-graphics-c6c6327a3ebcd9bd2984423a656ad9a354cf8a9b.tar.zst freebsd-ports-graphics-c6c6327a3ebcd9bd2984423a656ad9a354cf8a9b.zip |
- Update to 1.0.6
- Pass maintainership to submitter
PR: ports/104913
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Diffstat (limited to 'www/bluefish/Makefile')
-rw-r--r-- | www/bluefish/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index b7add880c6b..7394f050463 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -7,16 +7,12 @@ # PORTNAME= bluefish -PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTVERSION= 1.0.6 CATEGORIES= www editors -MASTER_SITES= http://pkedu.fbt.wur.nl/~olivier/${DOWNLOAD}/ \ - http://bluefish.mrball.net/${DOWNLOAD}/ \ - ftp://ftp.ratisbona.com/pub/bluefish/${DOWNLOAD}/ \ - ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= babak@farrokhi.net COMMENT= HTML editor designed for the experienced web designer LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8 \ @@ -29,7 +25,6 @@ RUN_DEPENDS+= weblint:${PORTSDIR}/www/weblint RUN_DEPENDS+= tidy:${PORTSDIR}/www/tidy .endif -DOWNLOAD= downloads USE_BZIP2= yes USE_GETTEXT= yes USE_GNOME= gnomehier gtk20 gnomevfs2 |