svn commit: r381131 - head/devel/p5-IO-Digest
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Mar 12 18:26:50 UTC 2015
Author: sunpoet
Date: Thu Mar 12 18:26:49 2015
New Revision: 381131
URL: https://svnweb.freebsd.org/changeset/ports/381131
QAT: https://qat.redports.org/buildarchive/r381131/
Log:
- Add LICENSE
- Fix *_DEPENDS: Digest is already in all supported Perl releases
- Reformat pkg-descr
- Bump PORTREVISION for dependency change
- Take maintainership
Modified:
head/devel/p5-IO-Digest/Makefile
head/devel/p5-IO-Digest/pkg-descr
Modified: head/devel/p5-IO-Digest/Makefile
==============================================================================
--- head/devel/p5-IO-Digest/Makefile Thu Mar 12 18:26:44 2015 (r381130)
+++ head/devel/p5-IO-Digest/Makefile Thu Mar 12 18:26:49 2015 (r381131)
@@ -3,19 +3,21 @@
PORTNAME= IO-Digest
PORTVERSION= 0.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Calculate digests while reading or writing
-BUILD_DEPENDS= p5-PerlIO-via-dynamic>=0:${PORTSDIR}/devel/p5-PerlIO-via-dynamic \
- p5-Digest>=0:${PORTSDIR}/security/p5-Digest
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-PerlIO-via-dynamic>=0:${PORTSDIR}/devel/p5-PerlIO-via-dynamic
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
Modified: head/devel/p5-IO-Digest/pkg-descr
==============================================================================
--- head/devel/p5-IO-Digest/pkg-descr Thu Mar 12 18:26:44 2015 (r381130)
+++ head/devel/p5-IO-Digest/pkg-descr Thu Mar 12 18:26:49 2015 (r381131)
@@ -1,5 +1,5 @@
-This module allows you to calculate digests while reading or writing
-file handles. This avoids the case you need to reread the same
-content to compute the digests after written a file.
+This module allows you to calculate digests while reading or writing file
+handles. This avoids the case you need to reread the same content to compute the
+digests after written a file.
WWW: http://search.cpan.org/dist/IO-Digest/
More information about the svn-ports-all
mailing list