aboutsummaryrefslogtreecommitdiff
path: root/lang/slib-guile1
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2021-02-15 20:04:01 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2021-02-15 20:04:01 +0000
commit52f272fb6cf94603706117b66fe3fca1aa7f59c5 (patch)
tree49dd83284d0f8f497a880a35435879fdf89834e7 /lang/slib-guile1
parenta85e8287078fb92eb5c859029625b8489c6a3f96 (diff)
downloadports-52f272fb6cf94603706117b66fe3fca1aa7f59c5.tar.gz
ports-52f272fb6cf94603706117b66fe3fca1aa7f59c5.zip
lang/slib-guile1: Update version 3b4=>3b6
- Take MAINTAINERSHIP - Mark NO_ARCH - Update BUILD_DEPENDS to be used with guile1
Notes
Notes: svn path=/head/; revision=565334
Diffstat (limited to 'lang/slib-guile1')
-rw-r--r--lang/slib-guile1/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/lang/slib-guile1/Makefile b/lang/slib-guile1/Makefile
index d546b6baac65..ee02f40ff938 100644
--- a/lang/slib-guile1/Makefile
+++ b/lang/slib-guile1/Makefile
@@ -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