From owner-svn-ports-all@FreeBSD.ORG Sun Jun 21 13:55:16 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7EA484D6; Sun, 21 Jun 2015 13:55:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 6D1B0774; Sun, 21 Jun 2015 13:55:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5LDtGXj068726; Sun, 21 Jun 2015 13:55:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5LDtG9l068724; Sun, 21 Jun 2015 13:55:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506211355.t5LDtG9l068724@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 21 Jun 2015 13:55:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390226 - head/net/p5-Net-Pcap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jun 2015 13:55:16 -0000 Author: sunpoet Date: Sun Jun 21 13:55:15 2015 New Revision: 390226 URL: https://svnweb.freebsd.org/changeset/ports/390226 Log: - Add LICENSE - Strip shared library - Sort PLIST - Bump PORTREVISION for package change Modified: head/net/p5-Net-Pcap/Makefile head/net/p5-Net-Pcap/pkg-plist Modified: head/net/p5-Net-Pcap/Makefile ============================================================================== --- head/net/p5-Net-Pcap/Makefile Sun Jun 21 13:55:11 2015 (r390225) +++ head/net/p5-Net-Pcap/Makefile Sun Jun 21 13:55:15 2015 (r390226) @@ -3,7 +3,7 @@ PORTNAME= Net-Pcap PORTVERSION= 0.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +11,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Interface to pcap(3) LBL packet capture library +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-IO-Interface>=0:${PORTSDIR}/net/p5-IO-Interface -RUN_DEPENDS= p5-IO-Interface>=0:${PORTSDIR}/net/p5-IO-Interface +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Pcap/Pcap.so + .include Modified: head/net/p5-Net-Pcap/pkg-plist ============================================================================== --- head/net/p5-Net-Pcap/pkg-plist Sun Jun 21 13:55:11 2015 (r390225) +++ head/net/p5-Net-Pcap/pkg-plist Sun Jun 21 13:55:15 2015 (r390226) @@ -1,5 +1,5 @@ bin/pcapinfo -%%PERL5_MAN3%%/Net::Pcap.3.gz %%SITE_ARCH%%/Net/Pcap.pm %%SITE_ARCH%%/auto/Net/Pcap/Pcap.so +%%PERL5_MAN3%%/Net::Pcap.3.gz man/man1/pcapinfo.1.gz