Date: Tue, 4 Feb 2014 14:10:03 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342536 - head/devel/p5-User-Identity Message-ID: <201402041410.s14EA3N0089119@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Tue Feb 4 14:10:03 2014 New Revision: 342536 URL: http://svnweb.freebsd.org/changeset/ports/342536 QAT: https://qat.redports.org/buildarchive/r342536/ Log: - Update to 0.94 - Add LICENSE (Artistic 1 & GPL 1) - Take maintainership Changes: http://search.cpan.org/dist/User-Identity/Changes Modified: head/devel/p5-User-Identity/Makefile head/devel/p5-User-Identity/distinfo Modified: head/devel/p5-User-Identity/Makefile ============================================================================== --- head/devel/p5-User-Identity/Makefile Tue Feb 4 14:03:08 2014 (r342535) +++ head/devel/p5-User-Identity/Makefile Tue Feb 4 14:10:03 2014 (r342536) @@ -2,15 +2,18 @@ # $FreeBSD$ PORTNAME= User-Identity -PORTVERSION= 0.93 +PORTVERSION= 0.94 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Perl module for abstracting information about a physical person -RUN_DEPENDS= p5-Geography-Countries>=0:${PORTSDIR}/misc/p5-Geography-Countries +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Geography-Countries>0:${PORTSDIR}/misc/p5-Geography-Countries USES= perl5 USE_PERL5= configure Modified: head/devel/p5-User-Identity/distinfo ============================================================================== --- head/devel/p5-User-Identity/distinfo Tue Feb 4 14:03:08 2014 (r342535) +++ head/devel/p5-User-Identity/distinfo Tue Feb 4 14:10:03 2014 (r342536) @@ -1,2 +1,2 @@ -SHA256 (User-Identity-0.93.tar.gz) = fcbcc764b29f8095c4ac54526d8b99625e0c4a5953605b0d6500b55a1f4d4c8a -SIZE (User-Identity-0.93.tar.gz) = 26484 +SHA256 (User-Identity-0.94.tar.gz) = c0c2485395d754e2700eb408c508d581d4526e0f5cd0db787dd3e474979c068d +SIZE (User-Identity-0.94.tar.gz) = 27235
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402041410.s14EA3N0089119>