pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-ex-lib Update from version 0.07 to version 0.90.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c92334736e19
branches:  trunk
changeset: 398041:c92334736e19
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Aug 22 12:04:48 2009 +0000

description:
Update from version 0.07 to version 0.90.

Pkgsrc changes:
- Add dependency on devel/p5-lib-abs
- Rewrite DESCR: mention this Perl 5 module is deprecated and mention
its successor provided in the new package devel/p5-lib-abs

Upstream changes:
0.90    2009-07-21
        Make as just a compatibility wrapper for lib::abs

diffstat:

 devel/p5-ex-lib/DESCR    |  7 +++----
 devel/p5-ex-lib/Makefile |  7 +++++--
 devel/p5-ex-lib/distinfo |  8 ++++----
 3 files changed, 12 insertions(+), 10 deletions(-)

diffs (50 lines):

diff -r 20510d918c35 -r c92334736e19 devel/p5-ex-lib/DESCR
--- a/devel/p5-ex-lib/DESCR     Sat Aug 22 12:04:12 2009 +0000
+++ b/devel/p5-ex-lib/DESCR     Sat Aug 22 12:04:48 2009 +0000
@@ -1,4 +1,3 @@
-The Perl 5 module ex::lib is a library to transform relative paths
-to absolute paths at the BEGIN stage, and push them to @INC.  Relative
-path origin is not the current working directory, but the location
-of the file the statement is in.
+Don't use this Perl 5 module (ex::lib). It's just a compatibility
+wrapper for lib::abs. But if you want, see the docs for lib::abs
+(devel/p5-lib-abs package). Interface is the same.
diff -r 20510d918c35 -r c92334736e19 devel/p5-ex-lib/Makefile
--- a/devel/p5-ex-lib/Makefile  Sat Aug 22 12:04:12 2009 +0000
+++ b/devel/p5-ex-lib/Makefile  Sat Aug 22 12:04:48 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2009/06/07 12:36:17 seb Exp $
+# $NetBSD: Makefile,v 1.4 2009/08/22 12:04:48 seb Exp $
 #
 
-DISTNAME=      ex-lib-0.07
+DISTNAME=      ex-lib-0.90
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=ex/}
@@ -9,9 +9,12 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/ex-lib/
 COMMENT=       Perl 5 module to add in @INC absolute paths from relative ones
+LICENSE=       ${PERL5_LICENSE}
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+DEPENDS+=      p5-lib-abs>=0.90:../../devel/p5-lib-abs
+
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/ex/lib/.packlist
 
diff -r 20510d918c35 -r c92334736e19 devel/p5-ex-lib/distinfo
--- a/devel/p5-ex-lib/distinfo  Sat Aug 22 12:04:12 2009 +0000
+++ b/devel/p5-ex-lib/distinfo  Sat Aug 22 12:04:48 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/06/07 12:36:17 seb Exp $
+$NetBSD: distinfo,v 1.4 2009/08/22 12:04:48 seb Exp $
 
-SHA1 (ex-lib-0.07.tar.gz) = 6f248cfdce87fd2b5a4eb49ce61c724aaca57789
-RMD160 (ex-lib-0.07.tar.gz) = 6af29cf9638cba884f725eb3fb89620623873855
-Size (ex-lib-0.07.tar.gz) = 32333 bytes
+SHA1 (ex-lib-0.90.tar.gz) = 72c239857d1d8e0415cae7b8bbb231e085f40319
+RMD160 (ex-lib-0.90.tar.gz) = c52d9514717f4095907b2b7f830322ace27498e8
+Size (ex-lib-0.90.tar.gz) = 24981 bytes



Home | Main Index | Thread Index | Old Index