[145246] trunk/dports/devel/pcre2

devans at macports.org devans at macports.org
Fri Jan 29 09:09:46 PST 2016


Revision: 145246
          https://trac.macports.org/changeset/145246
Author:   devans at macports.org
Date:     2016-01-29 09:09:46 -0800 (Fri, 29 Jan 2016)
Log Message:
-----------
pcre2: update to version 10.21, remove outdated configuration item, fix test invocation.

Modified Paths:
--------------
    trunk/dports/devel/pcre2/Portfile
    trunk/dports/devel/pcre2/files/no-darwin-pthread-flag.patch

Modified: trunk/dports/devel/pcre2/Portfile
===================================================================
--- trunk/dports/devel/pcre2/Portfile	2016-01-29 16:33:27 UTC (rev 145245)
+++ trunk/dports/devel/pcre2/Portfile	2016-01-29 17:09:46 UTC (rev 145246)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                pcre2
-version             10.20
+version             10.21
 categories          devel
 license             BSD
 platforms           darwin freebsd
@@ -28,9 +28,10 @@
                     ftp://ftp.tin.org/pub/libs/pcre/ \
                     ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
 use_bzip2           yes
-checksums           rmd160  11084c0047df0768299039f620ec408fa04a0a89 \
-                    sha256  332e287101c9e9567d1ed55391b338b32f1f72c5b5ee7cc81ef2274a53ad487a
 
+checksums           rmd160  496fc7940d59c9e70649489731338797aa4edd99 \
+                    sha256  c66a17509328a7251782691093e75ede7484a203ebc6bed3c08122b092ccd4e0
+
 patchfiles          no-darwin-pthread-flag.patch
 
 configure.args      --disable-silent-rules \
@@ -40,8 +41,7 @@
                     --enable-pcre2-32 \
                     --enable-pcre2grep-libbz2 \
                     --enable-pcre2grep-libz \
-                    --enable-pcre2test-libedit \
-                    --enable-unicode-properties
+                    --enable-pcre2test-libedit
 
 platform darwin 8 {
     # ticket #18448
@@ -51,5 +51,7 @@
 }
 
 test.run            yes
+test.cmd            ./RunTest
+test.target
 
 livecheck.regex     /pcre2/(\[a-zA-Z0-9.\]+\\.\[a-zA-Z0-9.\]+)/

Modified: trunk/dports/devel/pcre2/files/no-darwin-pthread-flag.patch
===================================================================
--- trunk/dports/devel/pcre2/files/no-darwin-pthread-flag.patch	2016-01-29 16:33:27 UTC (rev 145245)
+++ trunk/dports/devel/pcre2/files/no-darwin-pthread-flag.patch	2016-01-29 17:09:46 UTC (rev 145246)
@@ -2,7 +2,7 @@
 ===================================================================
 --- configure.orig
 +++ configure
-@@ -18586,10 +18586,6 @@ case ${host_os} in
+@@ -14929,10 +14929,6 @@ case ${host_os} in
  
          ax_pthread_flags="-pthreads pthread -mt -pthread $ax_pthread_flags"
          ;;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160129/74f9afa1/attachment.html>


More information about the macports-changes mailing list