[35903] trunk/dports/lang/nice/Portfile
simon at macports.org
simon at macports.org
Wed Apr 9 09:36:56 PDT 2008
Revision: 35903
http://trac.macosforge.org/projects/macports/changeset/35903
Author: simon at macports.org
Date: 2008-04-09 09:36:55 -0700 (Wed, 09 Apr 2008)
Log Message:
-----------
lang/nice: Updated to version 0.9.13, fixed livecheck:. Maintainer timeout.
Modified Paths:
--------------
trunk/dports/lang/nice/Portfile
Modified: trunk/dports/lang/nice/Portfile
===================================================================
--- trunk/dports/lang/nice/Portfile 2008-04-09 16:36:15 UTC (rev 35902)
+++ trunk/dports/lang/nice/Portfile 2008-04-09 16:36:55 UTC (rev 35903)
@@ -3,26 +3,37 @@
PortSystem 1.0
name nice
-version 0.9.10
+version 0.9.13
categories lang java
platforms darwin
maintainers mvitocruz at gmail.com
description The Nice programming language
long_description Nice is a new programming language that extends the \
- ideas behind object orientation and incorporates \
+ ideas behind object orientation and incorporates \
features from functional programming.
homepage http://nice.sourceforge.net/
-master_sites sourceforge
+master_sites sourceforge ${homepage}:nice
distname Nice-${version}-source
-checksums md5 05dba3612c600cf7adee1277023124e2
+distfiles ${distname}.tgz nice-current.jar:nice
+checksums ${distname}.tgz md5 c4f7a4c4b349f433e205fbca131b9cc1 \
+ ${distname}.tgz sha1 d399d012935b6e84255e0488341dc212fb9b67e2 \
+ ${distname}.tgz rmd160 54133a39c12a55cc0020efbfdd2e0a2c3bde639d \
+ nice-current.jar md5 2dac8abe67712df9541a131a75b422de \
+ nice-current.jar sha1 6f749985b09c7f77424dbad373873f5ee7019290 \
+ nice-current.jar rmd160 201627fb6d94e0aed7be97549a73312c65d39e15
+extract.only ${distname}.tgz
worksrcdir ${name}-${version}.orig
use_configure no
depends_run bin:java:kaffe
depends_build bin:javacc:javacc
pre-build {
+ # Use a current version for the nice bootstrap version. Maybe this can be
+ # removed in the next version.
+ copy -force ${distpath}/nice-current.jar ${worksrcpath}/external/nice-bootstrap.jar
reinplace "s|/usr/local|${destroot}${prefix}|" \
${worksrcpath}/Makefile
- reinplace "s|cp -a|cp -p -R|" ${worksrcpath}/Makefile
reinplace "s|/usr/share/java/|${prefix}/share/java/|" \
${worksrcpath}/external/javacc
}
+
+livecheck.distname Nice
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080409/73973771/attachment.html
More information about the macports-changes
mailing list