pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-CGI p5-CGI: HOMEPAGE 404s rather than redirecti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/066eb3143fb6
branches:  trunk
changeset: 397668:066eb3143fb6
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jul 01 22:01:19 2019 +0000

description:
p5-CGI: HOMEPAGE 404s rather than redirecting. fix it.

diffstat:

 www/p5-CGI/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 382ca1ab63c6 -r 066eb3143fb6 www/p5-CGI/Makefile
--- a/www/p5-CGI/Makefile       Mon Jul 01 22:00:09 2019 +0000
+++ b/www/p5-CGI/Makefile       Mon Jul 01 22:01:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2019/05/08 02:24:35 wen Exp $
+# $NetBSD: Makefile,v 1.99 2019/07/01 22:01:19 nia Exp $
 
 DISTNAME=      CGI-4.43
 PKGNAME=       p5-${DISTNAME}
@@ -6,7 +6,7 @@
 MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://search.cpan.org/dist/CGI.pm/
+HOMEPAGE=      https://metacpan.org/release/CGI
 COMMENT=       Perl5 module for writing forms-based CGI programs
 LICENSE=       artistic-2.0
 



Home | Main Index | Thread Index | Old Index