diff options
author | mnag <mnag@FreeBSD.org> | 2008-08-20 00:40:17 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2008-08-20 00:40:17 +0800 |
commit | eb471e9b3b385c4a95b0ab416f2bbaf6b99818ac (patch) | |
tree | 7107d7177685dcfb56d147325de6eec3aa186cfc /ftp/pftpx | |
parent | af76a79286a621b30ca01d7422ee103239bef604 (diff) | |
download | freebsd-ports-gnome-eb471e9b3b385c4a95b0ab416f2bbaf6b99818ac.tar.gz freebsd-ports-gnome-eb471e9b3b385c4a95b0ab416f2bbaf6b99818ac.tar.zst freebsd-ports-gnome-eb471e9b3b385c4a95b0ab416f2bbaf6b99818ac.zip |
- Update libevent dependency and bump PORTREVISION
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 1ee036a52de3..8652223ddcdb 100644 --- a/ftp/pftpx/Makefile +++ b/ftp/pftpx/Makefile @@ -6,7 +6,7 @@ PORTNAME= pftpx PORTVERSION= 0.8 -PORTREVISION= 5 +PORTREVISION= 6 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.3e:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent MAN8= pftpx.8 |