diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-10-10 18:47:42 +0000 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-10-10 18:47:42 +0000 |
commit | 7e1f80f98149f49724c085a92de247e91b780618 (patch) | |
tree | f6504776ec95dcae35c864e66d82fb7951b2572c | |
parent | 0f9ca5d31fd6a35fe72ce086f0421ef1c5a5c546 (diff) | |
download | FreeBSD-ports-7e1f80f98149f49724c085a92de247e91b780618.zip FreeBSD-ports-7e1f80f98149f49724c085a92de247e91b780618.tar.gz |
- update to 1.0.8
Changelog:
- Make it compile with compilers which don't
implement the (obsolete) std::tr1 c++ namespace
Submitted by: Ivan Voras <ivoras@FreeBSD.org> (per PM)
-rw-r--r-- | databases/mdcached/Makefile | 2 | ||||
-rw-r--r-- | databases/mdcached/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/mdcached/Makefile b/databases/mdcached/Makefile index ed3477dd..7a11402 100644 --- a/databases/mdcached/Makefile +++ b/databases/mdcached/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mdcached -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.8 CATEGORIES= databases net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz diff --git a/databases/mdcached/distinfo b/databases/mdcached/distinfo index 3039413..a9da351 100644 --- a/databases/mdcached/distinfo +++ b/databases/mdcached/distinfo @@ -1,2 +1,2 @@ -SHA256 (mdcached-1.0.7.tgz) = 7a28179aec83ba5e2305e1616fbf8baa8b00f0fd4a87002579d65ca2239ec040 -SIZE (mdcached-1.0.7.tgz) = 282748 +SHA256 (mdcached-1.0.8.tgz) = adf0bbb0471698b6bc2020c0c6c291a11acb2ca479a7fb7d371b176ca5482b1d +SIZE (mdcached-1.0.8.tgz) = 280081 |