Date: Thu, 1 Mar 2018 13:35:20 +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: r463314 - head/databases/php5-tarantool Message-ID: <201803011335.w21DZKeD071065@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Mar 1 13:35:20 2018 New Revision: 463314 URL: https://svnweb.freebsd.org/changeset/ports/463314 Log: Update to 0.1.0 - Add LICENSE - Take maintainership Changes: https://github.com/tarantool/tarantool-php/releases https://github.com/tarantool/tarantool-php/commits/master Modified: head/databases/php5-tarantool/Makefile head/databases/php5-tarantool/distinfo head/databases/php5-tarantool/pkg-descr Modified: head/databases/php5-tarantool/Makefile ============================================================================== --- head/databases/php5-tarantool/Makefile Thu Mar 1 13:35:15 2018 (r463313) +++ head/databases/php5-tarantool/Makefile Thu Mar 1 13:35:20 2018 (r463314) @@ -2,22 +2,23 @@ # $FreeBSD$ PORTNAME= tarantool -PORTVERSION= ${TR_VER} -PORTREVISION= 1 +PORTVERSION= 20160226 # 0.1.0 CATEGORIES= databases PKGNAMEPREFIX= php5- -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=70 71 72 -CONFIGURE_ARGS+= --with-tarantool +USE_GITHUB= yes +GH_PROJECT= ${PORTNAME}-php +GH_TAGNAME= 0.1.0 .include <bsd.port.mk> Modified: head/databases/php5-tarantool/distinfo ============================================================================== --- head/databases/php5-tarantool/distinfo Thu Mar 1 13:35:15 2018 (r463313) +++ head/databases/php5-tarantool/distinfo Thu Mar 1 13:35:20 2018 (r463314) @@ -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 = 1519683026 +SHA256 (tarantool-tarantool-php-20160226-0.1.0_GH0.tar.gz) = e8c392bcea80b081aeaea48ed39b3f94251254b06573c8927905a44d5e0ee3c3 +SIZE (tarantool-tarantool-php-20160226-0.1.0_GH0.tar.gz) = 606010 Modified: head/databases/php5-tarantool/pkg-descr ============================================================================== --- head/databases/php5-tarantool/pkg-descr Thu Mar 1 13:35:15 2018 (r463313) +++ head/databases/php5-tarantool/pkg-descr Thu Mar 1 13:35:20 2018 (r463314) @@ -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.w21DZKeD071065>