svn commit: r470640 - in head/devel: . p5-Reaper p5-reaper
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 22 17:48:32 UTC 2018
Author: sunpoet
Date: Tue May 22 17:48:28 2018
New Revision: 470640
URL: https://svnweb.freebsd.org/changeset/ports/470640
Log:
Move devel/p5-reaper to devel/p5-Reaper
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
- Fix and update WWW
Added:
head/devel/p5-Reaper/
- copied from r470639, head/devel/p5-reaper/
Deleted:
head/devel/p5-reaper/
Modified:
head/devel/Makefile
head/devel/p5-Reaper/Makefile
head/devel/p5-Reaper/pkg-descr
head/devel/p5-Reaper/pkg-plist
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue May 22 17:48:22 2018 (r470639)
+++ head/devel/Makefile Tue May 22 17:48:28 2018 (r470640)
@@ -3252,6 +3252,7 @@
SUBDIR += p5-Readonly
SUBDIR += p5-Readonly-XS
SUBDIR += p5-ReadonlyX
+ SUBDIR += p5-Reaper
SUBDIR += p5-Ref-Util
SUBDIR += p5-Ref-Util-XS
SUBDIR += p5-Reflex
@@ -3789,7 +3790,6 @@
SUBDIR += p5-perlqt-kde4
SUBDIR += p5-pip
SUBDIR += p5-prefork
- SUBDIR += p5-reaper
SUBDIR += p5-relative
SUBDIR += p5-rpm-build-perl
SUBDIR += p5-self
Modified: head/devel/p5-Reaper/Makefile
==============================================================================
--- head/devel/p5-reaper/Makefile Tue May 22 17:48:22 2018 (r470639)
+++ head/devel/p5-Reaper/Makefile Tue May 22 17:48:28 2018 (r470640)
@@ -1,18 +1,21 @@
# Created by: Cheng-Lung Sung <clsung at FreeBSD.org>
# $FreeBSD$
-PORTNAME= reaper
+PORTNAME= Reaper
PORTVERSION= 1.00
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JGS
PKGNAMEPREFIX= p5-
-DISTNAME= Reaper-1.00
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl module for reaping child processes via $$SIG{CHLD}
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure
Modified: head/devel/p5-Reaper/pkg-descr
==============================================================================
--- head/devel/p5-reaper/pkg-descr Tue May 22 17:48:22 2018 (r470639)
+++ head/devel/p5-Reaper/pkg-descr Tue May 22 17:48:28 2018 (r470640)
@@ -5,4 +5,4 @@ requires applications to do the right thing in using t
installing their own versions. At least it provides a consistent
implementation that can be shared between various modules.
-WWW: http://search.cpan.org/dist/reaper/
+WWW: https://metacpan.org/release/Reaper
Modified: head/devel/p5-Reaper/pkg-plist
==============================================================================
--- head/devel/p5-reaper/pkg-plist Tue May 22 17:48:22 2018 (r470639)
+++ head/devel/p5-Reaper/pkg-plist Tue May 22 17:48:28 2018 (r470640)
@@ -1,4 +1,4 @@
-%%PERL5_MAN3%%/Reaper.3.gz
-%%PERL5_MAN3%%/reaper.3.gz
%%SITE_PERL%%/Reaper.pm
%%SITE_PERL%%/reaper.pm
+%%PERL5_MAN3%%/Reaper.3.gz
+%%PERL5_MAN3%%/reaper.3.gz
More information about the svn-ports-all
mailing list