diff options
author | Don Lewis <truckman@FreeBSD.org> | 2015-11-05 05:17:05 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2015-11-05 05:17:05 +0000 |
commit | b9d357df53b54d7fff9d5402def06f0051258076 (patch) | |
tree | ba6a0e4fe7cfff15791a8b58f0b42d95ce6e2b15 | |
parent | 5b00bbd7164b01f72acd7c55eb7fd0ce911f2de4 (diff) | |
download | freebsd-ports-b9d357df53b54d7fff9d5402def06f0051258076.zip |
Upgrade to vision 1.2.0
* json io: add stubs for formatters and printers
* dnsdedupe: implement formatters and parsers
* json io: dnsdedupe don't downcase names when parsing
* Merge pull request #11 from farsightsec/jsonio
Implement format and parse functions for all custom print fields.
Nuke PORTSCOUNT= since it doesn't help. See PR 204135 for the
details about why portscount isn't currently working for this port's
MASTER_SITE.
Sponsored by: Farsight Security, Inc.
-rw-r--r-- | net/sie-nmsg/Makefile | 4 | ||||
-rw-r--r-- | net/sie-nmsg/distinfo | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/net/sie-nmsg/Makefile b/net/sie-nmsg/Makefile index 4ebfa4189fc8..ebf11c31a7cf 100644 --- a/net/sie-nmsg/Makefile +++ b/net/sie-nmsg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sie-nmsg -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= net dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight @@ -18,8 +18,6 @@ LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c \ GNU_CONFIGURE= yes USES= gmake libtool pathfix pkgconfig -PORTSCOUT= ${MASTER_SITES:N*FreeBSD*:S/^https/site:http/} - INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/net/sie-nmsg/distinfo b/net/sie-nmsg/distinfo index 609b3529bfed..acea21b515b6 100644 --- a/net/sie-nmsg/distinfo +++ b/net/sie-nmsg/distinfo @@ -1,2 +1,2 @@ -SHA256 (sie-nmsg-1.1.0.tar.gz) = da380376688f1c74f32084158df6a290db113c5d158809cf3360e1e63e2b07f8 -SIZE (sie-nmsg-1.1.0.tar.gz) = 314988 +SHA256 (sie-nmsg-1.2.0.tar.gz) = 9ae491f8735121677d8c53c4d01e2c3792efc4289f313719abefe4d3c070e190 +SIZE (sie-nmsg-1.2.0.tar.gz) = 316631 |