UPDATE: sisc-1.11.3
Reported by: |
mvitocruz@… |
Owned by: |
macports-tickets@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.0
|
Keywords:
|
|
Cc:
|
|
Port:
|
sisc
|
|
|
Version bump -- the diff is below:
Index: Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/lang/sisc/Portfile,v
retrieving revision 1.3
diff -u -r1.3 Portfile
--- Portfile 10 Jan 2005 21:01:02 -0000 1.3
+++ Portfile 25 Aug 2005 19:36:08 -0000
@@ -2,7 +2,7 @@
PortSystem 1.0
name sisc
-version 1.9.6
+version 1.11.3
categories lang java
platforms darwin
maintainers mvitocruz@gmail.com
@@ -11,7 +11,7 @@
homepage http://sisc.sourceforge.net/
master_sites sourceforge
distfiles ${name}-${version}.jar
-checksums md5 1300460919eef3a1bc78aace6e4f62ab
+checksums md5 d5640ac0c8fad8b24a32bffb0b70b19f
worksrcdir ${name}
use_zip yes
use_configure no
@@ -22,11 +22,10 @@
build.cmd ant
build.target full-dist
destroot {
- set siscdir ${worksrcpath}/dist/full/sisc
+ set siscdir ${worksrcpath}/dist/full/sisc-${version}
xinstall -m 755 ${siscdir}/sisc ${destroot}${prefix}/bin/sisc
- reinplace "s|\"`dirname \$0`\"|\"${prefix}/share/java/sisc\"|" \
+ reinplace "s|/usr/share/java|\"${prefix}/share/java/sisc\"|" \
${destroot}${prefix}/bin/sisc
- reinplace "s|/bin/uname|uname|" ${destroot}${prefix}/bin/sisc
xinstall -m 755 ${siscdir}/install-srfi22.sh \
${destroot}${prefix}/bin/install-srfi22.sh
Update committed, thanks. Note, to make things easier, try to attach the patch in the future, simpler to deal with than inline files/patches, thanks.