pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/p5-Rose-DateTime Updating time/p5-Rose-DateTime f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f06b6a378d7
branches:  trunk
changeset: 570636:3f06b6a378d7
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Feb 02 12:40:22 2010 +0000

description:
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@localhost>
    * Updated eval blocks to avoid stomping on $@ from an outer scope.

diffstat:

 time/p5-Rose-DateTime/Makefile |  10 +++++++---
 time/p5-Rose-DateTime/distinfo |   8 ++++----
 2 files changed, 11 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r 65a0d04225df -r 3f06b6a378d7 time/p5-Rose-DateTime/Makefile
--- a/time/p5-Rose-DateTime/Makefile    Tue Feb 02 12:39:14 2010 +0000
+++ b/time/p5-Rose-DateTime/Makefile    Tue Feb 02 12:40:22 2010 +0000
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.4 2008/12/06 17:57:45 seb Exp $
+# $NetBSD: Makefile,v 1.5 2010/02/02 12:40:22 sno Exp $
 
-DISTNAME=      Rose-DateTime-0.532
+DISTNAME=      Rose-DateTime-0.533
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
+#PKGREVISION=  1
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Rose/}
 
 MAINTAINER=    abs%absd.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Rose-DateTime/
 COMMENT=       DateTime helper functions and objects for Rose
+LICENSE=       ${PERL5_LICENSE}
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -17,5 +18,8 @@
 
 PERL5_PACKLIST=                auto/Rose/DateTime/.packlist
 
+post-extract:
+       ${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 65a0d04225df -r 3f06b6a378d7 time/p5-Rose-DateTime/distinfo
--- a/time/p5-Rose-DateTime/distinfo    Tue Feb 02 12:39:14 2010 +0000
+++ b/time/p5-Rose-DateTime/distinfo    Tue Feb 02 12:40:22 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/06/10 13:42:34 abs Exp $
+$NetBSD: distinfo,v 1.2 2010/02/02 12:40:22 sno Exp $
 
-SHA1 (Rose-DateTime-0.532.tar.gz) = 4913cfc935ce2c0d33d86c7c400c1b88626be277
-RMD160 (Rose-DateTime-0.532.tar.gz) = 0203dfc914a5e5cdd12c0c999177e61a2c4e423b
-Size (Rose-DateTime-0.532.tar.gz) = 11900 bytes
+SHA1 (Rose-DateTime-0.533.tar.gz) = 472a0ca369e60d01ba5bea70fe4d786cf6bbf1e4
+RMD160 (Rose-DateTime-0.533.tar.gz) = 4f61b63dc1615dcfb8c661a92939a3751824ff36
+Size (Rose-DateTime-0.533.tar.gz) = 12042 bytes



Home | Main Index | Thread Index | Old Index