Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2015 22:20:27 +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: r383545 - head/net/p5-Net-Nmsg
Message-ID:  <201504072220.t37MKRlx088276@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Tue Apr  7 22:20:26 2015
New Revision: 383545
URL: https://svnweb.freebsd.org/changeset/ports/383545

Log:
  Add LICENSE_FILE and bump PORTREVISION.
  
  Differential Revision:	https://reviews.freebsd.org/D2247
  Approved by:	mat (mentor)
  Sponsored by:	Farsight Security, Inc.

Modified:
  head/net/p5-Net-Nmsg/Makefile

Modified: head/net/p5-Net-Nmsg/Makefile
==============================================================================
--- head/net/p5-Net-Nmsg/Makefile	Tue Apr  7 22:14:16 2015	(r383544)
+++ head/net/p5-Net-Nmsg/Makefile	Tue Apr  7 22:20:26 2015	(r383545)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Net-Nmsg
 PORTVERSION=	0.13
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	https://tools.netsa.cert.org/confluence/download/attachments/12320770/ \
 		CPAN
@@ -12,6 +13,7 @@ MAINTAINER=	truckman@FreeBSD.org
 COMMENT=	Net::Nmsg is a perl binding to libnmsg
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 LIB_DEPENDS=	libnmsg.so:${PORTSDIR}/net/nmsg
 RUN_DEPENDS=	p5-Math-Int64>=0:${PORTSDIR}/math/p5-Math-Int64 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504072220.t37MKRlx088276>