svn commit: r453356 - head/devel/p5-Module-Build-XSUtil

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Nov 2 19:00:46 UTC 2017


Author: sunpoet
Date: Thu Nov  2 19:00:45 2017
New Revision: 453356
URL: https://svnweb.freebsd.org/changeset/ports/453356

Log:
  Update to 0.18
  
  - Add LICENSE_FILE
  
  Changes:	http://search.cpan.org/dist/Module-Build-XSUtil/Changes

Modified:
  head/devel/p5-Module-Build-XSUtil/Makefile
  head/devel/p5-Module-Build-XSUtil/distinfo

Modified: head/devel/p5-Module-Build-XSUtil/Makefile
==============================================================================
--- head/devel/p5-Module-Build-XSUtil/Makefile	Thu Nov  2 18:42:30 2017	(r453355)
+++ head/devel/p5-Module-Build-XSUtil/Makefile	Thu Nov  2 19:00:45 2017	(r453356)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Module-Build-XSUtil
-PORTVERSION=	0.16
+PORTVERSION=	0.18
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,6 +12,7 @@ COMMENT=	Module::Build class for building XS modules
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-Devel-CheckCompiler>=0:devel/p5-Devel-CheckCompiler
 RUN_DEPENDS:=	${BUILD_DEPENDS}

Modified: head/devel/p5-Module-Build-XSUtil/distinfo
==============================================================================
--- head/devel/p5-Module-Build-XSUtil/distinfo	Thu Nov  2 18:42:30 2017	(r453355)
+++ head/devel/p5-Module-Build-XSUtil/distinfo	Thu Nov  2 19:00:45 2017	(r453356)
@@ -1,2 +1,3 @@
-SHA256 (Module-Build-XSUtil-0.16.tar.gz) = 15762fa4e43b41302cff261c7ad75aacdc874f416981f206d783f20acd023adb
-SIZE (Module-Build-XSUtil-0.16.tar.gz) = 15137
+TIMESTAMP = 1509636049
+SHA256 (Module-Build-XSUtil-0.18.tar.gz) = cb3497dbf255625ea3e6f7aa2cf273212755211c6a634f1bec22f3c5e33954ee
+SIZE (Module-Build-XSUtil-0.18.tar.gz) = 15200


More information about the svn-ports-all mailing list