pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Balanced Updated to version 2.0.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23d56ceee646
branches:  trunk
changeset: 528865:23d56ceee646
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Fri May 18 20:31:59 2007 +0000

description:
Updated to version 2.0.0.

Pkgsrc changes:
  - Package supports installation to DESTDIR.
  - New requirement p5-version.
  - Added HOMEPAGE

Changes since version 1.95:
===========================
1.96.0  Mon May  1 21:52:37 2006
    - Fixed major bug in extract_multiple handling of unknowns
    - Fixed return value on failure (thanks Eric)
    - Fixed bug differentiating heredocs and left-shift operators
      (thanks Anthony)

1.97   Mon May  1 21:58:04 2006
    - Removed three-part version number and dependency on version.pm

1.98  Fri May  5 14:58:49 2006
    - Reinstated full test suite (thanks Steve!)

1.99.0  Thu Nov 16 07:32:06 2006
    - Removed reliance on expensive $& variable (thanks John)
    - Made Makefile.PL play nice with core versions (thanks Schwern!)

1.99.1  Thu Nov 16 09:29:14 2006
    - Included dependency on version.pm (thanks Andy)

2.0.0  Wed Dec 20 10:50:24 2006
    - Added patches from bleadperl version (thanks Rafael!)
    - Fixed bug in second bracketed delimiters (thanks David)

diffstat:

 textproc/p5-Text-Balanced/Makefile |  11 +++++++----
 textproc/p5-Text-Balanced/distinfo |   8 ++++----
 2 files changed, 11 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r e7f062502927 -r 23d56ceee646 textproc/p5-Text-Balanced/Makefile
--- a/textproc/p5-Text-Balanced/Makefile        Fri May 18 20:21:50 2007 +0000
+++ b/textproc/p5-Text-Balanced/Makefile        Fri May 18 20:31:59 2007 +0000
@@ -1,18 +1,21 @@
-# $NetBSD: Makefile,v 1.16 2006/07/19 22:42:52 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2007/05/18 20:31:59 heinz Exp $
 #
 
-DISTNAME=      Text-Balanced-1.95
-PKGNAME=       p5-${DISTNAME}
+DISTNAME=      Text-Balanced-v2.0.0
+PKGNAME=       p5-${DISTNAME:S/-v2/-2/1}
 SVR4_PKGNAME=  p5tba
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=
+HOMEPAGE=      http://search.cpan.org/dist/Text-Balanced/
 COMMENT=       Extract delimited text sequences from strings
 
+PKG_DESTDIR_SUPPORT=   user-destdir
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+DEPENDS+=      p5-version-[0-9]*:../../devel/p5-version
+
 PERL5_PACKLIST=                auto/Text/Balanced/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r e7f062502927 -r 23d56ceee646 textproc/p5-Text-Balanced/distinfo
--- a/textproc/p5-Text-Balanced/distinfo        Fri May 18 20:21:50 2007 +0000
+++ b/textproc/p5-Text-Balanced/distinfo        Fri May 18 20:31:59 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2006/07/19 22:42:52 wiz Exp $
+$NetBSD: distinfo,v 1.7 2007/05/18 20:31:59 heinz Exp $
 
-SHA1 (Text-Balanced-1.95.tar.gz) = 0843c3902a6b507ba8242d4424ea609ba4e18f8a
-RMD160 (Text-Balanced-1.95.tar.gz) = 34a83efd0ad1750f242000a1698d7746b0053d2e
-Size (Text-Balanced-1.95.tar.gz) = 28133 bytes
+SHA1 (Text-Balanced-v2.0.0.tar.gz) = 7596d768e35e34013fb59526b9672a206b31816f
+RMD160 (Text-Balanced-v2.0.0.tar.gz) = 28a1728d874eb922d3751e748d7312a2950d3bd5
+Size (Text-Balanced-v2.0.0.tar.gz) = 29466 bytes



Home | Main Index | Thread Index | Old Index