pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/wiliki (www/wiliki) regen PLIST, set LICENSE to mit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bcc00e53e52
branches:  trunk
changeset: 458934:4bcc00e53e52
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Sep 26 00:59:56 2021 +0000

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

diffstat:

 www/wiliki/Makefile |   8 ++++++--
 www/wiliki/PLIST    |  38 +++++++++++++++++++-------------------
 2 files changed, 25 insertions(+), 21 deletions(-)

diffs (68 lines):

diff -r 5ea9db6e2bd6 -r 4bcc00e53e52 www/wiliki/Makefile
--- a/www/wiliki/Makefile       Sat Sep 25 12:33:46 2021 +0000
+++ b/www/wiliki/Makefile       Sun Sep 26 00:59:56 2021 +0000
@@ -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 @@
 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"
diff -r 5ea9db6e2bd6 -r 4bcc00e53e52 www/wiliki/PLIST
--- a/www/wiliki/PLIST  Sat Sep 25 12:33:46 2021 +0000
+++ b/www/wiliki/PLIST  Sun Sep 26 00:59:56 2021 +0000
@@ -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