pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ikiwiki
Module Name: pkgsrc
Committed By: schmonz
Date: Sun Mar 30 16:49:20 UTC 2025
Modified Files:
pkgsrc/www/ikiwiki: Makefile
Log Message:
ikiwiki: add missing DEPENDS to fix aggregator error:
$ ikiwiki --setup ikiwiki.setup --aggregate --refresh --verbose
Can't locate IO/Socket/SSL.pm in @INC
Attempt to reload LWPx/Protocol/https_paranoid.pm aborted.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 pkgsrc/www/ikiwiki/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/ikiwiki/Makefile
diff -u pkgsrc/www/ikiwiki/Makefile:1.184 pkgsrc/www/ikiwiki/Makefile:1.185
--- pkgsrc/www/ikiwiki/Makefile:1.184 Sat Feb 22 17:37:02 2025
+++ pkgsrc/www/ikiwiki/Makefile Sun Mar 30 16:49:20 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.184 2025/02/22 17:37:02 schmonz Exp $
+# $NetBSD: Makefile,v 1.185 2025/03/30 16:49:20 schmonz Exp $
DISTNAME= ikiwiki_3.20250221.orig
PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
+PKGREVISION= 1
CATEGORIES= www textproc
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}
EXTRACT_SUFX= .tar.xz
@@ -29,6 +30,7 @@ DEPENDS+= p5-File-MimeInfo-[0-9]*:../..
DEPENDS+= p5-gettext-[0-9]*:../../devel/p5-gettext
DEPENDS+= p5-YAML-LibYAML-[0-9]*:../../textproc/p5-YAML-LibYAML
DEPENDS+= p5-LWPx-ParanoidAgent-[0-9]*:../../www/p5-LWPx-ParanoidAgent
+DEPENDS+= p5-LWP-Protocol-https-[0-9]*:../../www/p5-LWP-Protocol-https
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
PERL5_PACKLIST= auto/IkiWiki/.packlist
Home |
Main Index |
Thread Index |
Old Index