pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Pod-POM-Web



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Jun 12 11:19:45 UTC 2023

Modified Files:
        pkgsrc/www/p5-Pod-POM-Web: Makefile distinfo

Log Message:
Update to 1.27
Update DEPENDS

Upstream changes:
1.27 02.07.2021
  - fix various failures reported by cpantesters

1.26 01.07.2021
  - fix directories where to find basic Perl docs

1.25 20.06.2021
  - migrated to Plack architecture
  - generate fulltext index from within the application
  - use CPAN::Common::Index for knowing the latest CPAN version of a module
  - general reorganization of code and documentation

1.24 07.02.2021
  - fixed encoding problems when source code is UTF-8
  - startup options to specify additional module dirs and script dirs
  - drop links to AnnoCPAN (unfortunately that project is dead)
  - various improvements in doc and repository structure (Paul Cochrane)
  - return 403 on absent module (Ben Bullock)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/p5-Pod-POM-Web/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/p5-Pod-POM-Web/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-Pod-POM-Web/Makefile
diff -u pkgsrc/www/p5-Pod-POM-Web/Makefile:1.27 pkgsrc/www/p5-Pod-POM-Web/Makefile:1.28
--- pkgsrc/www/p5-Pod-POM-Web/Makefile:1.27     Tue Jun 28 11:37:40 2022
+++ pkgsrc/www/p5-Pod-POM-Web/Makefile  Mon Jun 12 11:19:45 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2022/06/28 11:37:40 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2023/06/12 11:19:45 wen Exp $
 
-DISTNAME=      Pod-POM-Web-1.23
+DISTNAME=      Pod-POM-Web-1.27
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Pod/}
 
@@ -18,15 +17,15 @@ PERL5_MODULE_TYPE=  Module::Build
 DEPENDS+=      p5-Alien-GvaScript>=1.21:../../www/p5-Alien-GvaScript
 DEPENDS+=      p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
 DEPENDS+=      p5-MIME-Types-[0-9]*:../../mail/p5-MIME-Types
-DEPENDS+=      p5-Pod-POM>=0.17:../../textproc/p5-Pod-POM
-#DEPENDS+=     {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes
+DEPENDS+=      p5-Pod-POM>=0.25:../../textproc/p5-Pod-POM
 DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
 DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
+DEPENDS+=      p5-CPAN-Common-Index-[0-9]*:../../devel/p5-CPAN-Common-Index
 
 # recommends
 DEPENDS+=      p5-AnnoCPAN-Perldoc-[0-9]*:../../devel/p5-AnnoCPAN-Perldoc
 DEPENDS+=      p5-PPI-HTML-[0-9]*:../../textproc/p5-PPI-HTML
-DEPENDS+=      p5-Search-Indexer>=0.75:../../textproc/p5-Search-Indexer
+DEPENDS+=      p5-Search-Indexer>=1.0:../../textproc/p5-Search-Indexer
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/p5-Pod-POM-Web/distinfo
diff -u pkgsrc/www/p5-Pod-POM-Web/distinfo:1.12 pkgsrc/www/p5-Pod-POM-Web/distinfo:1.13
--- pkgsrc/www/p5-Pod-POM-Web/distinfo:1.12     Tue Oct 26 11:30:14 2021
+++ pkgsrc/www/p5-Pod-POM-Web/distinfo  Mon Jun 12 11:19:45 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:30:14 nia Exp $
+$NetBSD: distinfo,v 1.13 2023/06/12 11:19:45 wen Exp $
 
-BLAKE2s (Pod-POM-Web-1.23.tar.gz) = 78750dc282bdd50197b5d53ada40144ddce26fd22d8ae44fb9435ea53f4db0f3
-SHA512 (Pod-POM-Web-1.23.tar.gz) = c15bbfe6b75b4c6abdd72488c1d1ea4cd507b27073d2704dcee5025d0f8642424fbd6b6b37807f88621602223dd4f229ba0ed2958a76449e159a4deb7cf2804c
-Size (Pod-POM-Web-1.23.tar.gz) = 36217 bytes
+BLAKE2s (Pod-POM-Web-1.27.tar.gz) = 70eab23ab618193b4baa9e12653344a60aa2a8dd8ebc8c8f238022fc2f8be765
+SHA512 (Pod-POM-Web-1.27.tar.gz) = 1c9f70a92ed542f975ed53098893bcbef2134aea4292e03c700a5cf1d3a0c6c70bfde948ad6f564d88f85ed1c7a03d28ecf153ec2154fb28abd9e6c384b0da33
+Size (Pod-POM-Web-1.27.tar.gz) = 38884 bytes



Home | Main Index | Thread Index | Old Index