svn commit: r321110 - head/net/p5-URI-FromHash
Frederic Culot
culot at FreeBSD.org
Mon Jun 17 13:53:10 UTC 2013
Author: culot
Date: Mon Jun 17 13:53:08 2013
New Revision: 321110
URL: http://svnweb.freebsd.org/changeset/ports/321110
Log:
- Update to 0.04
- Add LICENSE (Artistic 2)
- Trim Makefile's header
- Take maintainership
Changes: http://search.cpan.org/dist/URI-FromHash/Changes
Modified:
head/net/p5-URI-FromHash/Makefile
head/net/p5-URI-FromHash/distinfo
head/net/p5-URI-FromHash/pkg-plist
Modified: head/net/p5-URI-FromHash/Makefile
==============================================================================
--- head/net/p5-URI-FromHash/Makefile Mon Jun 17 13:41:38 2013 (r321109)
+++ head/net/p5-URI-FromHash/Makefile Mon Jun 17 13:53:08 2013 (r321110)
@@ -1,23 +1,22 @@
-# New ports collection makefile for: p5-URI-FromHash
-# Date created: 2 August 2006
-# Whom: Andrew Pantyukhin <infofarmer at FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= URI-FromHash
-DISTVERSION= 0.03
+DISTVERSION= 0.04
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= culot at FreeBSD.org
COMMENT= Create URI from hash of components
-RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
+LICENSE= ART20
+
+BUILD_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
p5-URI>=1.22:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_MODBUILD= YES
+PERL_CONFIGURE= YES
MAN3= URI::FromHash.3
Modified: head/net/p5-URI-FromHash/distinfo
==============================================================================
--- head/net/p5-URI-FromHash/distinfo Mon Jun 17 13:41:38 2013 (r321109)
+++ head/net/p5-URI-FromHash/distinfo Mon Jun 17 13:53:08 2013 (r321110)
@@ -1,2 +1,2 @@
-SHA256 (URI-FromHash-0.03.tar.gz) = 914c80c7d9802899a4df03f1d009fea0fd1f54b0b5d4ce439f3523d76a32f37b
-SIZE (URI-FromHash-0.03.tar.gz) = 13080
+SHA256 (URI-FromHash-0.04.tar.gz) = 43c8f0ff19cb2ec8c19e280f4500c3099b22bbaf34d000bd7e0c4947229dcc0f
+SIZE (URI-FromHash-0.04.tar.gz) = 10131
Modified: head/net/p5-URI-FromHash/pkg-plist
==============================================================================
--- head/net/p5-URI-FromHash/pkg-plist Mon Jun 17 13:41:38 2013 (r321109)
+++ head/net/p5-URI-FromHash/pkg-plist Mon Jun 17 13:53:08 2013 (r321110)
@@ -1,2 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/FromHash/.packlist
%%SITE_PERL%%/URI/FromHash.pm
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/FromHash
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI
@dirrmtry %%SITE_PERL%%/URI
More information about the svn-ports-head
mailing list