pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/guile18 guile18: add ALTERNATIVES file



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7843e39ee06a
branches:  trunk
changeset: 375130:7843e39ee06a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 07 23:01:19 2022 +0000

description:
guile18: add ALTERNATIVES file

Bump PKGREVISION.

diffstat:

 lang/guile18/ALTERNATIVES |  5 +++++
 lang/guile18/Makefile     |  4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 0edc9809a4be -r 7843e39ee06a lang/guile18/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/guile18/ALTERNATIVES Mon Mar 07 23:01:19 2022 +0000
@@ -0,0 +1,5 @@
+bin/guild @PREFIX@/guile/1.8/bin/guild
+bin/guile @PREFIX@/guile/1.8/bin/guile
+bin/guile-config @PREFIX@/guile/1.8/bin/guile-config
+bin/guile-snarf @PREFIX@/guile/1.8/bin/guile-snarf
+bin/guile-tools @PREFIX@/guile/1.8/bin/guile-tools
diff -r 0edc9809a4be -r 7843e39ee06a lang/guile18/Makefile
--- a/lang/guile18/Makefile     Mon Mar 07 22:59:49 2022 +0000
+++ b/lang/guile18/Makefile     Mon Mar 07 23:01:19 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2022/03/07 20:34:16 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/03/07 23:01:19 wiz Exp $
 
 DISTNAME=              guile-1.8.8
 PKGNAME=               ${DISTNAME:S/guile/guile18/}
-PKGREVISION=           11
+PKGREVISION=           12
 CATEGORIES=            lang
 MASTER_SITES=          ${MASTER_SITE_GNU:=guile/}
 



Home | Main Index | Thread Index | Old Index