diff options
author | mnag <mnag@FreeBSD.org> | 2007-04-07 02:28:46 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2007-04-07 02:28:46 +0800 |
commit | d7b3f13a8a349f53b07c853a397cd54d2db8d644 (patch) | |
tree | 617ae2c775c90461d9e61e7304de924532dc2428 /ftp/pftpx | |
parent | d1e50e932a0bc9392088d15ff46f0a9603f3a37d (diff) | |
download | freebsd-ports-gnome-d7b3f13a8a349f53b07c853a397cd54d2db8d644.tar.gz freebsd-ports-gnome-d7b3f13a8a349f53b07c853a397cd54d2db8d644.tar.zst freebsd-ports-gnome-d7b3f13a8a349f53b07c853a397cd54d2db8d644.zip |
- Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update.
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 |