diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-09 03:38:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-09 03:38:15 +0800 |
commit | f3ff3569fe671b25c5161a6748452183130e2460 (patch) | |
tree | c54469111f4e125e30a4c2a36f556e1cb4821cc0 /lang/p5-ExtUtils-F77 | |
parent | 03aa84bb3c5598441ffa722910c01d0439203df6 (diff) | |
download | freebsd-ports-gnome-f3ff3569fe671b25c5161a6748452183130e2460.tar.gz freebsd-ports-gnome-f3ff3569fe671b25c5161a6748452183130e2460.tar.zst freebsd-ports-gnome-f3ff3569fe671b25c5161a6748452183130e2460.zip |
- Update to 1.18
- Add LICENSE
- Add NO_ARCH
- Regenerate patch file with makepatch:
- Sort PLIST
Changes: http://search.cpan.org/dist/ExtUtils-F77/CHANGES
Diffstat (limited to 'lang/p5-ExtUtils-F77')
-rw-r--r-- | lang/p5-ExtUtils-F77/Makefile | 7 | ||||
-rw-r--r-- | lang/p5-ExtUtils-F77/distinfo | 4 | ||||
-rw-r--r-- | lang/p5-ExtUtils-F77/files/patch-F77.pm | 8 | ||||
-rw-r--r-- | lang/p5-ExtUtils-F77/pkg-plist | 2 |
4 files changed, 12 insertions, 9 deletions
diff --git a/lang/p5-ExtUtils-F77/Makefile b/lang/p5-ExtUtils-F77/Makefile index d992a7d44c9c..82a46bfd5410 100644 --- a/lang/p5-ExtUtils-F77/Makefile +++ b/lang/p5-ExtUtils-F77/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ExtUtils-F77 -PORTVERSION= 1.17 -PORTREVISION= 5 +PORTVERSION= 1.18 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Helps link C programs with Fortran subroutines +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= fortran perl5 USE_PERL5= configure diff --git a/lang/p5-ExtUtils-F77/distinfo b/lang/p5-ExtUtils-F77/distinfo index c8515349c88f..5f2a7ec38951 100644 --- a/lang/p5-ExtUtils-F77/distinfo +++ b/lang/p5-ExtUtils-F77/distinfo @@ -1,2 +1,2 @@ -SHA256 (ExtUtils-F77-1.17.tar.gz) = b3919200443174ff348ed5567d461335e289fba047cb17432f31dea5a26cad3f -SIZE (ExtUtils-F77-1.17.tar.gz) = 11225 +SHA256 (ExtUtils-F77-1.18.tar.gz) = 6b1fbeb38f092b399f46d58f8699917f71c098dff131a3c7b72ccccadbc953b4 +SIZE (ExtUtils-F77-1.18.tar.gz) = 11614 diff --git a/lang/p5-ExtUtils-F77/files/patch-F77.pm b/lang/p5-ExtUtils-F77/files/patch-F77.pm index 4a3976568b3a..007bb295d5f0 100644 --- a/lang/p5-ExtUtils-F77/files/patch-F77.pm +++ b/lang/p5-ExtUtils-F77/files/patch-F77.pm @@ -1,6 +1,6 @@ ---- F77.pm.orig 2010-12-31 19:53:06.000000000 -0600 -+++ F77.pm 2011-03-24 01:05:00.742862139 -0500 -@@ -351,9 +351,49 @@ $F77config{Aix}{DEFAULT} = 'F77'; +--- F77.pm.orig 2015-06-07 20:28:59 UTC ++++ F77.pm +@@ -343,9 +343,49 @@ $F77config{Aix}{DEFAULT} = 'F77'; ### FreeBSD ### @@ -53,7 +53,7 @@ ### VMS ### -@@ -446,7 +486,8 @@ $Pkg: Will try system=Generic Compiler=$ +@@ -438,7 +478,8 @@ $Pkg: Will try system=Generic Compiler=$ EOD $system = $Config{cc} =~ /\bgcc/ && $^O =~ /MSWin32/i ? "MinGW" diff --git a/lang/p5-ExtUtils-F77/pkg-plist b/lang/p5-ExtUtils-F77/pkg-plist index df7216f402bd..7f7236af9479 100644 --- a/lang/p5-ExtUtils-F77/pkg-plist +++ b/lang/p5-ExtUtils-F77/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/ExtUtils::F77.3.gz %%SITE_PERL%%/ExtUtils/F77.pm +%%PERL5_MAN3%%/ExtUtils::F77.3.gz |