pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Apache-AuthCookieDBI updated to 2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/724fd239fac1
branches:  trunk
changeset: 544859:724fd239fac1
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Mon Jul 21 10:02:13 2008 +0000

description:
updated to 2.1
took maintainership

- weird ChangeLog by upstream

ChangeLog:
2.10 Sat Feb  3 11:21:00 PST 2007
  - Changed VERSION to 2.10 to get properly indexed by CPAN
    No other changes.

1.24  Thu Feb  1 09:48:50 PST 2007
  - Applied fixes for http://rt.cpan.org/Ticket/Display.html?id=3673
  - use warnings pragma
  - use base instead of modifying @ISA
  - Changed 'return undef' to 'return'
  - Added the primitive mocks to test.pl

0.01  Mon Apr  3 10:50:32 2000
        - original version; created by h2xs 1.19

diffstat:

 www/p5-Apache-AuthCookieDBI/Makefile |  13 ++++++++-----
 www/p5-Apache-AuthCookieDBI/distinfo |   8 ++++----
 2 files changed, 12 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r 10da03339825 -r 724fd239fac1 www/p5-Apache-AuthCookieDBI/Makefile
--- a/www/p5-Apache-AuthCookieDBI/Makefile      Mon Jul 21 09:53:16 2008 +0000
+++ b/www/p5-Apache-AuthCookieDBI/Makefile      Mon Jul 21 10:02:13 2008 +0000
@@ -1,19 +1,22 @@
-# $NetBSD: Makefile,v 1.11 2008/06/20 01:09:41 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2008/07/21 10:02:13 rhaen Exp $
 #
 
-DISTNAME=      Apache-AuthCookieDBI-1.19
+DISTNAME=      Apache-AuthCookieDBI-2.1
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Apache/}
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    rhaen%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/~cromis/Apache-AuthCookieDBI-1.19/
 COMMENT=       Perl5 module AuthCookie backed by a DBI database
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-DEPENDS+=      p5-Apache-AuthCookie>=3.05:../../www/p5-Apache-AuthCookie
+DEPENDS+=      p5-Apache-AuthCookie-[0-9]*:../../www/p5-Apache-AuthCookie
+DEPENDS+=      p5-Date-Calc-[0-9]*:../../devel/p5-Date-Calc
+DEPENDS+=      p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
+DEPENDS+=      p5-Apache-DBI-[0-9]*:../../databases/p5-Apache-DBI
+DEPENDS+=      p5-DBI-[0-9]*:../../databases/p5-DBI
 
 PERL5_PACKLIST=                auto/Apache/AuthCookieDBI/.packlist
 
diff -r 10da03339825 -r 724fd239fac1 www/p5-Apache-AuthCookieDBI/distinfo
--- a/www/p5-Apache-AuthCookieDBI/distinfo      Mon Jul 21 09:53:16 2008 +0000
+++ b/www/p5-Apache-AuthCookieDBI/distinfo      Mon Jul 21 10:02:13 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:08:34 wiz Exp $
+$NetBSD: distinfo,v 1.3 2008/07/21 10:02:13 rhaen Exp $
 
-SHA1 (Apache-AuthCookieDBI-1.19.tar.gz) = 1215e2b81b2900216185290374a950984886e88e
-RMD160 (Apache-AuthCookieDBI-1.19.tar.gz) = 3121929517a754b5a8b59b70f53c2bddb7d2d129
-Size (Apache-AuthCookieDBI-1.19.tar.gz) = 20699 bytes
+SHA1 (Apache-AuthCookieDBI-2.1.tar.gz) = 70b5627dc5ec281d4fcc6f0c77ac2a304f720ca0
+RMD160 (Apache-AuthCookieDBI-2.1.tar.gz) = 60a810cd5015de6bcb072c2d42467688b391b8ff
+Size (Apache-AuthCookieDBI-2.1.tar.gz) = 22696 bytes



Home | Main Index | Thread Index | Old Index