svn commit: r418127 - head/devel/p5-Test-POE-Server-TCP

Lars Thegler lth at FreeBSD.org
Wed Jul 6 10:03:49 UTC 2016


Author: lth
Date: Wed Jul  6 10:03:48 2016
New Revision: 418127
URL: https://svnweb.freebsd.org/changeset/ports/418127

Log:
  - Update from 1.18 to 1.20
  - Add LICENSE
  - Disperse maintainership

Modified:
  head/devel/p5-Test-POE-Server-TCP/Makefile
  head/devel/p5-Test-POE-Server-TCP/distinfo

Modified: head/devel/p5-Test-POE-Server-TCP/Makefile
==============================================================================
--- head/devel/p5-Test-POE-Server-TCP/Makefile	Wed Jul  6 09:00:07 2016	(r418126)
+++ head/devel/p5-Test-POE-Server-TCP/Makefile	Wed Jul  6 10:03:48 2016	(r418127)
@@ -2,14 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	Test-POE-Server-TCP
-PORTVERSION=	1.18
+PORTVERSION=	1.20
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	lth at FreeBSD.org
+MAINTAINER=	perl at FreeBSD.org
 COMMENT=	POE Component providing TCP server services for test cases
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-POE>=1.004:devel/p5-POE
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 

Modified: head/devel/p5-Test-POE-Server-TCP/distinfo
==============================================================================
--- head/devel/p5-Test-POE-Server-TCP/distinfo	Wed Jul  6 09:00:07 2016	(r418126)
+++ head/devel/p5-Test-POE-Server-TCP/distinfo	Wed Jul  6 10:03:48 2016	(r418127)
@@ -1,2 +1,3 @@
-SHA256 (Test-POE-Server-TCP-1.18.tar.gz) = 76f911b7171af0ad91187faa2f941a5f1f038bb5405303332046548d2060676f
-SIZE (Test-POE-Server-TCP-1.18.tar.gz) = 22407
+TIMESTAMP = 1467799017
+SHA256 (Test-POE-Server-TCP-1.20.tar.gz) = 9368ceb63580f0f3a877a9295268cbdab538e399e67c0cb5e7d175cac0042c5c
+SIZE (Test-POE-Server-TCP-1.20.tar.gz) = 22429


More information about the svn-ports-all mailing list