diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-01-02 23:43:03 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-01-02 23:43:03 +0000 |
commit | 5265c7a7989d783a5dbb5702c8d38f65b5e445b4 (patch) | |
tree | 8631e411d49297f4cf6dbca9150c3e0ac079219a /ftp | |
parent | d259acf7f19d38f367e914afbbed0606e094d468 (diff) |
Notes
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 11856768da6b..0de5c71edf82 100644 --- a/ftp/ftp-proxy/Makefile +++ b/ftp/ftp-proxy/Makefile @@ -7,13 +7,14 @@ PORTNAME= ftp-proxy PORTVERSION= 4.2p2 +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.3d:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent MAN8= ftp-proxy.8 MANCOMPRESSED= yes diff --git a/ftp/pftpx/Makefile b/ftp/pftpx/Makefile index cb935dd9f75e..1ee036a52de3 100644 --- a/ftp/pftpx/Makefile +++ b/ftp/pftpx/Makefile @@ -6,7 +6,7 @@ PORTNAME= pftpx PORTVERSION= 0.8 -PORTREVISION= 4 +PORTREVISION= 5 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.3d:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent MAN8= pftpx.8 |