svn commit: r470088 - head/devel/p5-Data-Serializable

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 16 00:00:40 UTC 2018


Author: sunpoet
Date: Wed May 16 00:00:39 2018
New Revision: 470088
URL: https://svnweb.freebsd.org/changeset/ports/470088

Log:
  Fix LICENSE
  
  - Fix *_DEPENDS
  - Add NO_ARCH
  - Update pkg-descr
  - Bump PORTREVISION for dependency change
  - Take maintainership

Modified:
  head/devel/p5-Data-Serializable/Makefile
  head/devel/p5-Data-Serializable/pkg-descr   (contents, props changed)

Modified: head/devel/p5-Data-Serializable/Makefile
==============================================================================
--- head/devel/p5-Data-Serializable/Makefile	Wed May 16 00:00:33 2018	(r470087)
+++ head/devel/p5-Data-Serializable/Makefile	Wed May 16 00:00:39 2018	(r470088)
@@ -2,22 +2,25 @@
 
 PORTNAME=	Data-Serializable
 PORTVERSION=	0.41.0
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Moose role that adds serialization support to any class
 
-LICENSE=	GPLv3
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-JSON>=0:converters/p5-JSON \
 		p5-Module-Runtime>=0:devel/p5-Module-Runtime \
-		p5-Moose>=0:devel/p5-Moose \
-		p5-Test-Exception>=0:devel/p5-Test-Exception
+		p5-Moose>=0:devel/p5-Moose
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-Data-Serializable/pkg-descr
==============================================================================
--- head/devel/p5-Data-Serializable/pkg-descr	Wed May 16 00:00:33 2018	(r470087)
+++ head/devel/p5-Data-Serializable/pkg-descr	Wed May 16 00:00:39 2018	(r470088)
@@ -1,6 +1,7 @@
-A Moose-based role that enables the consumer to easily serialize/deserialize
-data structures. The default serializer is Storable, but any serializer in the
-Data::Serializer hierarchy can be used automatically. You can even install your
-own custom serializer if the pre-defined ones are not useful for you.
+Data::Serializable is a Moose-based role that enables the consumer to easily
+serialize/deserialize data structures. The default serializer is Storable, but
+any serializer in the Data::Serializer hierarchy can be used automatically. You
+can even install your own custom serializer if the pre-defined ones are not
+useful for you.
 
 WWW: http://search.cpan.org/dist/Data-Serializable/


More information about the svn-ports-all mailing list