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 /ftp | |
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 'ftp')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 2 | ||||
-rw-r--r-- | ftp/proftpd/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 8facc6afc295..f86568a0af94 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= proftpd DISTVERSION= 1.3.2rc1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 0db0f44c30b1..42443e392252 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= proftpd DISTVERSION= 1.3.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ |