pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/wiliki



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Sep 26 00:59:57 UTC 2021

Modified Files:
        pkgsrc/www/wiliki: Makefile PLIST

Log Message:
(www/wiliki) regen PLIST, set LICENSE to mit


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/wiliki/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/wiliki/PLIST

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

Modified files:

Index: pkgsrc/www/wiliki/Makefile
diff -u pkgsrc/www/wiliki/Makefile:1.8 pkgsrc/www/wiliki/Makefile:1.9
--- pkgsrc/www/wiliki/Makefile:1.8      Sun Jan 26 17:32:25 2020
+++ pkgsrc/www/wiliki/Makefile  Sun Sep 26 00:59:56 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/01/26 17:32:25 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2021/09/26 00:59:56 mef Exp $
 #
 
 DISTNAME=      WiLiKi-0.6.2
@@ -10,10 +10,14 @@ EXTRACT_SUFX=       .tgz
 MAINTAINER=    uebayasi%NetBSD.org@localhost
 HOMEPAGE=      https://practical-scheme.net/wiliki/wiliki.cgi
 COMMENT=       WikiWiki clone written in Scheme
+LICENCS=       mit
 
 # XXX Use >=0.9 to work-around `gauche-config --sitelibdir` change!
-DEPENDS+=      Gauche>=0.9:../../lang/gauche
+#DEPENDS+=     Gauche>=0.9:../../lang/gauche
+
+WRKSRC=                ${WRKDIR}/${DISTNAME}
 
 GNU_CONFIGURE= yes
+.include "../../lang/gauche/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/wiliki/PLIST
diff -u pkgsrc/www/wiliki/PLIST:1.5 pkgsrc/www/wiliki/PLIST:1.6
--- pkgsrc/www/wiliki/PLIST:1.5 Wed Dec 29 12:24:46 2010
+++ pkgsrc/www/wiliki/PLIST     Sun Sep 26 00:59:56 2021
@@ -1,20 +1,20 @@
-@comment $NetBSD: PLIST,v 1.5 2010/12/29 12:24:46 uebayasi Exp $
-share/gauche-0.9/site/lib/.packages/WiLiKi.gpd
-share/gauche-0.9/site/lib/wiliki.scm
-share/gauche-0.9/site/lib/wiliki/auth.scm
-share/gauche-0.9/site/lib/wiliki/core.scm
-share/gauche-0.9/site/lib/wiliki/db.scm
-share/gauche-0.9/site/lib/wiliki/edit.scm
-share/gauche-0.9/site/lib/wiliki/format.scm
-share/gauche-0.9/site/lib/wiliki/history.scm
-share/gauche-0.9/site/lib/wiliki/log.scm
-share/gauche-0.9/site/lib/wiliki/macro.scm
-share/gauche-0.9/site/lib/wiliki/page.scm
-share/gauche-0.9/site/lib/wiliki/parse.scm
-share/gauche-0.9/site/lib/wiliki/pasttime.scm
-share/gauche-0.9/site/lib/wiliki/rss.scm
-share/gauche-0.9/site/lib/wiliki/rssmix.scm
-share/gauche-0.9/site/lib/wiliki/scr-macros.scm
-share/gauche-0.9/site/lib/wiliki/util.scm
-share/gauche-0.9/site/lib/wiliki/version.scm
+@comment $NetBSD: PLIST,v 1.6 2021/09/26 00:59:56 mef Exp $
+share/gauche-0.97/site/lib/.packages/WiLiKi.gpd
+share/gauche-0.97/site/lib/wiliki.scm
+share/gauche-0.97/site/lib/wiliki/auth.scm
+share/gauche-0.97/site/lib/wiliki/core.scm
+share/gauche-0.97/site/lib/wiliki/db.scm
+share/gauche-0.97/site/lib/wiliki/edit.scm
+share/gauche-0.97/site/lib/wiliki/format.scm
+share/gauche-0.97/site/lib/wiliki/history.scm
+share/gauche-0.97/site/lib/wiliki/log.scm
+share/gauche-0.97/site/lib/wiliki/macro.scm
+share/gauche-0.97/site/lib/wiliki/page.scm
+share/gauche-0.97/site/lib/wiliki/parse.scm
+share/gauche-0.97/site/lib/wiliki/pasttime.scm
+share/gauche-0.97/site/lib/wiliki/rss.scm
+share/gauche-0.97/site/lib/wiliki/rssmix.scm
+share/gauche-0.97/site/lib/wiliki/scr-macros.scm
+share/gauche-0.97/site/lib/wiliki/util.scm
+share/gauche-0.97/site/lib/wiliki/version.scm
 share/locale/ja/LC_MESSAGES/WiLiKi.mo



Home | Main Index | Thread Index | Old Index