pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2024Q1] pkgsrc/www/p5-libwww



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Fri Apr  5 16:00:16 UTC 2024

Modified Files:
        pkgsrc/www/p5-libwww [pkgsrc-2024Q1]: Makefile

Log Message:
Pullup ticket #6841 - requested by wiz
www/p5-libwww: build fix

Revisions pulled up:
- www/p5-libwww/Makefile                                        1.143

---
   Module Name: pkgsrc
   Committed By:        wiz
   Date:                Wed Apr  3 07:15:39 UTC 2024

   Modified Files:
        pkgsrc/www/p5-libwww: Makefile

   Log Message:
   p5-libwww: p5-Try-Tiny is a runtime dependency, make it so

   Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.142.2.1 pkgsrc/www/p5-libwww/Makefile

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-libwww/Makefile
diff -u pkgsrc/www/p5-libwww/Makefile:1.142 pkgsrc/www/p5-libwww/Makefile:1.142.2.1
--- pkgsrc/www/p5-libwww/Makefile:1.142 Tue Mar 19 10:40:00 2024
+++ pkgsrc/www/p5-libwww/Makefile       Fri Apr  5 16:00:16 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.142 2024/03/19 10:40:00 wiz Exp $
+# $NetBSD: Makefile,v 1.142.2.1 2024/04/05 16:00:16 bsiegert Exp $
 
 DISTNAME=      libwww-perl-6.77
 PKGNAME=       p5-${DISTNAME:S/-perl-/-/}
+PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OA/OALDERS/}
 
@@ -20,6 +21,7 @@ DEPENDS+=     p5-HTTP-Negotiate>=6:../../www
 DEPENDS+=      p5-HTTP-Message>=6:../../www/p5-HTTP-Message
 DEPENDS+=      p5-LWP-MediaTypes>=6:../../www/p5-LWP-MediaTypes
 DEPENDS+=      p5-Net-HTTP>=6.18:../../www/p5-Net-HTTP
+DEPENDS+=      p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
 DEPENDS+=      p5-URI>=1.10:../../www/p5-URI
 DEPENDS+=      p5-WWW-RobotRules>=6.01:../../www/p5-WWW-RobotRules
 # LWP::Protocol::https is an optional dependency, but it requires this package,



Home | Main Index | Thread Index | Old Index