diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-03-18 23:14:27 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-03-18 23:14:27 +0800 |
commit | 40b7643196ce4905ac8bf1e9830b9eac741047e4 (patch) | |
tree | 597b9f778ca2890dba4a8e4c5b84d824c93d922a /net/ostinato | |
parent | 3f1bcd83b4c62261441feb57ff6c23ef40ef1c72 (diff) | |
download | freebsd-ports-gnome-40b7643196ce4905ac8bf1e9830b9eac741047e4.tar.gz freebsd-ports-gnome-40b7643196ce4905ac8bf1e9830b9eac741047e4.tar.zst freebsd-ports-gnome-40b7643196ce4905ac8bf1e9830b9eac741047e4.zip |
1: Upgrade protobuf to 2.5.0.
2: bump revision.
3: document UPDATING.
Diffstat (limited to 'net/ostinato')
-rw-r--r-- | net/ostinato/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ostinato/Makefile b/net/ostinato/Makefile index c583198285c5..50bff6364385 100644 --- a/net/ostinato/Makefile +++ b/net/ostinato/Makefile @@ -3,6 +3,7 @@ PORTNAME= ostinato PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-src-${PORTVERSION}${EXTRACTSUFFIX} @@ -10,7 +11,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}${EXTRACTSUFFIX} MAINTAINER= zeising@FreeBSD.org COMMENT= Packet crafter/generator and analyzer with friendly GUI -BUILD_DEPENDS= protobuf>=2.3.0:${PORTSDIR}/devel/protobuf +LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf USE_QT4= gui moc_build qmake_build rcc_build uic_build network script \ xml |