pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/665c677a6316
branches:  trunk
changeset: 375132:665c677a6316
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 07 23:02:06 2022 +0000

description:
guile22: add ALTERNATIVES file

diffstat:

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

diffs (23 lines):

diff -r a57fc47de116 -r 665c677a6316 lang/guile22/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/guile22/ALTERNATIVES Mon Mar 07 23:02:06 2022 +0000
@@ -0,0 +1,5 @@
+bin/guild @PREFIX@/guile/2.2/bin/guild
+bin/guile @PREFIX@/guile/2.2/bin/guile
+bin/guile-config @PREFIX@/guile/2.2/bin/guile-config
+bin/guile-snarf @PREFIX@/guile/2.2/bin/guile-snarf
+bin/guile-tools @PREFIX@/guile/2.2/bin/guile-tools
diff -r a57fc47de116 -r 665c677a6316 lang/guile22/Makefile
--- a/lang/guile22/Makefile     Mon Mar 07 23:01:33 2022 +0000
+++ b/lang/guile22/Makefile     Mon Mar 07 23:02:06 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2021/12/08 16:02:16 adam Exp $
+# $NetBSD: Makefile,v 1.26 2022/03/07 23:02:06 wiz Exp $
 
 DISTNAME=      guile-2.2.7
 PKGNAME=       ${DISTNAME:S/guile/guile22/}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GNU:=guile/}
 



Home | Main Index | Thread Index | Old Index