diff options
author | wxs <wxs@FreeBSD.org> | 2013-05-06 09:55:29 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2013-05-06 09:55:29 +0800 |
commit | 56bfc43ff611d8bd6cd9e8de4be32b94d4cfea27 (patch) | |
tree | 1d1b5b200377b91671dc69fa480c04fb38231f71 /net | |
parent | 9388834b976e786e743709779929bd72258dab0b (diff) | |
download | freebsd-ports-gnome-56bfc43ff611d8bd6cd9e8de4be32b94d4cfea27.tar.gz freebsd-ports-gnome-56bfc43ff611d8bd6cd9e8de4be32b94d4cfea27.tar.zst freebsd-ports-gnome-56bfc43ff611d8bd6cd9e8de4be32b94d4cfea27.zip |
Update to 1.4.0.
Switch to depending upon textproc/xerces-c3.
Diffstat (limited to 'net')
-rw-r--r-- | net/pktanon/Makefile | 5 | ||||
-rw-r--r-- | net/pktanon/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net/pktanon/Makefile b/net/pktanon/Makefile index d36b0c6b7737..02295b3aab50 100644 --- a/net/pktanon/Makefile +++ b/net/pktanon/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pktanon -PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= net MASTER_SITES= http://www.tm.uka.de/software/pktanon/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-dev @@ -11,7 +10,7 @@ MAINTAINER= wxs@FreeBSD.org COMMENT= Network trace anonymizer LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs \ - xerces-c:${PORTSDIR}/textproc/xerces-c2 + xerces-c.3:${PORTSDIR}/textproc/xerces-c3 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/net/pktanon/distinfo b/net/pktanon/distinfo index 6f4a6f8e7bb3..0673e8fa6350 100644 --- a/net/pktanon/distinfo +++ b/net/pktanon/distinfo @@ -1,2 +1,2 @@ -SHA256 (pktanon-1.2.3-dev.tar.gz) = b936be3bf3616af9f773806f016db8476d1d735fd158747878cd7ead825909a7 -SIZE (pktanon-1.2.3-dev.tar.gz) = 170663 +SHA256 (pktanon-1.4.0-dev.tar.gz) = db3f437bcb8ddb40323ddef7a9de25a465c5f6b4cce078202060f661d4b97ba3 +SIZE (pktanon-1.4.0-dev.tar.gz) = 181576 |