[25642] trunk/dports/lang/gauche-c-wrapper

source_changes at macosforge.org source_changes at macosforge.org
Sun May 27 09:22:58 PDT 2007


Revision: 25642
          http://trac.macosforge.org/projects/macports/changeset/25642
Author:   takanori at macports.org
Date:     2007-05-27 09:22:58 -0700 (Sun, 27 May 2007)

Log Message:
-----------
* Version bump to 0.5.1.
* Closes ticket #11980. No responce from the maintainer.

Modified Paths:
--------------
    trunk/dports/lang/gauche-c-wrapper/Portfile
    trunk/dports/lang/gauche-c-wrapper/files/patch-Makefile.in

Modified: trunk/dports/lang/gauche-c-wrapper/Portfile
===================================================================
--- trunk/dports/lang/gauche-c-wrapper/Portfile	2007-05-27 16:21:59 UTC (rev 25641)
+++ trunk/dports/lang/gauche-c-wrapper/Portfile	2007-05-27 16:22:58 UTC (rev 25642)
@@ -2,27 +2,25 @@
 
 PortSystem 1.0
 name		gauche-c-wrapper
-version         0.4.1
+version         0.5.1
 categories	lang scheme
 maintainers	yuhei at pop21.odn.ne.jp
 description	c-wrapper is a FFI (Foreign Function Interface) for Gauche.
 long_description	c-wrapper is a FFI (Foreign Function Interface) for Gauche.
+platforms	darwin
 homepage	http://homepage.mac.com/naoki.koguro/prog/c-wrapper/index.html
 master_sites	http://homepage.mac.com/naoki.koguro/prog/c-wrapper/
 distname	c-wrapper-$version
 extract.suffix	.tgz
-checksums       md5 fa829741eab77fa51cb257f9f9ae27af
-depends_build	bin:gosh:gauche
+checksums       md5 033a8f2a0b7e6d1afbd0202baccbdddc
+patchfiles	patch-Makefile.in
+depends_lib	port:gauche
+depends_build	port:boehmgc \
+		port:texi2html
 
-patchfiles patch-Makefile.in
-
 post-destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/share/doc/gauche-c-wrapper
-	xinstall -m 644 -W ${workpath}/${worksrcdir}/doc/ \
-	        c-wrapper-refe_toc.html c-wrapper-refe.html \
-	        c-wrapper-refj_toc.html c-wrapper-refj_toc.html \
-		${destroot}${prefix}/share/doc/gauche-c-wrapper
-    file copy ${workpath}/${worksrcdir}/examples \
-		${destroot}${prefix}/share/doc/gauche-c-wrapper
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    eval xinstall -m 644 [glob ${worksrcpath}/doc/*.html] ${destroot}${prefix}/share/doc/${name}
+    file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name}
 }
     

Modified: trunk/dports/lang/gauche-c-wrapper/files/patch-Makefile.in
===================================================================
--- trunk/dports/lang/gauche-c-wrapper/files/patch-Makefile.in	2007-05-27 16:21:59 UTC (rev 25641)
+++ trunk/dports/lang/gauche-c-wrapper/files/patch-Makefile.in	2007-05-27 16:22:58 UTC (rev 25642)
@@ -1,11 +1,11 @@
---- Makefile.in	2006-06-14 08:51:18.000000000 +0900
-+++ Makefile.in.new	2006-06-14 08:51:30.000000000 +0900
-@@ -47,7 +47,7 @@
- 	cd src; $(MAKE) install
+--- Makefile.in.orig	2007-01-06 18:12:18.000000000 +0900
++++ Makefile.in	2007-05-17 20:50:30.000000000 +0900
+@@ -49,7 +49,7 @@
  	cd lib; $(MAKE) install
+ 	cd objc; $(MAKE) install
  	cd doc; $(MAKE) install
 -	$(INSTALL) -m 444 -T $(GAUCHE_PKGLIBDIR)/.packages $(PACKAGE).gpd
 +	$(INSTALL) -m 444 -T $(DESTDIR)$(GAUCHE_PKGLIBDIR)/.packages $(PACKAGE).gpd
  
  uninstall :
- 	cd src; $(MAKE) uninstall
+ 	cd objc; $(MAKE) uninstall

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070527/1084bda8/attachment.html


More information about the macports-changes mailing list