Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2015 08:10:50 +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: r386055 - head/net-mgmt/arts++
Message-ID:  <201505110810.t4B8Aoav095720@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon May 11 08:10:50 2015
New Revision: 386055
URL: https://svnweb.freebsd.org/changeset/ports/386055

Log:
  - Add LICENSE
  - Strip library

Modified:
  head/net-mgmt/arts++/Makefile

Modified: head/net-mgmt/arts++/Makefile
==============================================================================
--- head/net-mgmt/arts++/Makefile	Mon May 11 06:46:07 2015	(r386054)
+++ head/net-mgmt/arts++/Makefile	Mon May 11 08:10:50 2015	(r386055)
@@ -3,7 +3,7 @@
 
 PORTNAME=	arts++
 PORTVERSION=	1.1.a13
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://www.caida.org/tools/utilities/arts/download/
@@ -11,6 +11,8 @@ MASTER_SITES=	http://www.caida.org/tools
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Network data storage and analysis library from CAIDA
 
+LICENSE=	LGPL21
+
 USES=		gmake libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared
@@ -31,6 +33,7 @@ post-patch:
 		${WRKSRC}/classes/*/Makefile.in
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libArts.so
 .if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
 .for f in ChangeLog INSTALL WishList



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