View | Details | Raw Unified | Return to bug 192758
Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 1-9 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	sie-nmsg
3
PORTNAME=	sie-nmsg
4
PORTVERSION=	0.16
4
PORTVERSION=	0.17.0
5
CATEGORIES=	net dns
5
CATEGORIES=	net dns
6
MASTER_SITES=	https://dl.farsightsecurity.com/dist/sie-nmsg/
6
MASTER_SITES=	https://dl.farsightsecurity.com/dist/sie-nmsg/ \
7
		http://dl.farsightsecurity.com/dist/sie-nmsg/
7
8
8
MAINTAINER=	truckman@FreeBSD.org
9
MAINTAINER=	truckman@FreeBSD.org
9
COMMENT=	SIE message module plugin for libnmsg
10
COMMENT=	SIE message module plugin for libnmsg
Lines 17-23 Link Here
17
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
18
USES=	gmake libtool pathfix pkgconfig
19
USES=	gmake libtool pathfix pkgconfig
19
20
20
post-install:
21
INSTALL_TARGET=	install-strip
21
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/nmsg/nmsg_msg8_sie.so
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (sie-nmsg-0.16.tar.gz) = ead7937cdbd1d8963bb9bf6ec5bdb3773fe299b6f4296bf76d7c833612fcdbe4
1
SHA256 (sie-nmsg-0.17.0.tar.gz) = c88d9f7cc14615237b5b866c341ebd9aab3a1ef6fcbf6e82b427056c6c469455
2
SIZE (sie-nmsg-0.16.tar.gz) = 313527
2
SIZE (sie-nmsg-0.17.0.tar.gz) = 312265
(-)pkg-plist (-3 / +3 lines)
Lines 4-9 Link Here
4
include/nmsg/sie/newdomain.pb-c.h
4
include/nmsg/sie/newdomain.pb-c.h
5
include/nmsg/sie/qr.pb-c.h
5
include/nmsg/sie/qr.pb-c.h
6
include/nmsg/sie/reputation.pb-c.h
6
include/nmsg/sie/reputation.pb-c.h
7
lib/nmsg/nmsg_msg8_sie.a
7
lib/nmsg/nmsg_msg9_sie.a
8
lib/nmsg/nmsg_msg8_sie.so
8
lib/nmsg/nmsg_msg9_sie.so
9
@dirrmtry include/nmsg/sie
9
@dirrm include/nmsg/sie

Return to bug 192758