Date: Mon, 15 Feb 2021 20:04:01 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565334 - head/lang/slib-guile1 Message-ID: <202102152004.11FK41J4094258@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Mon Feb 15 20:04:01 2021 New Revision: 565334 URL: https://svnweb.freebsd.org/changeset/ports/565334 Log: lang/slib-guile1: Update version 3b4=>3b6 - Take MAINTAINERSHIP - Mark NO_ARCH - Update BUILD_DEPENDS to be used with guile1 Modified: head/lang/slib-guile1/Makefile Modified: head/lang/slib-guile1/Makefile ============================================================================== --- head/lang/slib-guile1/Makefile Mon Feb 15 19:58:46 2021 (r565333) +++ head/lang/slib-guile1/Makefile Mon Feb 15 20:04:01 2021 (r565334) @@ -3,20 +3,21 @@ # $MCom: ports/lang/slib-guile/Makefile,v 1.3 2006/10/13 02:32:48 marcus Exp $ PORTNAME= slib -PORTVERSION= 3b4 # Keep this in sync with lang/slib +PORTVERSION= 3b6 # Keep this in sync with lang/slib CATEGORIES= lang scheme MASTER_SITES= # empty -PKGNAMESUFFIX= -guile +PKGNAMESUFFIX= -guile1 DISTFILES= # empty -MAINTAINER= ports@FreeBSD.org -COMMENT= SLIB installation for Guile +MAINTAINER= bofh@FreeBSD.org +COMMENT= SLIB installation for Guile1 BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:lang/slib \ - guile:lang/guile + guile:lang/guile1 RUN_DEPENDS:= ${BUILD_DEPENDS} SUB_FILES+= pkg-install pkg-deinstall +NO_ARCH= yes NO_BUILD= yes NO_INSTALL= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102152004.11FK41J4094258>