svn commit: r459274 - head/databases/pecl-couchbase

Jochen Neumeister joneum at FreeBSD.org
Wed Jan 17 17:25:46 UTC 2018


Author: joneum
Date: Wed Jan 17 17:25:44 2018
New Revision: 459274
URL: https://svnweb.freebsd.org/changeset/ports/459274

Log:
  databases/pecl-couchbase: Update from 2.3.3 to 2.4.2
  
  - Changelog: https://pecl.php.net/package/couchbase
  
  - Update BUILD_DEPENDS
  
  *While here:
      - Switch to DISTVERSION
      - Pet portlint
  
  PR:		225248
  Submitted by:	johnpupu at gmail.com (maintainer)
  Approved by:	mentors (implicit)

Modified:
  head/databases/pecl-couchbase/Makefile
  head/databases/pecl-couchbase/distinfo

Modified: head/databases/pecl-couchbase/Makefile
==============================================================================
--- head/databases/pecl-couchbase/Makefile	Wed Jan 17 17:17:26 2018	(r459273)
+++ head/databases/pecl-couchbase/Makefile	Wed Jan 17 17:25:44 2018	(r459274)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	couchbase
-PORTVERSION=	2.3.3
+DISTVERSION=	2.4.2
 CATEGORIES=	databases
 
 MAINTAINER=	johnpupu at gmail.com
@@ -11,10 +11,10 @@ COMMENT=	Couchbase Server PHP extension
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	libcouchbase>=2.7.5:databases/libcouchbase
+BUILD_DEPENDS=	libcouchbase>=2.8.0:databases/libcouchbase
 LIB_DEPENDS=	libcouchbase.so:databases/libcouchbase
 
-USE_PHP=	json:build
 USES=		php:pecl
+USE_PHP=	json:build
 
 .include <bsd.port.mk>

Modified: head/databases/pecl-couchbase/distinfo
==============================================================================
--- head/databases/pecl-couchbase/distinfo	Wed Jan 17 17:17:26 2018	(r459273)
+++ head/databases/pecl-couchbase/distinfo	Wed Jan 17 17:25:44 2018	(r459274)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499787786
-SHA256 (PECL/couchbase-2.3.3.tgz) = 9f788f31b2928d6a2114dcf588926a32b5d8ac1fc2450fd185a9cca511c19ee3
-SIZE (PECL/couchbase-2.3.3.tgz) = 147963
+TIMESTAMP = 1516208317
+SHA256 (PECL/couchbase-2.4.2.tgz) = 17e76335c60e1673e7d86189d5dfd8d1482e1266e89db53894d671ccb3052f42
+SIZE (PECL/couchbase-2.4.2.tgz) = 154976


More information about the svn-ports-all mailing list