pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove textproc/p5-String-Random which was a duplicate of



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1afa5931c5f0
branches:  trunk
changeset: 542611:1afa5931c5f0
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu May 22 19:04:37 2008 +0000

description:
Remove textproc/p5-String-Random which was a duplicate of
security/p5-String-Random. Merge changes from the textproc one into
the security one.

diffstat:

 doc/CHANGES-2008                   |   4 +++-
 security/p5-String-Random/Makefile |   6 +++---
 security/p5-String-Random/distinfo |   8 ++++----
 textproc/Makefile                  |   3 +--
 textproc/p5-String-Random/DESCR    |   1 -
 textproc/p5-String-Random/Makefile |  17 -----------------
 textproc/p5-String-Random/PLIST    |   1 -
 textproc/p5-String-Random/distinfo |   5 -----
 8 files changed, 11 insertions(+), 34 deletions(-)

diffs (104 lines):

diff -r d3a2a723d95f -r 1afa5931c5f0 doc/CHANGES-2008
--- a/doc/CHANGES-2008  Thu May 22 17:39:50 2008 +0000
+++ b/doc/CHANGES-2008  Thu May 22 19:04:37 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2008,v 1.1125 2008/05/22 16:04:39 recht Exp $
+$NetBSD: CHANGES-2008,v 1.1126 2008/05/22 19:04:37 tnn Exp $
 
 Changes to the packages collection and infrastructure in 2008:
 
@@ -1895,3 +1895,5 @@
        Updated x11/wterm to 6.2.9nb8 [tron 2008-05-22]
        Updated security/gnutls to 2.2.5 [tnn 2008-05-22]
        Updated textproc/libxslt to 1.1.24 [recht 2008-05-22]
+       Removed textproc/p5-String-Random successor security/p5-String-Random [tnn 2008-05-22]
+       Updated security/p5-String-Random to 0.22 [tnn 2008-05-22]
diff -r d3a2a723d95f -r 1afa5931c5f0 security/p5-String-Random/Makefile
--- a/security/p5-String-Random/Makefile        Thu May 22 17:39:50 2008 +0000
+++ b/security/p5-String-Random/Makefile        Thu May 22 19:04:37 2008 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/08/13 17:44:06 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2008/05/22 19:04:37 tnn Exp $
 
-DISTNAME=      String-Random-0.21
+DISTNAME=      String-Random-0.22
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    perl5 security
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=String/}
 
 MAINTAINER=    adrianp%NetBSD.org@localhost
-HOMEPAGE=      http://search.cpan.org/~steve/${DISTNAME}/
+HOMEPAGE=      http://search.cpan.org/dist/String-Random/
 COMMENT=       Perl module to generate random strings based on a pattern
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
diff -r d3a2a723d95f -r 1afa5931c5f0 security/p5-String-Random/distinfo
--- a/security/p5-String-Random/distinfo        Thu May 22 17:39:50 2008 +0000
+++ b/security/p5-String-Random/distinfo        Thu May 22 19:04:37 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/08/13 17:44:06 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2008/05/22 19:04:37 tnn Exp $
 
-SHA1 (String-Random-0.21.tar.gz) = 73a648c4f5aef885dbd9d8a060af429fcb6d68e8
-RMD160 (String-Random-0.21.tar.gz) = 0c163dcfb0f7a017c5e05b70e65fdd4b88dfd0db
-Size (String-Random-0.21.tar.gz) = 7423 bytes
+SHA1 (String-Random-0.22.tar.gz) = 95f028f64caf13b75b871e4545556d6f8be6653b
+RMD160 (String-Random-0.22.tar.gz) = 9159b9f9955b650ff616e14eea2b314454e03819
+Size (String-Random-0.22.tar.gz) = 7629 bytes
diff -r d3a2a723d95f -r 1afa5931c5f0 textproc/Makefile
--- a/textproc/Makefile Thu May 22 17:39:50 2008 +0000
+++ b/textproc/Makefile Thu May 22 19:04:37 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.410 2008/04/29 18:02:43 jlam Exp $
+# $NetBSD: Makefile,v 1.411 2008/05/22 19:04:37 tnn Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -198,7 +198,6 @@
 SUBDIR+=       p5-SGMLS
 SUBDIR+=       p5-String-Approx
 SUBDIR+=       p5-String-CRC32
-SUBDIR+=       p5-String-Random
 SUBDIR+=       p5-String-ShellQuote
 SUBDIR+=       p5-Template-Plugin-Number-Format
 SUBDIR+=       p5-Text-Autoformat
diff -r d3a2a723d95f -r 1afa5931c5f0 textproc/p5-String-Random/DESCR
--- a/textproc/p5-String-Random/DESCR   Thu May 22 17:39:50 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-String::Approx makes it trivial to generate random strings.
diff -r d3a2a723d95f -r 1afa5931c5f0 textproc/p5-String-Random/Makefile
--- a/textproc/p5-String-Random/Makefile        Thu May 22 17:39:50 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/07 13:07:22 he Exp $
-#
-
-DISTNAME=              String-Random-0.22
-PKGNAME=               p5-${DISTNAME}
-CATEGORIES=            textproc perl5
-MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=String/}
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://search.cpan.org/dist/String-Random/
-COMMENT=               Generate random strings based on a pattern
-
-PERL5_PACKLIST=                auto/String/Random/.packlist
-PERL5_MODULE_TYPE=      Module::Build
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r d3a2a723d95f -r 1afa5931c5f0 textproc/p5-String-Random/PLIST
--- a/textproc/p5-String-Random/PLIST   Thu May 22 17:39:50 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/07 13:07:22 he Exp $
diff -r d3a2a723d95f -r 1afa5931c5f0 textproc/p5-String-Random/distinfo
--- a/textproc/p5-String-Random/distinfo        Thu May 22 17:39:50 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/07 13:07:22 he Exp $
-
-SHA1 (String-Random-0.22.tar.gz) = 95f028f64caf13b75b871e4545556d6f8be6653b
-RMD160 (String-Random-0.22.tar.gz) = 9159b9f9955b650ff616e14eea2b314454e03819
-Size (String-Random-0.22.tar.gz) = 7629 bytes



Home | Main Index | Thread Index | Old Index