Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Mar 2018 13:35:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463315 - in head/databases: . php7-tarantool
Message-ID:  <201803011335.w21DZQ6B071231@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Mar  1 13:35:25 2018
New Revision: 463315
URL: https://svnweb.freebsd.org/changeset/ports/463315

Log:
  Add php7-tarantool 0.3.0 (copied from php5-tarantool)
  
  PECL PHP driver for Tarantool
  
  WWW: https://github.com/tarantool/tarantool-php

Added:
  head/databases/php7-tarantool/
     - copied from r463020, head/databases/php5-tarantool/
Modified:
  head/databases/Makefile
  head/databases/php7-tarantool/Makefile
  head/databases/php7-tarantool/distinfo
  head/databases/php7-tarantool/pkg-descr

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Thu Mar  1 13:35:20 2018	(r463314)
+++ head/databases/Makefile	Thu Mar  1 13:35:25 2018	(r463315)
@@ -626,6 +626,7 @@
     SUBDIR += php56-pgsql
     SUBDIR += php56-sqlite3
     SUBDIR += php56-sybase_ct
+    SUBDIR += php7-tarantool
     SUBDIR += php70-dba
     SUBDIR += php70-interbase
     SUBDIR += php70-memcache

Modified: head/databases/php7-tarantool/Makefile
==============================================================================
--- head/databases/php5-tarantool/Makefile	Mon Feb 26 13:56:37 2018	(r463020)
+++ head/databases/php7-tarantool/Makefile	Thu Mar  1 13:35:25 2018	(r463315)
@@ -2,22 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	tarantool
-PORTVERSION=	${TR_VER}
+PORTVERSION=	0.3.0
 PORTREVISION=	1
 CATEGORIES=	databases
-PKGNAMEPREFIX=	php5-
+PKGNAMEPREFIX=	php7-
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	PECL PHP driver for Tarantool/Box
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	PECL PHP driver for Tarantool
 
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USES=		php:ext
-USE_GITHUB=	yes
 
-GH_PROJECT=	${PORTNAME}-php
-GH_TAGNAME=	c1c5d5f
-TR_VER=		20151222
-IGNORE_WITH_PHP=	70 71 72
+CONFIGURE_ARGS=	--with-tarantool
+IGNORE_WITH_PHP=56
 
-CONFIGURE_ARGS+=	--with-tarantool
+USE_GITHUB=	yes
+GH_PROJECT=	${PORTNAME}-php
 
 .include <bsd.port.mk>

Modified: head/databases/php7-tarantool/distinfo
==============================================================================
--- head/databases/php5-tarantool/distinfo	Mon Feb 26 13:56:37 2018	(r463020)
+++ head/databases/php7-tarantool/distinfo	Thu Mar  1 13:35:25 2018	(r463315)
@@ -1,2 +1,3 @@
-SHA256 (tarantool-tarantool-php-20151222-c1c5d5f_GH0.tar.gz) = fff3d8e83317d8b5dd3c5fdd06256f80cbc1145460e75b8b361c479df5decc3e
-SIZE (tarantool-tarantool-php-20151222-c1c5d5f_GH0.tar.gz) = 604102
+TIMESTAMP = 1519681756
+SHA256 (tarantool-tarantool-php-0.3.0_GH0.tar.gz) = 4d37d93e1553f6ce18ac09ecb975a9b7234bfeb75360959c44b98b28d64b93ba
+SIZE (tarantool-tarantool-php-0.3.0_GH0.tar.gz) = 684950

Modified: head/databases/php7-tarantool/pkg-descr
==============================================================================
--- head/databases/php5-tarantool/pkg-descr	Mon Feb 26 13:56:37 2018	(r463020)
+++ head/databases/php7-tarantool/pkg-descr	Thu Mar  1 13:35:25 2018	(r463315)
@@ -1,3 +1,3 @@
-PECL PHP driver for Tarantool/Box
+PECL PHP driver for Tarantool
 
 WWW: https://github.com/tarantool/tarantool-php



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803011335.w21DZQ6B071231>