1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Add LICENSE_FILE (and bump PORTREVISION).

Convert to use MASTER_SIGHTS_FARSIGHT.

Differential Revision:	https://reviews.freebsd.org/D2236
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
This commit is contained in:
Don Lewis 2015-04-06 12:42:39 +00:00
parent fe0bd9cc86
commit 3727a39ee9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383421
2 changed files with 6 additions and 6 deletions

View File

@ -2,15 +2,15 @@
PORTNAME= nmsg
PORTVERSION= 0.9.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= https://dl.farsightsecurity.com/dist/nmsg/ \
LOCAL/truckman/farsight
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
MAINTAINER= truckman@FreeBSD.org
COMMENT= Network message encapsulation system
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c \
libxs.so:${PORTSDIR}/devel/libxs \

View File

@ -2,15 +2,15 @@
PORTNAME= sie-nmsg
PORTVERSION= 0.17.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net dns
MASTER_SITES= https://dl.farsightsecurity.com/dist/sie-nmsg/ \
LOCAL/truckman/farsight
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
MAINTAINER= truckman@FreeBSD.org
COMMENT= SIE message module plugin for libnmsg
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c \
libnmsg.so:${PORTSDIR}/net/nmsg \