diff options
author | mnag <mnag@FreeBSD.org> | 2007-09-22 04:21:30 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2007-09-22 04:21:30 +0800 |
commit | 551221bdb2c5639687740299767369580fbec455 (patch) | |
tree | 564aa4a91cdee2c78defe10aef42c7137091c464 /ftp | |
parent | 1d260cb923f762faf48b805f89e33e6896af76c8 (diff) | |
download | freebsd-ports-gnome-551221bdb2c5639687740299767369580fbec455.tar.gz freebsd-ports-gnome-551221bdb2c5639687740299767369580fbec455.tar.zst freebsd-ports-gnome-551221bdb2c5639687740299767369580fbec455.zip |
- Change libevent lib and bump PORTREVISION since devel/libevent are updated.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftp-proxy/Makefile | 3 | ||||
-rw-r--r-- | ftp/pftpx/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ftp/ftp-proxy/Makefile b/ftp/ftp-proxy/Makefile index 1153a80c3c01..03295e018c2f 100644 --- a/ftp/ftp-proxy/Makefile +++ b/ftp/ftp-proxy/Makefile @@ -7,13 +7,14 @@ PORTNAME= ftp-proxy PORTVERSION= 4.1p2 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://www.chrissicool.net/projects/ftp-proxy/distfiles/ MAINTAINER= chrissicool@chrissicool.net COMMENT= A port of OpenBSD's ftp-proxy -LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent MAN8= ftp-proxy.8 MANCOMPRESSED= yes diff --git a/ftp/pftpx/Makefile b/ftp/pftpx/Makefile index fd9b0f78c1be..b112f1aa349b 100644 --- a/ftp/pftpx/Makefile +++ b/ftp/pftpx/Makefile @@ -6,7 +6,7 @@ PORTNAME= pftpx PORTVERSION= 0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp MASTER_SITES= http://www.sentia.org/downloads/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= sullrich@gmail.com COMMENT= Much enhanced ftp proxy for pf that supports most ftp protocols -LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent MAN8= pftpx.8 |