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 | |
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')
-rw-r--r-- | net/mosh/Makefile | 2 | ||||
-rw-r--r-- | net/ostinato/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/mosh/Makefile b/net/mosh/Makefile index 8094aa614791..95a22b06f72a 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -3,7 +3,7 @@ PORTNAME= mosh PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://cloud.github.com/downloads/keithw/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ 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 |