Opened 14 years ago

Closed 14 years ago

#24776 closed update (fixed)

libmemcached: update to 0.40, update homepage

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: brett@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: libmemcached

Description

libmemcached is now at http://libmemcached.org/ and is at verison 0.40.

Change History (2)

comment:1 Changed 14 years ago by n0ts (Naoya Nakazawa)

Portfile diff is below.


--- Portfile-org        2010-05-05 00:02:00.000000000 +0900
+++ Portfile    2010-05-05 00:04:54.000000000 +0900
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name                    libmemcached
-version                 0.38
+version                 0.40
 description             libmemcached is a C and C++ client library to the memcached server
 long_description        libmemcached is a C and C++ client library for memcached. \
     It has been designed to be light on memory usage, thread safe, \
@@ -12,12 +12,12 @@
 maintainers             brett
 categories              devel
 platforms               darwin
-homepage                http://tangent.org/552/libmemcached.html
-master_sites            http://download.tangent.org/
+homepage                http://libmemcached.org/
+master_sites            http://launchpad.net/${name}/1.0/${version}/+download/
 
-checksums               md5     157655fe844bb83baee4ca99546f665d \
-                        sha1    d231ba7cd390d889b7d66451a8014b028bbfc9eb \
-                        rmd160  fb2ca140311b02c04e1a3246b2af306e46aa74cb
+checksums               md5     3566611b0cff70cfde3979a95f62fe85 \
+                        sha1    cba48c9816e19ecc0b0c71907c122286fd929780 \
+                        rmd160  cec3e7c738f034c08b68deac204bdf091952816e
 
 depends_build           bin:pod2man:perl5
 depends_lib             port:memcached

comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Thanks for the patch. Committed in r67627, along with removing the --mandir configure arg, which turns out not to be necessary.

Note: See TracTickets for help on using tickets.