Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2017 05:31:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433363 - head/comms/p5-Device-SerialPort
Message-ID:  <201702050531.v155VgpY088932@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb  5 05:31:42 2017
New Revision: 433363
URL: https://svnweb.freebsd.org/changeset/ports/433363

Log:
  Strip shared library
  
  - Add LICENSE
  - Bump PORTREVISION for package change

Modified:
  head/comms/p5-Device-SerialPort/Makefile

Modified: head/comms/p5-Device-SerialPort/Makefile
==============================================================================
--- head/comms/p5-Device-SerialPort/Makefile	Sun Feb  5 05:31:38 2017	(r433362)
+++ head/comms/p5-Device-SerialPort/Makefile	Sun Feb  5 05:31:42 2017	(r433363)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Device-SerialPort
 PORTVERSION=	1.040000
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	comms perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,7 +12,13 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:C/0+
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl5 module for simple serial port control
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Device/SerialPort/SerialPort.so
+
 .include <bsd.port.mk>



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