diff options
author | wiz <wiz> | 2007-11-29 14:14:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-11-29 14:14:22 +0000 |
commit | 44b2182715ccb48a530b84cec8e71ebbeade6024 (patch) | |
tree | 3ddd0b9271a6a21dfcec6cdef98f1f03dc0b41a8 /devel | |
parent | 978bf8426957d56ed91b1ba9dd76a444a2f99e1d (diff) | |
download | pkgsrc-44b2182715ccb48a530b84cec8e71ebbeade6024.tar.gz |
Update to 1.4:
#------------------------------------------------------------------------
# Version 1.04 Date: 2007/09/28
#------------------------------------------------------------------------
* Added the has_instance() method to return an existing instance without
creating a new one.
* General cleanup of code, documentation and tests.
* Changed licence from Perl Artistic to the same terms as Perl itself
(e.g. Artistic 2.0/GPL)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Class-Singleton/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Class-Singleton/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Class-Singleton/Makefile b/devel/p5-Class-Singleton/Makefile index 6acd9ad448e..c954fa13b98 100644 --- a/devel/p5-Class-Singleton/Makefile +++ b/devel/p5-Class-Singleton/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:09 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2007/11/29 14:14:22 wiz Exp $ -DISTNAME= Class-Singleton-1.03 +DISTNAME= Class-Singleton-1.4 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} diff --git a/devel/p5-Class-Singleton/distinfo b/devel/p5-Class-Singleton/distinfo index 1dc9550d0ad..e1c1923b292 100644 --- a/devel/p5-Class-Singleton/distinfo +++ b/devel/p5-Class-Singleton/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:23 agc Exp $ +$NetBSD: distinfo,v 1.3 2007/11/29 14:14:22 wiz Exp $ -SHA1 (Class-Singleton-1.03.tar.gz) = 38c3e0619788212bdd3d49e9592e0fa4c6f6a5d1 -RMD160 (Class-Singleton-1.03.tar.gz) = 6ab4be9b84b7bcfac56874895ed677d1b468cccc -Size (Class-Singleton-1.03.tar.gz) = 7136 bytes +SHA1 (Class-Singleton-1.4.tar.gz) = 29c4c6b6cfb9af9eaa61582f3f3b10015f6ea900 +RMD160 (Class-Singleton-1.4.tar.gz) = 80b739b14dbe947a869d37e5b134100d274f9bf7 +Size (Class-Singleton-1.4.tar.gz) = 7793 bytes |