svn commit: r339270 - in head/databases: mdcached php-mdcached

Olli Hauer ohauer at FreeBSD.org
Thu Jan 9 19:12:07 UTC 2014


Author: ohauer
Date: Thu Jan  9 19:12:06 2014
New Revision: 339270
URL: http://svnweb.freebsd.org/changeset/ports/339270

Log:
  - 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)

Modified:
  head/databases/mdcached/Makefile
  head/databases/mdcached/distinfo
  head/databases/php-mdcached/Makefile
  head/databases/php-mdcached/distinfo

Modified: head/databases/mdcached/Makefile
==============================================================================
--- head/databases/mdcached/Makefile	Thu Jan  9 18:54:47 2014	(r339269)
+++ head/databases/mdcached/Makefile	Thu Jan  9 19:12:06 2014	(r339270)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mdcached
-PORTVERSION=	1.0.8
+PORTVERSION=	1.0.9
 CATEGORIES=	databases net
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 EXTRACT_SUFX=	.tgz

Modified: head/databases/mdcached/distinfo
==============================================================================
--- head/databases/mdcached/distinfo	Thu Jan  9 18:54:47 2014	(r339269)
+++ head/databases/mdcached/distinfo	Thu Jan  9 19:12:06 2014	(r339270)
@@ -1,2 +1,2 @@
-SHA256 (mdcached-1.0.8.tgz) = adf0bbb0471698b6bc2020c0c6c291a11acb2ca479a7fb7d371b176ca5482b1d
-SIZE (mdcached-1.0.8.tgz) = 280081
+SHA256 (mdcached-1.0.9.tgz) = d32325884ef6423369e67d338a9df1de7baa647af894216912e6e5c7f3073846
+SIZE (mdcached-1.0.9.tgz) = 277720

Modified: head/databases/php-mdcached/Makefile
==============================================================================
--- head/databases/php-mdcached/Makefile	Thu Jan  9 18:54:47 2014	(r339269)
+++ head/databases/php-mdcached/Makefile	Thu Jan  9 19:12:06 2014	(r339270)
@@ -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>

Modified: head/databases/php-mdcached/distinfo
==============================================================================
--- head/databases/php-mdcached/distinfo	Thu Jan  9 18:54:47 2014	(r339269)
+++ head/databases/php-mdcached/distinfo	Thu Jan  9 19:12:06 2014	(r339270)
@@ -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


More information about the svn-ports-all mailing list