Date: Fri, 3 Feb 2017 14:10:09 +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: r433235 - head/mail/p5-Mail-Box-Parser-C Message-ID: <201702031410.v13EA9nw010303@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Feb 3 14:10:09 2017 New Revision: 433235 URL: https://svnweb.freebsd.org/changeset/ports/433235 Log: Update to 3.008 - Add LICENSE - Strip shared library Changes: http://search.cpan.org/dist/Mail-Box-Parser-C/Changes Modified: head/mail/p5-Mail-Box-Parser-C/Makefile head/mail/p5-Mail-Box-Parser-C/distinfo Modified: head/mail/p5-Mail-Box-Parser-C/Makefile ============================================================================== --- head/mail/p5-Mail-Box-Parser-C/Makefile Fri Feb 3 14:10:04 2017 (r433234) +++ head/mail/p5-Mail-Box-Parser-C/Makefile Fri Feb 3 14:10:09 2017 (r433235) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Mail-Box-Parser-C -PORTVERSION= 3.007 -PORTREVISION= 1 +PORTVERSION= 3.008 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,10 +10,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parsing folders for Mail::Box with C routines +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Mail-Box>=0:mail/p5-Mail-Box RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Mail/Box/Parser/C/C.so + .include <bsd.port.mk> Modified: head/mail/p5-Mail-Box-Parser-C/distinfo ============================================================================== --- head/mail/p5-Mail-Box-Parser-C/distinfo Fri Feb 3 14:10:04 2017 (r433234) +++ head/mail/p5-Mail-Box-Parser-C/distinfo Fri Feb 3 14:10:09 2017 (r433235) @@ -1,2 +1,3 @@ -SHA256 (Mail-Box-Parser-C-3.007.tar.gz) = 4bfe1723c3c61e79477bd7e589f87b6f75b6ca7995be20a967300b25710baa7a -SIZE (Mail-Box-Parser-C-3.007.tar.gz) = 16651 +TIMESTAMP = 1486064017 +SHA256 (Mail-Box-Parser-C-3.008.tar.gz) = 43fdb60a3e023137529e642bf5a22385fc43d1ab3826277cc7e170e9a104d62c +SIZE (Mail-Box-Parser-C-3.008.tar.gz) = 17213
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702031410.v13EA9nw010303>