svn commit: r325693 - head/devel/p5-Data-Serializer
Frederic Culot
culot at FreeBSD.org
Fri Aug 30 13:23:30 UTC 2013
Author: culot
Date: Fri Aug 30 13:23:29 2013
New Revision: 325693
URL: http://svnweb.freebsd.org/changeset/ports/325693
Log:
- Update to 0.60
- Convert to new Uses/perl5.mk framework
- Trim Makefile's header
- Pet portlint(1)
Changes: http://search.cpan.org/dist/Data-Serializer/Changes
Modified:
head/devel/p5-Data-Serializer/Makefile
head/devel/p5-Data-Serializer/distinfo
Modified: head/devel/p5-Data-Serializer/Makefile
==============================================================================
--- head/devel/p5-Data-Serializer/Makefile Fri Aug 30 13:21:45 2013 (r325692)
+++ head/devel/p5-Data-Serializer/Makefile Fri Aug 30 13:23:29 2013 (r325693)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: Data-Serializer
-# Date created: 07 June 2002
-# Whom: Sergey Skvortsov <skv at protey.ru>
-#
+# Created by: Sergey Skvortsov <skv at protey.ru>
# $FreeBSD$
-#
PORTNAME= Data-Serializer
-PORTVERSION= 0.59
+PORTVERSION= 0.60
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,14 +10,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= culot at FreeBSD.org
COMMENT= Modules that serialize data structures
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
RUN_DEPENDS= p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
BUILD_DEPENDS:= ${RUN_DEPENDS}
-LICENSE_COMB= dual
-LICENSE= ART10 GPLv1
-
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= Data::Serializer.3 Data::Serializer::Bencode.3 \
Data::Serializer::Config::General.3 \
Modified: head/devel/p5-Data-Serializer/distinfo
==============================================================================
--- head/devel/p5-Data-Serializer/distinfo Fri Aug 30 13:21:45 2013 (r325692)
+++ head/devel/p5-Data-Serializer/distinfo Fri Aug 30 13:23:29 2013 (r325693)
@@ -1,2 +1,2 @@
-SHA256 (Data-Serializer-0.59.tar.gz) = 197b05bcf27a9be60526ad6d0c76ec33686a1f60e1b12e995339ceccd4bacdd7
-SIZE (Data-Serializer-0.59.tar.gz) = 42960
+SHA256 (Data-Serializer-0.60.tar.gz) = b3493017840bccb19cde57bc84d4d4183872efeadeeed3275ec21d1a02d24431
+SIZE (Data-Serializer-0.60.tar.gz) = 43291
More information about the svn-ports-head
mailing list