From owner-svn-ports-all@FreeBSD.ORG Mon Jun 8 19:38:17 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88C6F217; Mon, 8 Jun 2015 19:38:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A81A1D0D; Mon, 8 Jun 2015 19:38:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t58JcHhr002741; Mon, 8 Jun 2015 19:38:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t58JcGDI002736; Mon, 8 Jun 2015 19:38:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506081938.t58JcGDI002736@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 8 Jun 2015 19:38:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388869 - in head/lang/p5-ExtUtils-F77: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 19:38:17 -0000 Author: sunpoet Date: Mon Jun 8 19:38:15 2015 New Revision: 388869 URL: https://svnweb.freebsd.org/changeset/ports/388869 Log: - 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 Modified: head/lang/p5-ExtUtils-F77/Makefile head/lang/p5-ExtUtils-F77/distinfo head/lang/p5-ExtUtils-F77/files/patch-F77.pm head/lang/p5-ExtUtils-F77/pkg-plist Modified: head/lang/p5-ExtUtils-F77/Makefile ============================================================================== --- head/lang/p5-ExtUtils-F77/Makefile Mon Jun 8 19:38:07 2015 (r388868) +++ head/lang/p5-ExtUtils-F77/Makefile Mon Jun 8 19:38:15 2015 (r388869) @@ -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 Modified: head/lang/p5-ExtUtils-F77/distinfo ============================================================================== --- head/lang/p5-ExtUtils-F77/distinfo Mon Jun 8 19:38:07 2015 (r388868) +++ head/lang/p5-ExtUtils-F77/distinfo Mon Jun 8 19:38:15 2015 (r388869) @@ -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 Modified: head/lang/p5-ExtUtils-F77/files/patch-F77.pm ============================================================================== --- head/lang/p5-ExtUtils-F77/files/patch-F77.pm Mon Jun 8 19:38:07 2015 (r388868) +++ head/lang/p5-ExtUtils-F77/files/patch-F77.pm Mon Jun 8 19:38:15 2015 (r388869) @@ -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" Modified: head/lang/p5-ExtUtils-F77/pkg-plist ============================================================================== --- head/lang/p5-ExtUtils-F77/pkg-plist Mon Jun 8 19:38:07 2015 (r388868) +++ head/lang/p5-ExtUtils-F77/pkg-plist Mon Jun 8 19:38:15 2015 (r388869) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/ExtUtils::F77.3.gz %%SITE_PERL%%/ExtUtils/F77.pm +%%PERL5_MAN3%%/ExtUtils::F77.3.gz