aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-03-13 02:27:12 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-03-13 02:27:12 +0800
commite33827e0e754bdfbfb7d8b13bde48c92b00e7ce1 (patch)
tree7d78888d66c594b3bd807e133451e1212bd19b0c /devel
parent41c429896ea8e868f932df355b1beac0878785f2 (diff)
downloadfreebsd-ports-gnome-e33827e0e754bdfbfb7d8b13bde48c92b00e7ce1.tar.gz
freebsd-ports-gnome-e33827e0e754bdfbfb7d8b13bde48c92b00e7ce1.tar.zst
freebsd-ports-gnome-e33827e0e754bdfbfb7d8b13bde48c92b00e7ce1.zip
- Update to 1.025
- Add LICENSE - Remove outdated CONFLICTS - Sort PLIST - Reformat pkg-descr - Take maintainership Changes: http://search.cpan.org/dist/PAR-Packer/Changes
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-PAR-Packer/Makefile25
-rw-r--r--devel/p5-PAR-Packer/distinfo4
-rw-r--r--devel/p5-PAR-Packer/pkg-descr4
-rw-r--r--devel/p5-PAR-Packer/pkg-plist12
4 files changed, 21 insertions, 24 deletions
diff --git a/devel/p5-PAR-Packer/Makefile b/devel/p5-PAR-Packer/Makefile
index f6ece0b9deeb..7a4668bb99bb 100644
--- a/devel/p5-PAR-Packer/Makefile
+++ b/devel/p5-PAR-Packer/Makefile
@@ -2,30 +2,27 @@
# $FreeBSD$
PORTNAME= PAR-Packer
-PORTVERSION= 1.01.4
-PORTREVISION= 1
+PORTVERSION= 1.025
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9])$/\1/}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PAR Packager
-RUN_DEPENDS= p5-Archive-Zip>=1.00:${PORTSDIR}/archivers/p5-Archive-Zip \
- p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Archive-Zip>=1:${PORTSDIR}/archivers/p5-Archive-Zip \
p5-Getopt-ArgvFile>=1.07:${PORTSDIR}/devel/p5-Getopt-ArgvFile \
- p5-Module-ScanDeps>=1.09:${PORTSDIR}/devel/p5-Module-ScanDeps \
+ p5-Module-ScanDeps>=1.17:${PORTSDIR}/devel/p5-Module-ScanDeps \
p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature \
p5-PAR-Dist>=0.22:${PORTSDIR}/devel/p5-PAR-Dist \
- p5-PAR>=1.00.5:${PORTSDIR}/devel/p5-PAR \
- p5-B-Deobfuscate>=0:${PORTSDIR}/devel/p5-B-Deobfuscate
-BUILD_DEPENDS:= ${RUN_DEPENDS}
-
-CONFLICTS= sketchy-*
+ p5-PAR>=1.005:${PORTSDIR}/devel/p5-PAR
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
-USE_PERL5= configure
MAKE_JOBS_UNSAFE= yes
+USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
diff --git a/devel/p5-PAR-Packer/distinfo b/devel/p5-PAR-Packer/distinfo
index c77c5ef71e98..67ad5da904f8 100644
--- a/devel/p5-PAR-Packer/distinfo
+++ b/devel/p5-PAR-Packer/distinfo
@@ -1,2 +1,2 @@
-SHA256 (PAR-Packer-1.014.tar.gz) = 181e4c669f805fbd0d44d936f56b3c0ada123b08fcf694131900fbd4b5a37a38
-SIZE (PAR-Packer-1.014.tar.gz) = 197868
+SHA256 (PAR-Packer-1.025.tar.gz) = 6d3a36aeccf9ae67a60f4fa3c495dffb2d692254af4e5164a7c393a65a29d926
+SIZE (PAR-Packer-1.025.tar.gz) = 199839
diff --git a/devel/p5-PAR-Packer/pkg-descr b/devel/p5-PAR-Packer/pkg-descr
index 6d34c6b8bca0..fde013bd8199 100644
--- a/devel/p5-PAR-Packer/pkg-descr
+++ b/devel/p5-PAR-Packer/pkg-descr
@@ -1,4 +1,4 @@
-PAR-Packer is part of the PAR Toolkit. It is the PAR component that
-can generate stand-alone executables and ".par" archives.
+PAR-Packer is part of the PAR Toolkit. It is the PAR component that can generate
+stand-alone executables and ".par" archives.
WWW: http://search.cpan.org/dist/PAR-Packer/
diff --git a/devel/p5-PAR-Packer/pkg-plist b/devel/p5-PAR-Packer/pkg-plist
index 2c0f92d9fb15..0b33f0db32b7 100644
--- a/devel/p5-PAR-Packer/pkg-plist
+++ b/devel/p5-PAR-Packer/pkg-plist
@@ -1,13 +1,8 @@
+bin/par.pl
bin/parl
bin/parldyn
bin/pp
-bin/par.pl
bin/tkpp
-man/man1/par.pl.1.gz
-man/man1/parl.1.gz
-man/man1/pp.1.gz
-man/man1/tkpp.1.gz
-%%SITE_PERL%%/pp.pm
%%SITE_PERL%%/App/Packer/PAR.pm
%%SITE_PERL%%/PAR/Filter.pm
%%SITE_PERL%%/PAR/Filter/Bleach.pm
@@ -19,6 +14,7 @@ man/man1/tkpp.1.gz
%%SITE_PERL%%/PAR/StrippedPARL/Base.pm
%%SITE_PERL%%/PAR/StrippedPARL/Dynamic.pm
%%SITE_PERL%%/PAR/StrippedPARL/Static.pm
+%%SITE_PERL%%/pp.pm
%%PERL5_MAN3%%/App::Packer::PAR.3.gz
%%PERL5_MAN3%%/Dynamic.3.gz
%%PERL5_MAN3%%/PAR::Filter.3.gz
@@ -31,3 +27,7 @@ man/man1/tkpp.1.gz
%%PERL5_MAN3%%/PAR::StrippedPARL::Base.3.gz
%%PERL5_MAN3%%/Static.3.gz
%%PERL5_MAN3%%/pp.3.gz
+man/man1/par.pl.1.gz
+man/man1/parl.1.gz
+man/man1/pp.1.gz
+man/man1/tkpp.1.gz