aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-09-13 01:08:53 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-09-13 01:08:53 +0800
commit167bc11080069e2ac047724d9ac5769a1d81f9ab (patch)
tree4af1769498bf6781ac8304c80291ceb983d1d532
parent864b7b377eb349e3f24b86e67767639b796b12e0 (diff)
downloadfreebsd-ports-gnome-167bc11080069e2ac047724d9ac5769a1d81f9ab.tar.gz
freebsd-ports-gnome-167bc11080069e2ac047724d9ac5769a1d81f9ab.tar.zst
freebsd-ports-gnome-167bc11080069e2ac047724d9ac5769a1d81f9ab.zip
- Update to 0.30
- Add LICENSE - Update *_DEPENDS - Strip shared library - Sort PLIST Changes: http://search.cpan.org/dist/B-OPCheck/Changes
-rw-r--r--devel/p5-B-OPCheck/Makefile15
-rw-r--r--devel/p5-B-OPCheck/distinfo4
-rw-r--r--devel/p5-B-OPCheck/pkg-plist2
3 files changed, 13 insertions, 8 deletions
diff --git a/devel/p5-B-OPCheck/Makefile b/devel/p5-B-OPCheck/Makefile
index 088d19f381b7..542998636ef0 100644
--- a/devel/p5-B-OPCheck/Makefile
+++ b/devel/p5-B-OPCheck/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= B-OPCheck
-PORTVERSION= 0.29
-PORTREVISION= 2
+PORTVERSION= 0.30
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,12 +10,18 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= PL_check hacks using Perl callbacks
-RUN_DEPENDS= p5-B-Utils>=0:${PORTSDIR}/devel/p5-B-Utils \
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-B-Utils>=0.08:${PORTSDIR}/devel/p5-B-Utils \
p5-Scope-Guard>=0:${PORTSDIR}/devel/p5-Scope-Guard
-BUILD_DEPENDS:= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \
- ${RUN_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS+= p5-ExtUtils-Depends>=0.302:${PORTSDIR}/devel/p5-ExtUtils-Depends
USES= perl5
USE_PERL5= configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/OPCheck/OPCheck.so
+
.include <bsd.port.mk>
diff --git a/devel/p5-B-OPCheck/distinfo b/devel/p5-B-OPCheck/distinfo
index 1bedf23ef9a5..7d4423f7f50d 100644
--- a/devel/p5-B-OPCheck/distinfo
+++ b/devel/p5-B-OPCheck/distinfo
@@ -1,2 +1,2 @@
-SHA256 (B-OPCheck-0.29.tar.gz) = 8a1d07ed51d5c867dbecd9e81d50a43470eb2aff2d144cd2b16ef2c33e9e20eb
-SIZE (B-OPCheck-0.29.tar.gz) = 61578
+SHA256 (B-OPCheck-0.30.tar.gz) = 3a01bb406543cd204453322647fa48fcad2ecd9d5cc689154dfad71a441ad1bd
+SIZE (B-OPCheck-0.30.tar.gz) = 74668
diff --git a/devel/p5-B-OPCheck/pkg-plist b/devel/p5-B-OPCheck/pkg-plist
index bd3f13a28eea..7b984802dc33 100644
--- a/devel/p5-B-OPCheck/pkg-plist
+++ b/devel/p5-B-OPCheck/pkg-plist
@@ -1,3 +1,3 @@
-%%PERL5_MAN3%%/B::OPCheck.3.gz
%%SITE_ARCH%%/B/OPCheck.pm
%%SITE_ARCH%%/auto/B/OPCheck/OPCheck.so
+%%PERL5_MAN3%%/B::OPCheck.3.gz