Tue Feb 2 12:40:22 2010 UTC ()
Updating time/p5-Rose-DateTime from 0.532nb1 to 0.533

pkgsrc changes:
- Adding license definition
- Take care for correct file permissions

Upstream changes:
0.533 (10.16.2009) - John Siracusa <siracusa@gmail.com>
    * Updated eval blocks to avoid stomping on $@ from an outer scope.


(sno)
diff -r1.4 -r1.5 pkgsrc/time/p5-Rose-DateTime/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/time/p5-Rose-DateTime/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/time/p5-Rose-DateTime/Makefile (expand / switch to unified diff)

--- pkgsrc/time/p5-Rose-DateTime/Makefile 2008/12/06 17:57:45 1.4
+++ pkgsrc/time/p5-Rose-DateTime/Makefile 2010/02/02 12:40:22 1.5
@@ -1,21 +1,25 @@ @@ -1,21 +1,25 @@
1# $NetBSD: Makefile,v 1.4 2008/12/06 17:57:45 seb Exp $ 1# $NetBSD: Makefile,v 1.5 2010/02/02 12:40:22 sno Exp $
2 2
3DISTNAME= Rose-DateTime-0.532 3DISTNAME= Rose-DateTime-0.533
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 5#PKGREVISION= 1
6CATEGORIES= time perl5 6CATEGORIES= time perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
8 8
9MAINTAINER= abs@absd.org 9MAINTAINER= abs@absd.org
10HOMEPAGE= http://search.cpan.org/dist/Rose-DateTime/ 10HOMEPAGE= http://search.cpan.org/dist/Rose-DateTime/
11COMMENT= DateTime helper functions and objects for Rose 11COMMENT= DateTime helper functions and objects for Rose
 12LICENSE= ${PERL5_LICENSE}
12 13
13PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
14 15
15DEPENDS+= p5-Rose-Object>=0.82:../../devel/p5-Rose-Object 16DEPENDS+= p5-Rose-Object>=0.82:../../devel/p5-Rose-Object
16DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime 17DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
17 18
18PERL5_PACKLIST= auto/Rose/DateTime/.packlist 19PERL5_PACKLIST= auto/Rose/DateTime/.packlist
19 20
 21post-extract:
 22 ${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
 23
20.include "../../lang/perl5/module.mk" 24.include "../../lang/perl5/module.mk"
21.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/time/p5-Rose-DateTime/distinfo (expand / switch to unified diff)

--- pkgsrc/time/p5-Rose-DateTime/distinfo 2007/06/10 13:42:34 1.1.1.1
+++ pkgsrc/time/p5-Rose-DateTime/distinfo 2010/02/02 12:40:22 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2007/06/10 13:42:34 abs Exp $ 1$NetBSD: distinfo,v 1.2 2010/02/02 12:40:22 sno Exp $
2 2
3SHA1 (Rose-DateTime-0.532.tar.gz) = 4913cfc935ce2c0d33d86c7c400c1b88626be277 3SHA1 (Rose-DateTime-0.533.tar.gz) = 472a0ca369e60d01ba5bea70fe4d786cf6bbf1e4
4RMD160 (Rose-DateTime-0.532.tar.gz) = 0203dfc914a5e5cdd12c0c999177e61a2c4e423b 4RMD160 (Rose-DateTime-0.533.tar.gz) = 4f61b63dc1615dcfb8c661a92939a3751824ff36
5Size (Rose-DateTime-0.532.tar.gz) = 11900 bytes 5Size (Rose-DateTime-0.533.tar.gz) = 12042 bytes