aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libmemcached.rb
AgeCommit message (Collapse)Author
2013-03-04libmemcached 1.0.16Stefan
Closes #18239. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-01-05libmemcached 1.0.15Stefan
Closes #16912. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-25libmemcached 1.0.14Janusz Harkot
Closes #16218. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10Clean up MacOS version method usageJack Nagel
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-06-04libmemcached 1.0.8Adam Vandenberg
2012-02-17libmemcached 1.0.4Matt Blair
Closes #10264. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-22libmemcached 1.0.3Adam Vandenberg
2011-07-28libmemcached 0.50Andy Fowler
0.51 is currently broken, see: https://bugs.launchpad.net/libmemcached/+bug/817289 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-12-11libmemcached: fix build "___sync_fetch_and_add" compile error on OS X 10.5 ↵Mike Tigas
and earlier. Based on patch-Portfile.diff in https://trac.macports.org/ticket/24021 Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-09-08update to version .43Keith Batten
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-11-07Add libmemcached formula.Cheah Chu Yeow