pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Catalyst-Runtime



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 28 20:08:21 UTC 2025

Modified Files:
        pkgsrc/www/p5-Catalyst-Runtime: Makefile

Log Message:
p5-Catalyst-Runtime: remove p5-URI-ws dependency

p5-URI supports this directly now.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/www/p5-Catalyst-Runtime/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-Catalyst-Runtime/Makefile
diff -u pkgsrc/www/p5-Catalyst-Runtime/Makefile:1.61 pkgsrc/www/p5-Catalyst-Runtime/Makefile:1.62
--- pkgsrc/www/p5-Catalyst-Runtime/Makefile:1.61        Fri Jul  4 08:49:06 2025
+++ pkgsrc/www/p5-Catalyst-Runtime/Makefile     Sun Sep 28 20:08:21 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.61 2025/07/04 08:49:06 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2025/09/28 20:08:21 wiz Exp $
 
 DISTNAME=      Catalyst-Runtime-5.90132
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Catalyst/}
 
@@ -42,8 +42,7 @@ DEPENDS+=     p5-String-RewritePrefix>=0.004
 DEPENDS+=      p5-Plack>=0.9991:../../www/p5-Plack
 DEPENDS+=      p5-Plack-Middleware-ReverseProxy>=0.04:../../www/p5-Plack-Middleware-ReverseProxy
 DEPENDS+=      p5-Plack-Test-ExternalServer-[0-9]*:../../www/p5-Plack-Test-ExternalServer
-DEPENDS+=      p5-URI>=1.36:../../www/p5-URI
-DEPENDS+=      p5-URI-ws-[0-9]*:../../www/p5-URI-ws
+DEPENDS+=      p5-URI>=5.34:../../www/p5-URI
 DEPENDS+=      p5-JSON-MaybeXS>=1.36:../../converters/p5-JSON-MaybeXS
 DEPENDS+=      p5-CGI-Struct-[0-9]*:../../www/p5-CGI-Struct
 DEPENDS+=      p5-Catalyst-DispatchType-Regex>=5.90021:../../www/p5-Catalyst-DispatchType-Regex



Home | Main Index | Thread Index | Old Index