[149876] trunk/dports/devel/jemalloc

raimue at macports.org raimue at macports.org
Tue Jul 5 09:08:22 PDT 2016


Revision: 149876
          https://trac.macports.org/changeset/149876
Author:   raimue at macports.org
Date:     2016-07-05 09:08:22 -0700 (Tue, 05 Jul 2016)
Log Message:
-----------
devel/jemalloc:
Update to version 4.2.1, removing patches applied upstream

Modified Paths:
--------------
    trunk/dports/devel/jemalloc/Portfile

Removed Paths:
-------------
    trunk/dports/devel/jemalloc/files/

Modified: trunk/dports/devel/jemalloc/Portfile
===================================================================
--- trunk/dports/devel/jemalloc/Portfile	2016-07-05 13:42:57 UTC (rev 149875)
+++ trunk/dports/devel/jemalloc/Portfile	2016-07-05 16:08:22 UTC (rev 149876)
@@ -5,8 +5,7 @@
 
 name                jemalloc
 categories          devel
-version             3.6.0
-revision            1
+version             4.2.1
 license             BSD
 platforms           darwin
 maintainers         gmail.com:yoanlin93 openmaintainer
@@ -20,20 +19,16 @@
 
 use_bzip2           yes
 
-checksums           rmd160  4c65b40af64cfafc02cdc5c01439a277bc32ccc7 \
-                    sha256  e16c2159dd3c81ca2dc3b5c9ef0d43e1f2f45b04548f42db12e7c12d7bdf84fe
+checksums           rmd160  fdd50de876c8e78e14e4c75e54b3ed05b6fba1c0 \
+                    sha256  5630650d5c1caab95d2f0898de4fe5ab8519dc680b04963b38bb425ef6a42d57
 
 depends_build       port:libxslt
 
 configure.args-append --disable-debug --with-jemalloc-prefix=
 
-patchfiles          patch-memalign.diff
-
-# Fix dylib install name (#48142).
-patchfiles-append   install-name.patch
-
+# provide a compatibility symlink with the older name
 post-destroot {
-    move ${destroot}${prefix}/bin/pprof ${destroot}${prefix}/bin/${name}-prof
+    ln -s ${prefix}/bin/jeprof ${destroot}${prefix}/bin/${name}-prof
 }
 
 test.run            yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160705/cc87cc7d/attachment.html>


More information about the macports-changes mailing list