[101592] trunk/dports/databases/couchdb
ryandesign at macports.org
ryandesign at macports.org
Mon Jan 14 03:23:57 PST 2013
Revision: 101592
https://trac.macports.org/changeset/101592
Author: ryandesign at macports.org
Date: 2013-01-14 03:23:56 -0800 (Mon, 14 Jan 2013)
Log Message:
-----------
couchdb: update to 1.2.1 (#37632)
Modified Paths:
--------------
trunk/dports/databases/couchdb/Portfile
trunk/dports/databases/couchdb/files/patch-configure.diff
Modified: trunk/dports/databases/couchdb/Portfile
===================================================================
--- trunk/dports/databases/couchdb/Portfile 2013-01-14 11:21:43 UTC (rev 101591)
+++ trunk/dports/databases/couchdb/Portfile 2013-01-14 11:23:56 UTC (rev 101592)
@@ -6,9 +6,7 @@
name couchdb
conflicts couchdb-devel
-version 1.2.0
-revision 2
-
+version 1.2.1
categories databases
platforms darwin
license Apache-2
@@ -23,11 +21,11 @@
homepage http://couchdb.apache.org/
master_sites apache
-master_sites.mirror_subdir ${name}/releases/${version}/
+master_sites.mirror_subdir ${name}/${version}/
distname apache-${name}-${version}
-checksums rmd160 c96da6e285201f001431c57ee84cc04e2e244115 \
- sha256 0f254ddea2471dbc4d3c6cd1fa61e4782c75475fb325024e10f68bf1aa8d5c37
+checksums rmd160 b89604089565c1f909046329c7e9d5faf84f036f \
+ sha256 b54e643f3ca5f046cfd2f329a001efeaae8a3094365fa6c1cb5dcf68c1b25ccd
depends_lib port:automake \
port:autoconf \
@@ -73,9 +71,6 @@
${destroot}${logdir} \
${destroot}${rundir}
system "cd ${destroot}${plistdir} && ln -sf ${prefix}${plistdir}/${plist}"
-# the following patches can be removed after next version
- reinplace "s;`${prefix}/bin/icu-config --invoke`;;" ${destroot}${prefix}/bin/couchdb
- reinplace "s;^.*DYLD_LIBRARY_PATH.*$;;g" ${destroot}${prefix}${plistdir}/${plist}
}
post-activate {
Modified: trunk/dports/databases/couchdb/files/patch-configure.diff
===================================================================
--- trunk/dports/databases/couchdb/files/patch-configure.diff 2013-01-14 11:21:43 UTC (rev 101591)
+++ trunk/dports/databases/couchdb/files/patch-configure.diff 2013-01-14 11:23:56 UTC (rev 101592)
@@ -1,11 +1,11 @@
---- configure.orig 2011-10-24 04:38:37.000000000 -0500
-+++ configure 2011-11-14 18:07:08.000000000 -0600
-@@ -12557,7 +12557,7 @@
- fi
+--- configure.orig 2012-12-20 15:28:51.000000000 -0600
++++ configure 2013-01-14 05:01:03.000000000 -0600
+@@ -17889,7 +17889,7 @@
fi
+
-has_crypto=`${ERL} -eval "case application:load(crypto) of ok -> ok; _ -> exit(no_crypto) end." -noshell -s init stop`
+has_crypto=""
if test -n "$has_crypto"; then
- { { echo "$as_me:$LINENO: error: Could not find the Erlang crypto library. Has Erlang been compiled with OpenSSL support?" >&5
+ as_fn_error $? "Could not find the Erlang crypto library. Has Erlang been compiled with OpenSSL support?" "$LINENO" 5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130114/d15fff17/attachment.html>
More information about the macports-changes
mailing list