Date: Thu, 5 Nov 2015 05:17:06 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400826 - head/net/sie-nmsg Message-ID: <201511050517.tA55H6MT033858@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: truckman Date: Thu Nov 5 05:17:05 2015 New Revision: 400826 URL: https://svnweb.freebsd.org/changeset/ports/400826 Log: 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. Modified: head/net/sie-nmsg/Makefile head/net/sie-nmsg/distinfo Modified: head/net/sie-nmsg/Makefile ============================================================================== --- head/net/sie-nmsg/Makefile Thu Nov 5 04:49:49 2015 (r400825) +++ head/net/sie-nmsg/Makefile Thu Nov 5 05:17:05 2015 (r400826) @@ -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 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> Modified: head/net/sie-nmsg/distinfo ============================================================================== --- head/net/sie-nmsg/distinfo Thu Nov 5 04:49:49 2015 (r400825) +++ head/net/sie-nmsg/distinfo Thu Nov 5 05:17:05 2015 (r400826) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511050517.tA55H6MT033858>