diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-06 18:28:46 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-06 18:28:46 +0000 |
commit | bdbb9d66b8bb189cb330b59cda44b11b727480f7 (patch) | |
tree | 4a254261a09aefa663904500a64eb543a8616175 /ftp/pftpx | |
parent | 83283fa6fe55a1b36517a748bf31bb1e8ba05a0d (diff) | |
download | ports-bdbb9d66b8bb189cb330b59cda44b11b727480f7.tar.gz ports-bdbb9d66b8bb189cb330b59cda44b11b727480f7.zip |
Notes
Diffstat (limited to 'ftp/pftpx')
-rw-r--r-- | ftp/pftpx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/pftpx/Makefile b/ftp/pftpx/Makefile index dfb85d27b6e3..fd9b0f78c1be 100644 --- a/ftp/pftpx/Makefile +++ b/ftp/pftpx/Makefile @@ -6,7 +6,7 @@ PORTNAME= pftpx PORTVERSION= 0.8 -PORTREVISION= 2 +PORTREVISION= 3 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.2a:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent MAN8= pftpx.8 |