Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 07:18:04 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e5c38969709d - main - devel/guile-lib: Update to 0.2.7
Message-ID:  <202306300718.35U7I4gI064532@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e5c38969709d72e8c8839308b7830f3577121899

commit e5c38969709d72e8c8839308b7830f3577121899
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:01:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:01:47 +0000

    devel/guile-lib: Update to 0.2.7
    
    - Update pkg-descr
    - Take maintainership
    
    Changes:        https://www.nongnu.org/guile-lib/news/
---
 devel/guile-lib/Makefile  | 14 +++++++-------
 devel/guile-lib/distinfo  |  6 +++---
 devel/guile-lib/pkg-descr | 13 +++++++------
 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".



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300718.35U7I4gI064532>