diff options
author | wen <wen@FreeBSD.org> | 2011-03-14 16:40:06 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-03-14 16:40:06 +0800 |
commit | 569e455aec133a144f388d5f156719a7fc4b2222 (patch) | |
tree | fd886821e5b4351dd0773b5a123941692ad7a488 /www | |
parent | 34a381b408e2ca7dccdfc787522559c7149a79b2 (diff) | |
download | freebsd-ports-gnome-569e455aec133a144f388d5f156719a7fc4b2222.tar.gz freebsd-ports-gnome-569e455aec133a144f388d5f156719a7fc4b2222.tar.zst freebsd-ports-gnome-569e455aec133a144f388d5f156719a7fc4b2222.zip |
- Bump PORTREVISION to chase the update of dns/libidn
Diffstat (limited to 'www')
-rw-r--r-- | www/campsite/Makefile | 4 | ||||
-rw-r--r-- | www/dpsearch/Makefile | 3 | ||||
-rw-r--r-- | www/elinks/Makefile | 2 | ||||
-rw-r--r-- | www/lynx-current/Makefile | 3 |
4 files changed, 7 insertions, 5 deletions
diff --git a/www/campsite/Makefile b/www/campsite/Makefile index 40f53b6bdff2..1e9dfbd5b4fe 100644 --- a/www/campsite/Makefile +++ b/www/campsite/Makefile @@ -7,14 +7,14 @@ PORTNAME= campsite PORTVERSION= 2.6.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/OldFiles MAINTAINER= koutek@o-k.cz COMMENT= The free and open multilingual web publishing tool for news sites -LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \ +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ GraphicsMagick.1:${PORTSDIR}/graphics/GraphicsMagick BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ gm4:${PORTSDIR}/devel/m4 \ diff --git a/www/dpsearch/Makefile b/www/dpsearch/Makefile index 1e6078554d14..cc4270136847 100644 --- a/www/dpsearch/Makefile +++ b/www/dpsearch/Makefile @@ -7,6 +7,7 @@ PORTNAME= dpsearch PORTVERSION= 4.53 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://dataparksearch.googlecode.com/files/ \ http://www.dataparksearch.org/ @@ -94,7 +95,7 @@ CONFIGURE_ARGS+=--enable-chasen .endif .if defined(WITH_DPSEARCH_IDN) -LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn +LIB_DEPENDS+= idn.17:${PORTSDIR}/dns/libidn CONFIGURE_ARGS+=--enable-idn .endif diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 88afc4120d4a..b472c6028092 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -7,7 +7,7 @@ PORTNAME= elinks DISTVERSION= 0.11.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 78f18723850f..9d22677c5b0f 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -7,6 +7,7 @@ PORTNAME= lynx PORTVERSION= 2.8.8d8 +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://lynx.isc.org/current/ DISTNAME= ${PORTNAME}2.8.8dev.8 @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME}2.8.8dev.8 MAINTAINER= ache@FreeBSD.org COMMENT= A non-graphical, text-based World-Wide Web client -LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support CONFLICTS= lynx-2.8.[0-7].* |