diff options
author | scheidell <scheidell@FreeBSD.org> | 2011-12-13 03:31:02 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2011-12-13 03:31:02 +0800 |
commit | 6d352d07d3ce8d6fbae88b4f72bd96356e0f16d0 (patch) | |
tree | 302056ebd1f176503304eb3c18f15a5dc578e986 | |
parent | 51ccb860a269d2336be03c59966564650747a1b2 (diff) | |
download | freebsd-ports-gnome-6d352d07d3ce8d6fbae88b4f72bd96356e0f16d0.tar.gz freebsd-ports-gnome-6d352d07d3ce8d6fbae88b4f72bd96356e0f16d0.tar.zst freebsd-ports-gnome-6d352d07d3ce8d6fbae88b4f72bd96356e0f16d0.zip |
- Update plist/bump portversion
- Update BUILD_DEPENDS!=RUN_DEPENDS, per portlint
Approved by: gabor (mentor)
-rw-r--r-- | lang/slib-gauche/Makefile | 4 | ||||
-rw-r--r-- | lang/slib-gauche/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/slib-gauche/Makefile b/lang/slib-gauche/Makefile index 42ed662a06f9..19b7ed4dd174 100644 --- a/lang/slib-gauche/Makefile +++ b/lang/slib-gauche/Makefile @@ -7,6 +7,7 @@ PORTNAME= slib PORTVERSION= 3b3 # Keep this in sync with devel/slib +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= # empty PKGNAMESUFFIX= -gauche @@ -17,7 +18,8 @@ COMMENT= SLIB installation for Gauche BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib \ gosh:${PORTSDIR}/lang/gauche -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib \ + gosh:${PORTSDIR}/lang/gauche NO_BUILD= yes PLIST_SUB= VERSION="`gauche-config -V`" diff --git a/lang/slib-gauche/pkg-plist b/lang/slib-gauche/pkg-plist index 8d3c6993f538..58a1ac0056f3 100644 --- a/lang/slib-gauche/pkg-plist +++ b/lang/slib-gauche/pkg-plist @@ -1,2 +1,2 @@ @exec %%LOCALBASE%%/bin/gosh -uslib -E"require 'new-catalog" -Eexit -@unexec rm -f %%LOCALBASE%%/share/gauche/%%VERSION%%/lib/slibcat +@unexec rm -f %%LOCALBASE%%/share/gauche-0.9/%%VERSION%%/lib/slibcat |