On May 23, 2012, at 1:58 AM, [email protected] wrote: > Revision > 93455 > Author > [email protected] > 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 > Diff > > Modified: trunk/dports/lang/qore/Portfile (93454 => 93455) > > --- 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
In the future, you must reset the revision to 0 when increasing the revision. > 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 (93454 => > 93455) > > --- 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 > _______________________________________________ > macports-changes mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macports-changes
_______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
