Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Oct 2016 20:43:44 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423094 - head/devel/p5-ExtUtils-AutoInstall
Message-ID:  <201610012043.u91Khiau003703@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Oct  1 20:43:43 2016
New Revision: 423094
URL: https://svnweb.freebsd.org/changeset/ports/423094

Log:
  Update to 0.64. Set LICENSE and NO_ARCH, and use sed instead of
  requiring perl for extraction.
  
  Changes: https://metacpan.org/changes/distribution/ExtUtils-AutoInstall

Modified:
  head/devel/p5-ExtUtils-AutoInstall/Makefile
  head/devel/p5-ExtUtils-AutoInstall/distinfo
  head/devel/p5-ExtUtils-AutoInstall/pkg-plist

Modified: head/devel/p5-ExtUtils-AutoInstall/Makefile
==============================================================================
--- head/devel/p5-ExtUtils-AutoInstall/Makefile	Sat Oct  1 20:35:50 2016	(r423093)
+++ head/devel/p5-ExtUtils-AutoInstall/Makefile	Sat Oct  1 20:43:43 2016	(r423094)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ExtUtils-AutoInstall
-PORTVERSION=	0.63
-PORTREVISION=	2
+PORTVERSION=	0.64
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,10 +10,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Automatic install of dependencies via CPAN
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
-USE_PERL5=	extract configure
+USE_PERL5=	configure
+NO_ARCH=	yes
 
-post-extract:
-	@${PERL} -i.bak -ne 'print unless m,^features, .. m,^\);,' ${WRKSRC}/Makefile.PL
+post-patch:
+	@${REINPLACE_CMD} -e '/^features/,/^);/d' ${WRKSRC}/Makefile.PL
 
 .include <bsd.port.mk>

Modified: head/devel/p5-ExtUtils-AutoInstall/distinfo
==============================================================================
--- head/devel/p5-ExtUtils-AutoInstall/distinfo	Sat Oct  1 20:35:50 2016	(r423093)
+++ head/devel/p5-ExtUtils-AutoInstall/distinfo	Sat Oct  1 20:43:43 2016	(r423094)
@@ -1,2 +1,3 @@
-SHA256 (ExtUtils-AutoInstall-0.63.tar.gz) = 829d4976e85d04dd18e24f500d03fb662e40aabf8609b633331b1925e0455299
-SIZE (ExtUtils-AutoInstall-0.63.tar.gz) = 26951
+TIMESTAMP = 1475354256
+SHA256 (ExtUtils-AutoInstall-0.64.tar.gz) = 0fe48f78b5ee39acb3be38a7a039789abc46195af411297dabec294c2851027f
+SIZE (ExtUtils-AutoInstall-0.64.tar.gz) = 25886

Modified: head/devel/p5-ExtUtils-AutoInstall/pkg-plist
==============================================================================
--- head/devel/p5-ExtUtils-AutoInstall/pkg-plist	Sat Oct  1 20:35:50 2016	(r423093)
+++ head/devel/p5-ExtUtils-AutoInstall/pkg-plist	Sat Oct  1 20:43:43 2016	(r423094)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/ExtUtils::AutoInstall.3.gz
 %%SITE_PERL%%/ExtUtils/AutoInstall.pm
+%%PERL5_MAN3%%/ExtUtils::AutoInstall.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610012043.u91Khiau003703>