pkgsrc-WIP-changes archive

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

guile-sjson: switch to module.mk



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue Jul 19 18:42:07 2022 -0400
Changeset:	011dc7e3a0d8c074a2b2daec6ef2a1bffe9e3597

Modified Files:
	guile-sjson/Makefile
	guile-sjson/PLIST

Log Message:
guile-sjson: switch to module.mk

This moves the bits into the 3.0 subdir.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=011dc7e3a0d8c074a2b2daec6ef2a1bffe9e3597

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

diffstat:
 guile-sjson/Makefile |  4 ++--
 guile-sjson/PLIST    | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs:
diff --git a/guile-sjson/Makefile b/guile-sjson/Makefile
index 83204ecfad..c8f8bb00b7 100644
--- a/guile-sjson/Makefile
+++ b/guile-sjson/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	sjson-0.2.2
 PKGNAME=	guile-${DISTNAME}
-CATEGORIES=	devel
+CATEGORIES=	textproc
 MASTER_SITES=	https://dustycloud.org/misc/
 
 MAINTAINER=	gdt%NetBSD.org@localhost
@@ -16,5 +16,5 @@ USE_TOOLS+=	pkg-config
 
 TEST_TARGET=	check
 
-.include "../../lang/guile30/buildlink3.mk"
+.include "../../lang/guile30/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/guile-sjson/PLIST b/guile-sjson/PLIST
index 0394510678..f9fe70c50f 100644
--- a/guile-sjson/PLIST
+++ b/guile-sjson/PLIST
@@ -1,7 +1,7 @@
 @comment $NetBSD$
-lib/guile/3.0/ccache/fash.go
-lib/guile/3.0/ccache/sjson.go
-lib/guile/3.0/ccache/sjson/utils.go
-share/guile/site/3.0/fash.scm
-share/guile/site/3.0/sjson.scm
-share/guile/site/3.0/sjson/utils.scm
+guile/3.0/lib/guile/3.0/ccache/fash.go
+guile/3.0/lib/guile/3.0/ccache/sjson.go
+guile/3.0/lib/guile/3.0/ccache/sjson/utils.go
+guile/3.0/share/guile/site/3.0/fash.scm
+guile/3.0/share/guile/site/3.0/sjson.scm
+guile/3.0/share/guile/site/3.0/sjson/utils.scm


Home | Main Index | Thread Index | Old Index