diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-01-10 03:12:06 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-01-10 03:12:06 +0800 |
commit | ee0eb44e6254c2b681c5c843bd43130de6517ff1 (patch) | |
tree | 426f53bcf13a5e0298888144c022f79038de7c17 /databases/php-mdcached | |
parent | ddec89f9bf3f149dd0187fc2dd086eaabb06392e (diff) | |
download | freebsd-ports-gnome-ee0eb44e6254c2b681c5c843bd43130de6517ff1.tar.gz freebsd-ports-gnome-ee0eb44e6254c2b681c5c843bd43130de6517ff1.tar.zst freebsd-ports-gnome-ee0eb44e6254c2b681c5c843bd43130de6517ff1.zip |
- update to version 1.0.9
- add stage support to php-mdcached
Changelog Version 1.0.8,1.0.9:
- Make it compile with compilers which don't
implement the (obsolete) std::tr1 c++ namespace
Submitted by: ivoras (maintainer perm PM)
Diffstat (limited to 'databases/php-mdcached')
-rw-r--r-- | databases/php-mdcached/Makefile | 3 | ||||
-rw-r--r-- | databases/php-mdcached/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/databases/php-mdcached/Makefile b/databases/php-mdcached/Makefile index f76798b12fb0..ddaf46f288aa 100644 --- a/databases/php-mdcached/Makefile +++ b/databases/php-mdcached/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mdcached -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.9 CATEGORIES= databases devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= php- @@ -20,5 +20,4 @@ USE_PHPEXT= yes CONFIGURE_ARGS= --enable-mdcached WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}/client_php/${PORTNAME} -NO_STAGE= yes .include <bsd.port.mk> diff --git a/databases/php-mdcached/distinfo b/databases/php-mdcached/distinfo index 9b212431c531..4795f02058fc 100644 --- a/databases/php-mdcached/distinfo +++ b/databases/php-mdcached/distinfo @@ -1,2 +1,2 @@ -SHA256 (mdcached-1.0.6.tgz) = a301d41429909dc26570247a04b399b8ea3e6e78e606d82d84707df17a207b03 -SIZE (mdcached-1.0.6.tgz) = 277271 +SHA256 (mdcached-1.0.9.tgz) = d32325884ef6423369e67d338a9df1de7baa647af894216912e6e5c7f3073846 +SIZE (mdcached-1.0.9.tgz) = 277720 |