Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2020 18:43:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552270 - head/devel/p5-SVN-Look
Message-ID:  <202010131843.09DIhW3l067948@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Oct 13 18:43:32 2020
New Revision: 552270
URL: https://svnweb.freebsd.org/changeset/ports/552270

Log:
  Update to 0.42
  
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Changes:	https://metacpan.org/changes/distribution/SVN-Look

Modified:
  head/devel/p5-SVN-Look/Makefile
  head/devel/p5-SVN-Look/distinfo

Modified: head/devel/p5-SVN-Look/Makefile
==============================================================================
--- head/devel/p5-SVN-Look/Makefile	Tue Oct 13 18:43:26 2020	(r552269)
+++ head/devel/p5-SVN-Look/Makefile	Tue Oct 13 18:43:32 2020	(r552270)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	SVN-Look
-PORTVERSION=	0.41
-PORTREVISION=	1
+PORTVERSION=	0.42
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,6 +12,7 @@ COMMENT=	Caching wrapper around the svnlook command
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
@@ -21,5 +21,7 @@ RUN_DEPENDS=	p5-List-MoreUtils>=0:lang/p5-List-MoreUti
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-SVN-Look/distinfo
==============================================================================
--- head/devel/p5-SVN-Look/distinfo	Tue Oct 13 18:43:26 2020	(r552269)
+++ head/devel/p5-SVN-Look/distinfo	Tue Oct 13 18:43:32 2020	(r552270)
@@ -1,2 +1,3 @@
-SHA256 (SVN-Look-0.41.tar.gz) = 111c26dd3fa2039f19866137d0f88b049d5160cab5841f18bcdd1d6954dc392f
-SIZE (SVN-Look-0.41.tar.gz) = 17152
+TIMESTAMP = 1602524187
+SHA256 (SVN-Look-0.42.tar.gz) = 174f782d4ef86a976a79280cf76dfa7fa9372dbd6039dad82ec72340a57515ae
+SIZE (SVN-Look-0.42.tar.gz) = 17521



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