diff options
author | edwin <edwin@FreeBSD.org> | 2008-06-06 22:33:40 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-06-06 22:33:40 +0800 |
commit | f9a646645e7e24620ebdd18068772ea09cacb606 (patch) | |
tree | b6147c4e31090c2d2257fde2151824cdc91e58f2 /www | |
parent | 11edc5451416c23af13418fc8391548f68dd629b (diff) | |
download | freebsd-ports-gnome-f9a646645e7e24620ebdd18068772ea09cacb606.tar.gz freebsd-ports-gnome-f9a646645e7e24620ebdd18068772ea09cacb606.tar.zst freebsd-ports-gnome-f9a646645e7e24620ebdd18068772ea09cacb606.zip |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Diffstat (limited to 'www')
-rw-r--r-- | www/w3m/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 0c198a419336..89d78543b035 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -7,7 +7,7 @@ PORTNAME= w3m PORTVERSION= ${W3M_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= www ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |