Update to 1.1104
- Use real PORTVERSION and update dependent port - Add LICENSE - Add NO_ARCH Changes: http://search.cpan.org/dist/IO-CaptureOutput/Changes
This commit is contained in:
parent
2fd48b0085
commit
981d48d5d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439315
3 changed files with 9 additions and 6 deletions
|
@ -2,16 +2,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= IO-CaptureOutput
|
||||
PORTVERSION= 1.11.02
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.1104
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Capture STDOUT/STDERR from subprocesses and XS/C modules
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (IO-CaptureOutput-1.1102.tar.gz) = 2ea16dbecb21a3c2be49a93fb1e7e51275bed3f7ef3ac30cbdbff5d0178d43c7
|
||||
SIZE (IO-CaptureOutput-1.1102.tar.gz) = 26126
|
||||
TIMESTAMP = 1492966015
|
||||
SHA256 (IO-CaptureOutput-1.1104.tar.gz) = fcc732fcb438f97a72b30e8c7796484bef2562e374553b207028e2fbf73f8330
|
||||
SIZE (IO-CaptureOutput-1.1104.tar.gz) = 27651
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
%%SITE_PERL%%/IO/CaptureOutput.pm
|
||||
%%SITE_PERL%%/IO/CaptureOutput.pod
|
||||
%%PERL5_MAN3%%/IO::CaptureOutput.3.gz
|
||||
|
|
Loading…
Reference in a new issue