Ted Pennings
4cd0935be7
Convert all 'def test' formulae to 'test do'
...
Closes Homebrew/homebrew#26942 .
Closes Homebrew/homebrew#26946 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-24 19:54:02 -08:00
Brett Koonce
11f219a598
couchdb 1.5.0
...
Closes Homebrew/homebrew#24011 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-05 21:55:22 -08:00
Jack Nagel
73599fe728
couchdb: use spec deps
2013-09-21 19:29:48 -05:00
Dave Cottlehuber
2a221dba0e
couchdb 1.4.0
...
Closes Homebrew/homebrew#22194 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-08-29 14:47:05 +01:00
Misty De Meo
f7a044271e
Replace == :leopard with <= :leopard
2013-07-10 01:51:09 -07:00
Mike McQuaid
313b400298
couchdb 1.3.1
...
Closes Homebrew/homebrew#20801 .
2013-06-26 19:46:39 +01:00
Mike McQuaid
a88ffde4e8
couchdb: generate our own plist.
2013-06-26 19:46:39 +01:00
Jack Nagel
7c574fa155
couchdb: replace DATA patch with inreplace
...
Geocouch uses this formula to get the couchdb source, and this means we
cannot use a DATA patch here since it only exists for the executing
file.
Fixes Homebrew/homebrew#20073 .
2013-05-26 19:27:35 -05:00
Dave Cottlehuber
196c946a9d
couchdb 1.3.0
...
Closes Homebrew/homebrew#19112 .
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-05-06 20:03:31 -05:00
Jack Nagel
96793d93c7
couchdb: remove non-test
2013-03-26 00:55:16 -05:00
Jack Nagel
892f8a0fbc
couchdb: depend on core erlang again
...
Fixes Homebrew/homebrew#18256 , for now.
2013-03-19 14:15:39 -05:00
Jack Nagel
f666f54cf8
couchdb: depend on homebrew/versions/erlang-r15
2013-03-18 15:36:56 -05:00
Jan Lehnardt
0318e67f48
chouchdb: Needs Erlang <= R15B, print workaround.
...
Adds an Requirement for Erlang not greater than R15B.
Closes Homebrew/homebrew#18548 .
Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-03-18 12:42:04 +01:00
Andriy Tyurnikov
3d39db4e48
couchdb 1.2.1
...
Closes Homebrew/homebrew#17072 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-14 06:40:02 -08:00
Jack Nagel
53473b6bf5
Clean up MacOS version method usage
...
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.
"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.
The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-10 16:16:54 -05:00
Mike McQuaid
88779ade49
Batch convert MD5 formula to SHA1.
...
Closes Homebrew/homebrew#14653 .
2012-09-03 11:36:42 -07:00
Adam Vandenberg
805166de7a
CouchDB: remove anticipated devel branch
...
The --devel branch didn't actually exist, so removing.
2012-05-03 21:17:53 -07:00
Adam Vandenberg
aaf81c1531
Simplify some :using
2012-05-03 20:37:57 -07:00
Dave Cottlehuber
aa052dff05
CouchDB: update to 1.2.0
...
- bump to latest release
- add --devel option for next anticipated release branch
- document how to run CouchDB as a system or user daemon
Closes Homebrew/homebrew#11440 .
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-04-20 10:32:36 -07:00
Adam Vandenberg
16abc347cc
Remove redundant :using specs
2012-04-19 21:06:00 -07:00
Adam Vandenberg
c757157a84
CouchDB: fix 1.1.1 download location
2012-04-08 12:43:40 -07:00
Peritor Consulting
146aa9fbe5
fix url for couchdb formula
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-05 07:06:06 -07:00
James G. Kim
53eef79bab
CouchDB: use git repo and fix SpiderMonkey include path
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 19:32:49 -07:00
Jan Lehnardt
83ad8fb01e
CouchDB 1.1.1
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-02 08:16:12 -07:00
Brad Ackerman
61bda53be7
couchdb: add build-time dep on help2man
...
Closes Homebrew/homebrew#8381 .
Closes Homebrew/homebrew#8382 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-31 17:18:14 -05:00
Adam Vandenberg
d205c72966
Fix plist permissions for Lion
2011-09-02 14:41:57 -07:00
Adam Vandenberg
e7e6191364
couchdb: fix md5
2011-07-28 21:41:38 -07:00
Max Howell
77c73ecb89
Use Apache’s closer.cgi where appropriate
...
Some of these were pointing at archive.apache.org. Now they aren’t, I investigated for good rationale for using the archive before altering it.
mod_python still uses archive.apache.org as that is the only place it exists that I could find.
jsvc *now* uses apache.archive.org as the formula was otherwise broken and the binary tarball it needs no longer exists on the main mirrors.
2011-07-27 10:41:17 +01:00
Adam Vandenberg
cf05bf2678
CouchDB: add test instructions
2011-07-07 11:20:06 -07:00
Dave Cottlehuber
586bbac6cd
couchdb 1.1.0
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-05 21:04:04 -07:00
Gabor Ratky
18b15ef1b1
Allow installing CouchDB from SVN trunk
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-06 11:08:49 -07:00
Adam Vandenberg
121e4f8614
Normalize use of MACOS_VERSION
2011-04-09 09:36:30 -07:00
Adam Vandenberg
4147b05c57
Use ruby style for inheritance.
2011-03-12 11:55:09 -08:00
Carlos Rodriguez
9c6a41ddc6
Clean up LaunchAgent caveats.
...
Documentation now has instructions on creating ~/Library/LaunchAgents
directory for first time installs of Formulas.
Appending trailing slash to Formula documentation in regards to copying
plists to LaunchAgents directory.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-05 10:13:14 -08:00
yachris
6359edf1ff
Updated couchdb.rb formula to couchdb 1.0.2.
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-29 12:24:49 -08:00
Tianyi Cui
8b275c916a
Use https for all GitHub URLs
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18 20:14:27 -08:00
Adam Vandenberg
131e582849
couchdb - needs newer curl on Leopard
2010-11-09 06:32:16 -08:00
Trevor Turk
5f788f794f
couchdb - fix typo in plist
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-22 13:38:51 -07:00
Trevor Turk
ab47448652
couchdb: fix potential problem with download, add plist info in caveats
...
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-09-01 17:54:35 +02:00
David Höppner
70d004413d
couchdb: fixes Homebrew/homebrew#2285
2010-08-26 21:15:02 +02:00
Lee Packham
182250ded7
Update to couchdb 1.0.1 and remove .ini file fix from brew
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-17 07:45:26 -07:00
Robert Newson
75a118d5e7
disable delayed commits (see http://couchdb.apache.org/notice/1.0.1.html for details)
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-10 08:46:24 -07:00
Adam Vandenberg
7bd947eb0b
Update formulae for version 0.7
...
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Caleb Land
64b0426c60
update couchdb to 1.0.0
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-14 09:12:46 -07:00
Adam Vandenberg
a94664e50a
CouchDB was not finding Erlang
2010-06-25 14:49:37 -07:00
Adam Vandenberg
91dc741d95
Fix couchdb homepage.
...
( Should be DSL-style call, not assignment. Fixes Homebrew/homebrew#1614 )
2010-06-16 13:13:24 -07:00
Adam Vandenberg
40f5522d7c
Fix tag for CouchDB. Fixes Homebrew/homebrew#1166 .
2010-04-13 09:11:42 -07:00
Matt Lyon
862977c414
turn couchdb to .11
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-10 21:29:08 -07:00
Adam Vandenberg
e70c7263dd
CouchDB - tweak path references
2010-03-26 23:08:59 -07:00
Angel Pizarro
2cee739ce0
Removed patches from couchdb folmula, in favor of configure flags, with locations from the erlnag and spidermokey formulas
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-26 23:08:59 -07:00