Date: Tue, 11 Nov 2014 07:55:57 +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: r372433 - head/devel/p5-Class-Singleton Message-ID: <201411110755.sAB7tvc2012002@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Tue Nov 11 07:55:56 2014 New Revision: 372433 URL: https://svnweb.freebsd.org/changeset/ports/372433 QAT: https://qat.redports.org/buildarchive/r372433/ Log: - Update to 1.5 - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Class-Singleton/Changes Modified: head/devel/p5-Class-Singleton/Makefile head/devel/p5-Class-Singleton/distinfo Modified: head/devel/p5-Class-Singleton/Makefile ============================================================================== --- head/devel/p5-Class-Singleton/Makefile Tue Nov 11 07:48:22 2014 (r372432) +++ head/devel/p5-Class-Singleton/Makefile Tue Nov 11 07:55:56 2014 (r372433) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Class-Singleton -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that describes a singular object class +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Class-Singleton/distinfo ============================================================================== --- head/devel/p5-Class-Singleton/distinfo Tue Nov 11 07:48:22 2014 (r372432) +++ head/devel/p5-Class-Singleton/distinfo Tue Nov 11 07:55:56 2014 (r372433) @@ -1,2 +1,2 @@ -SHA256 (Class-Singleton-1.4.tar.gz) = cfafc6e7c842e04fc11cc3e700551461a6aaa0b139470273aea2f29026e79150 -SIZE (Class-Singleton-1.4.tar.gz) = 7793 +SHA256 (Class-Singleton-1.5.tar.gz) = 38220d04f02e3a803193c2575a1644cce0b95ad4b95c19eb932b94e2647ef678 +SIZE (Class-Singleton-1.5.tar.gz) = 7785
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411110755.sAB7tvc2012002>