diff options
author | mnag <mnag@FreeBSD.org> | 2008-01-03 07:43:03 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2008-01-03 07:43:03 +0800 |
commit | 39b5e86c2fdc9b338a7aa0e7e95828fa7b6a4d1f (patch) | |
tree | 49ed2c0801e713b1b65c1e352e84cf737233f493 /ftp/pftpx | |
parent | ad3ff9ee4189fd97f95772109ba3ecd321ac21f9 (diff) | |
download | freebsd-ports-gnome-39b5e86c2fdc9b338a7aa0e7e95828fa7b6a4d1f.tar.gz freebsd-ports-gnome-39b5e86c2fdc9b338a7aa0e7e95828fa7b6a4d1f.tar.zst freebsd-ports-gnome-39b5e86c2fdc9b338a7aa0e7e95828fa7b6a4d1f.zip |
- Bump PORTREVISION since devel/libevent are updated.
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 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 |