diff options
author | mezz <mezz@FreeBSD.org> | 2004-08-09 11:29:06 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-08-09 11:29:06 +0800 |
commit | c26ce509fe8c9ca65e2c36a4d31c40ffe314f286 (patch) | |
tree | 23f4e73811ff8a1bece401963addef8634b7ac19 /x11-toolkits | |
parent | 312cc52a6312d2f2b8ea7cbbcd5880af9a55e1e9 (diff) | |
download | freebsd-ports-gnome-c26ce509fe8c9ca65e2c36a4d31c40ffe314f286.tar.gz freebsd-ports-gnome-c26ce509fe8c9ca65e2c36a4d31c40ffe314f286.tar.zst freebsd-ports-gnome-c26ce509fe8c9ca65e2c36a4d31c40ffe314f286.zip |
- Update to 0.4.1. [1]
- I think, it's wrong to have the 'gtk' as PORTNAME. I have made some change
from 'gtk' to 'gauche' with PKGNAMESUFFIX= -gtk. This is correct way to do.
PR: ports/69483 [1]
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) [1]
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gauche-gtk/Makefile | 12 | ||||
-rw-r--r-- | x11-toolkits/gauche-gtk/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/gauche-gtk/files/patch-src_gtktextview.stub | 10 | ||||
-rw-r--r-- | x11-toolkits/gauche-gtk/pkg-plist | 1 |
4 files changed, 9 insertions, 18 deletions
diff --git a/x11-toolkits/gauche-gtk/Makefile b/x11-toolkits/gauche-gtk/Makefile index 955cb74b7f38..c81221e45682 100644 --- a/x11-toolkits/gauche-gtk/Makefile +++ b/x11-toolkits/gauche-gtk/Makefile @@ -5,13 +5,13 @@ # $FreeBSD$ # -PORTNAME= gtk -PORTVERSION= 0.4 +PORTNAME= gauche +PORTVERSION= 0.4.1 CATEGORIES= x11-toolkits scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gauche -PKGNAMEPREFIX= gauche- -DISTNAME= Gauche-${PORTNAME}-${PORTVERSION} +PKGNAMESUFFIX= -gtk +DISTNAME= Gauche${PKGNAMESUFFIX}-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= erik@smluc.org @@ -22,8 +22,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_GNOME= gtk20 # this alters CONFIGURE_TARGET! GNU_CONFIGURE= yes -EXAMPLESDIR= ${PREFIX}/share/examples/gauche/${PORTNAME} -DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME} +EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}/gtk +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}/gtk PLIST_SUB= VERSION="`gauche-config -V`" \ TARGET="${MACHINE_ARCH}-portbld-freebsd${OSREL}" diff --git a/x11-toolkits/gauche-gtk/distinfo b/x11-toolkits/gauche-gtk/distinfo index e9e912e858c5..79820362c63b 100644 --- a/x11-toolkits/gauche-gtk/distinfo +++ b/x11-toolkits/gauche-gtk/distinfo @@ -1,2 +1,2 @@ -MD5 (Gauche-gtk-0.4.tgz) = 97efd5b663b683234b8e9986d823596d -SIZE (Gauche-gtk-0.4.tgz) = 324019 +MD5 (Gauche-gtk-0.4.1.tgz) = 18356efab446b9524be8371a3b852a6a +SIZE (Gauche-gtk-0.4.1.tgz) = 324945 diff --git a/x11-toolkits/gauche-gtk/files/patch-src_gtktextview.stub b/x11-toolkits/gauche-gtk/files/patch-src_gtktextview.stub deleted file mode 100644 index 9bd23411161f..000000000000 --- a/x11-toolkits/gauche-gtk/files/patch-src_gtktextview.stub +++ /dev/null @@ -1,10 +0,0 @@ ---- src/gtktextview.stub.orig Wed Apr 7 17:06:44 2004 -+++ src/gtktextview.stub Wed Apr 7 17:07:55 2004 -@@ -34,7 +34,6 @@ - (overwrite-mode :type <uint>) - (cursor-visible :type <uint>) - (need-im-reset :type <uint>) -- (just-selected-element :type <uint>) - (onscreen-validated :type <uint>) - (mouse-cursor-obscured :type <uint>) - ;; text-window :type (UNKNOWN . GtkTextWindow*) diff --git a/x11-toolkits/gauche-gtk/pkg-plist b/x11-toolkits/gauche-gtk/pkg-plist index dad293a7c9ea..da12e48cb699 100644 --- a/x11-toolkits/gauche-gtk/pkg-plist +++ b/x11-toolkits/gauche-gtk/pkg-plist @@ -4,6 +4,7 @@ share/gauche/%%VERSION%%/lib/gtk.scm share/gauche/%%VERSION%%/lib/gtk/error-dialog.scm share/gauche/%%VERSION%%/lib/gtk/gdkkeysyms.scm share/gauche/%%VERSION%%/lib/gtk/gtkaux.scm +share/gauche/%%VERSION%%/lib/.packages/Gauche-gtk.gpd %%GTKGLEXT%%share/gauche/%%VERSION%%/lib/gtk/gtkgl.scm share/gauche/%%VERSION%%/lib/gtk/listener.scm @dirrm share/gauche/%%VERSION%%/lib/gtk |