From owner-svn-ports-head@freebsd.org Fri Feb 3 14:10:11 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F3F5CCE071; Fri, 3 Feb 2017 14:10:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA43F1313; Fri, 3 Feb 2017 14:10:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v13EA9QS010305; Fri, 3 Feb 2017 14:10:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v13EA9nw010303; Fri, 3 Feb 2017 14:10:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702031410.v13EA9nw010303@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 3 Feb 2017 14:10:09 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2017 14:10:11 -0000 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 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