aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:01:47 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:01:47 +0000
commite5c38969709d72e8c8839308b7830f3577121899 (patch)
treea0fdba2b41e6cf54e65587a909b12903dbb62c48
parentf9b57b0aa9cb17fd8a5f32a12a0dfcd0fb054e24 (diff)
downloadports-e5c38969709d72e8c8839308b7830f3577121899.tar.gz
ports-e5c38969709d72e8c8839308b7830f3577121899.zip
devel/guile-lib: Update to 0.2.7
- Update pkg-descr - Take maintainership Changes: https://www.nongnu.org/guile-lib/news/
-rw-r--r--devel/guile-lib/Makefile14
-rw-r--r--devel/guile-lib/distinfo6
-rw-r--r--devel/guile-lib/pkg-descr13
3 files changed, 17 insertions, 16 deletions
diff --git a/devel/guile-lib/Makefile b/devel/guile-lib/Makefile
index 012a2cd5475d..8f89bea2a8ee 100644
--- a/devel/guile-lib/Makefile
+++ b/devel/guile-lib/Makefile
@@ -1,23 +1,23 @@
PORTNAME= guile-lib
-PORTVERSION= 0.2.6.1
-PORTREVISION= 2
+PORTVERSION= 0.2.7
CATEGORIES= devel scheme
MASTER_SITES= SAVANNAH
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Repository of useful code written in Guile Scheme
WWW= https://www.nongnu.org/guile-lib/
LICENSE= LGPL3 GPLv3
LICENSE_COMB= multi
-BUILD_DEPENDS= guile2>0:lang/guile2
-RUN_DEPENDS= guile2>0:lang/guile2
+BUILD_DEPENDS= guile2>=2.0.12:lang/guile2
+LIB_DEPENDS= libguile-2.2.so:lang/guile2
-TEST_TARGET= check
USES= gmake pkgconfig
+
GNU_CONFIGURE= yes
+TEST_TARGET= check
-INFO= guile-library
+INFO= guile-library
.include <bsd.port.mk>
diff --git a/devel/guile-lib/distinfo b/devel/guile-lib/distinfo
index e7219abd864f..4a0cfea6ac96 100644
--- a/devel/guile-lib/distinfo
+++ b/devel/guile-lib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534646549
-SHA256 (guile-lib-0.2.6.1.tar.gz) = 6d1d3d0f14db9d280b8d427d6e1dec4417ddd02bff23bd5982ecb6e262eb3f2a
-SIZE (guile-lib-0.2.6.1.tar.gz) = 427445
+TIMESTAMP = 1686496678
+SHA256 (guile-lib-0.2.7.tar.gz) = e4ef3b845f121882c7c0cf04f81a1cb8fd360c6f64b56b868de5546214f904de
+SIZE (guile-lib-0.2.7.tar.gz) = 451202
diff --git a/devel/guile-lib/pkg-descr b/devel/guile-lib/pkg-descr
index 6ab7599dd0d3..a0ab7308753d 100644
--- a/devel/guile-lib/pkg-descr
+++ b/devel/guile-lib/pkg-descr
@@ -1,7 +1,8 @@
-Guile-Lib is intended as an accumulation place for pure-scheme Guile modules,
-allowing for people to cooperate integrating their generic Guile modules into
-a coherent library. Think "a down-scaled, limited-scope CPAN for Guile".
+guile-lib is intended as an accumulation place for pure-scheme Guile modules,
+allowing for people to cooperate integrating their generic Guile modules into a
+coherent library.
-Also, it can be seen as a code staging area for Guile; the Guile developers
-could decide to integrate some of the code into guile-core. An example for a
-possible candidate is SRFI-35.
+guile-lib modules are well-documented and well-supported. Particularly good
+modules might migrate from Guile-Lib into Guile itself, at some point.
+
+Think "a down-scaled, limited-scope CPAN for Guile".