svn commit: r440424 - head/net/p5-Net-Frame-Simple

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 8 12:44:15 UTC 2017


Author: sunpoet
Date: Mon May  8 12:44:13 2017
New Revision: 440424
URL: https://svnweb.freebsd.org/changeset/ports/440424

Log:
  Update to 1.08
  
  - Add LICENSE_FILE
  - Sort *_DEPENDS
  
  Changes:	http://search.cpan.org/dist/Net-Frame-Simple/Changes

Modified:
  head/net/p5-Net-Frame-Simple/Makefile
  head/net/p5-Net-Frame-Simple/distinfo

Modified: head/net/p5-Net-Frame-Simple/Makefile
==============================================================================
--- head/net/p5-Net-Frame-Simple/Makefile	Mon May  8 12:44:08 2017	(r440423)
+++ head/net/p5-Net-Frame-Simple/Makefile	Mon May  8 12:44:13 2017	(r440424)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Net-Frame-Simple
-PORTVERSION=	1.07
+PORTVERSION=	1.08
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,9 +10,10 @@ MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Base framework for frame crafting
 
 LICENSE=	ART10
+LICENSE_FILE=	${WRKSRC}/LICENSE.Artistic
 
-BUILD_DEPENDS=	p5-Net-Frame>=1.16:net/p5-Net-Frame \
-		p5-Class-Gomor>=1.03:devel/p5-Class-Gomor
+BUILD_DEPENDS=	p5-Class-Gomor>=1.03:devel/p5-Class-Gomor \
+		p5-Net-Frame>=1.16:net/p5-Net-Frame
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5

Modified: head/net/p5-Net-Frame-Simple/distinfo
==============================================================================
--- head/net/p5-Net-Frame-Simple/distinfo	Mon May  8 12:44:08 2017	(r440423)
+++ head/net/p5-Net-Frame-Simple/distinfo	Mon May  8 12:44:13 2017	(r440424)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476561188
-SHA256 (Net-Frame-Simple-1.07.tar.gz) = 4ea46c0d9cb4a2dace4d3d022cb1c3e80dc9d645ae38c124ee485cfdc828814e
-SIZE (Net-Frame-Simple-1.07.tar.gz) = 10944
+TIMESTAMP = 1494215618
+SHA256 (Net-Frame-Simple-1.08.tar.gz) = c5e457e8267ff2a3b9a49d573ce4d645c54141ff9b1f64e034a4e111ceb44821
+SIZE (Net-Frame-Simple-1.08.tar.gz) = 11012


More information about the svn-ports-all mailing list