[93455] trunk/dports/lang/qore

davidnichols at macports.org davidnichols at macports.org
Wed May 23 00:58:21 PDT 2012


Revision: 93455
          https://trac.macports.org/changeset/93455
Author:   davidnichols at macports.org
Date:     2012-05-23 00:58:20 -0700 (Wed, 23 May 2012)
Log Message:
-----------
updated to 0.8.4, removed unnecessary patch

Modified Paths:
--------------
    trunk/dports/lang/qore/Portfile

Removed Paths:
-------------
    trunk/dports/lang/qore/files/patch-next_build.sh.diff

Modified: trunk/dports/lang/qore/Portfile
===================================================================
--- trunk/dports/lang/qore/Portfile	2012-05-23 03:53:00 UTC (rev 93454)
+++ trunk/dports/lang/qore/Portfile	2012-05-23 07:58:20 UTC (rev 93455)
@@ -4,21 +4,21 @@
 PortSystem          1.0
 
 name                qore
-version             0.8.3
+version             0.8.4
 revision            1
 categories          lang
 maintainers         davidnichols
 use_bzip2           yes
-description         dynamically-typed programming language
-long_description    Qore is a dynamically-typed, embeddabble programming language designed for SMP scalability
+description         multi-threaded embedable scripting language
+long_description    Qore is a scripting language designed for multi-threading and SMP scalability
 homepage            http://qore.org
 platforms           darwin
 master_sites        sourceforge
 conflicts           qore-devel
 
-checksums           md5 972ee75296cc4794cb3a538cdb4a3c1d \
-                    sha1 f664ecdaca848c6d4cb930847cf5c6c6125003e8 \
-                    rmd160 bdc73042360baca8a4696a5c354326a46dea2aa6
+checksums           md5 71f43068bd3eec3b19f85f2c0e79abc7 \
+                    sha1 6fe4854ecb03c4be18568488e1ba20dc1bf049cf \
+                    rmd160 71ea9470f513414554e19b4fb584ec9ffe7137be
 
 depends_build       port:flex \
                     port:bison
@@ -34,6 +34,3 @@
 
 # the autoconf check for iconv() in libiconv fails with GNU iconv, but we need it, so we turn it on anyway
 configure.ldflags   -liconv
-
-# to fix: https://trac.macports.org/ticket/31830
-patchfiles          patch-next_build.sh.diff

Deleted: trunk/dports/lang/qore/files/patch-next_build.sh.diff
===================================================================
--- trunk/dports/lang/qore/files/patch-next_build.sh.diff	2012-05-23 03:53:00 UTC (rev 93454)
+++ trunk/dports/lang/qore/files/patch-next_build.sh.diff	2012-05-23 07:58:20 UTC (rev 93455)
@@ -1,13 +0,0 @@
---- next_build.sh.orig	2012-02-23 08:03:52.000000000 +0100
-+++ next_build.sh	2012-02-23 08:05:36.000000000 +0100
-@@ -56,8 +56,8 @@
- # see if svnversion is available
- which svnversion >/dev/null 2>/dev/null
- if [ $? -eq 0 ]; then
--    build=`svnversion|sed s/M//|sed s/:.*$//`
--    if [ "$build" != "exported" ]; then
-+    build=`svnversion|sed -e s/M// -e s/:.*$// -e 's/ .*$//'`
-+    if [ "$build" != "exported" -a "$build" != "Unversioned" ]; then
- 	make_file $file
- 	ok=1
-     fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120523/847dec3d/attachment-0001.html>


More information about the macports-changes mailing list