pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/guile-slib



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Feb 16 19:53:53 UTC 2020

Modified Files:
        pkgsrc/devel/guile-slib: Makefile

Log Message:
devel/guile-slib: Update to 3.2.6

Change version and depend on newer slib.

(There is no upstream, and hence no upstream changes.)


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/guile-slib/Makefile

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

Modified files:

Index: pkgsrc/devel/guile-slib/Makefile
diff -u pkgsrc/devel/guile-slib/Makefile:1.45 pkgsrc/devel/guile-slib/Makefile:1.46
--- pkgsrc/devel/guile-slib/Makefile:1.45       Thu Sep 15 14:02:41 2016
+++ pkgsrc/devel/guile-slib/Makefile    Sun Feb 16 19:53:53 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2016/09/15 14:02:41 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2020/02/16 19:53:53 gdt Exp $
 
-DISTNAME=      guile-slib-3.2.5
+SLIBVERSION=   3.2.6
+DISTNAME=      guile-slib-${SLIBVERSION}
 CATEGORIES=    devel
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -9,7 +10,7 @@ MAINTAINER=    gdt%NetBSD.org@localhost
 HOMEPAGE=      http://swissnet.ai.mit.edu/~jaffer/SLIB.html
 COMMENT=       SLIB glue files for guile
 
-DEPENDS+=      slib>=3.2.5nb1:../../devel/slib
+DEPENDS+=      slib>=${SLIBVERSION}:../../devel/slib
 
 NO_BUILD=      yes
 WRKSRC=                ${WRKDIR}



Home | Main Index | Thread Index | Old Index