svn commit: r468019 - head/devel/p5-B-Hooks-EndOfScope

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 22 12:50:10 UTC 2018


Author: sunpoet
Date: Sun Apr 22 12:50:08 2018
New Revision: 468019
URL: https://svnweb.freebsd.org/changeset/ports/468019

Log:
  Update to 0.24
  
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/B-Hooks-EndOfScope/Changes

Modified:
  head/devel/p5-B-Hooks-EndOfScope/Makefile
  head/devel/p5-B-Hooks-EndOfScope/distinfo

Modified: head/devel/p5-B-Hooks-EndOfScope/Makefile
==============================================================================
--- head/devel/p5-B-Hooks-EndOfScope/Makefile	Sun Apr 22 12:50:03 2018	(r468018)
+++ head/devel/p5-B-Hooks-EndOfScope/Makefile	Sun Apr 22 12:50:08 2018	(r468019)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	B-Hooks-EndOfScope
-PORTVERSION=	0.21
+PORTVERSION=	0.24
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,12 +12,14 @@ COMMENT=	Execute code after a scope finished compilati
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENCE
 
 BUILD_DEPENDS=	p5-Module-Implementation>=0.05:devel/p5-Module-Implementation \
 		p5-Sub-Exporter-Progressive>=0.001006:devel/p5-Sub-Exporter-Progressive \
 		p5-Variable-Magic>=0.48:devel/p5-Variable-Magic
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-B-Hooks-EndOfScope/distinfo
==============================================================================
--- head/devel/p5-B-Hooks-EndOfScope/distinfo	Sun Apr 22 12:50:03 2018	(r468018)
+++ head/devel/p5-B-Hooks-EndOfScope/distinfo	Sun Apr 22 12:50:08 2018	(r468019)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466509138
-SHA256 (B-Hooks-EndOfScope-0.21.tar.gz) = 90f3580880f1d68b843c142cc86f58bead1f3e03634c63868ac9eba5eedae02c
-SIZE (B-Hooks-EndOfScope-0.21.tar.gz) = 33336
+TIMESTAMP = 1524388579
+SHA256 (B-Hooks-EndOfScope-0.24.tar.gz) = 03aa3dfe5d0aa6471a96f43fe8318179d19794d4a640708f0288f9216ec7acc6
+SIZE (B-Hooks-EndOfScope-0.24.tar.gz) = 37859


More information about the svn-ports-head mailing list