svn commit: r464576 - head/textproc/p5-YAML

Tobias Kortkamp tobik at FreeBSD.org
Thu Mar 15 08:20:31 UTC 2018


Author: tobik
Date: Thu Mar 15 08:20:30 2018
New Revision: 464576
URL: https://svnweb.freebsd.org/changeset/ports/464576

Log:
  textproc/p5-YAML: Update to 1.24
  
  - Add LICENSE_FILE and NO_ARCH
  
  Changes:	http://cpansearch.perl.org/src/TINITA/YAML-1.24/Changes
  PR:		223896
  Submitted by:	Sergei Vyshenski <svysh.fbsd at gmail.com>
  Approved by:	tobez (maintainer timeout, 3 months)

Modified:
  head/textproc/p5-YAML/Makefile
  head/textproc/p5-YAML/distinfo

Modified: head/textproc/p5-YAML/Makefile
==============================================================================
--- head/textproc/p5-YAML/Makefile	Thu Mar 15 08:15:44 2018	(r464575)
+++ head/textproc/p5-YAML/Makefile	Thu Mar 15 08:20:30 2018	(r464576)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	YAML
-PORTVERSION=	1.14
+PORTVERSION=	1.24
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,10 +11,13 @@ COMMENT=	YAML implementation in Perl
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	p5-Test-YAML>=1.05:devel/p5-Test-YAML
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-YAML/distinfo
==============================================================================
--- head/textproc/p5-YAML/distinfo	Thu Mar 15 08:15:44 2018	(r464575)
+++ head/textproc/p5-YAML/distinfo	Thu Mar 15 08:20:30 2018	(r464576)
@@ -1,2 +1,3 @@
-SHA256 (YAML-1.14.tar.gz) = 6c9a4368b50cfebbbc7c69c9d78e5d4bc3dc55fbc792c1f53cde3e1dfd5c5c6b
-SIZE (YAML-1.14.tar.gz) = 80688
+TIMESTAMP = 1511748969
+SHA256 (YAML-1.24.tar.gz) = b58d045a72a5e1ce714f1d42b64ccddbb055a4afac10b74972dba3b6a47dffb6
+SIZE (YAML-1.24.tar.gz) = 83296


More information about the svn-ports-all mailing list