Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 02:17:18 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389820 - head/net/libopennet
Message-ID:  <201506160217.t5G2HIpJ036027@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 16 02:17:17 2015
New Revision: 389820
URL: https://svnweb.freebsd.org/changeset/ports/389820

Log:
  - Add LICENSE
  - Strip library

Modified:
  head/net/libopennet/Makefile

Modified: head/net/libopennet/Makefile
==============================================================================
--- head/net/libopennet/Makefile	Tue Jun 16 02:17:13 2015	(r389819)
+++ head/net/libopennet/Makefile	Tue Jun 16 02:17:17 2015	(r389820)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libopennet
 PORTVERSION=	0.9.9
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.rkeene.org/files/oss/libopennet/ \
 		http://www.cs.nctu.edu.tw/~gslin/files/
@@ -10,9 +11,16 @@ MASTER_SITES=	http://www.rkeene.org/file
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Library for opening files over a network
 
+LICENSE=	LGPL21 GPLv2 # net.c header mentions GPL
+LICENSE_COMB=	multi
+LICENSE_FILE_LGPL21=	${WRKSRC}/LICENSE
+
 GNU_CONFIGURE=	yes
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 USES=		gmake
 USE_LDCONFIG=	yes
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopennet.so
+
 .include <bsd.port.mk>



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