freebsd-ports/databases/php5-tarantool/Makefile
Bryan Drewery 5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00

29 lines
584 B
Makefile

# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$
PORTNAME= tarantool
PORTVERSION= ${TR_VER}
CATEGORIES= databases
MASTER_SITES= GHL
PKGNAMEPREFIX= php5-
DISTFILES= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= vg@FreeBSD.org
COMMENT= PECL PHP driver for Tarantool/Box
USE_GITHUB= yes
USE_PHP= yes
USE_PHPEXT= yes
USE_PHPIZE= yes
DEFAULT_PHP_VER=5
PHP_MODNAME= ${PORTNAME}
GH_PROJECT= ${PORTNAME}-php
GH_ACCOUNT= tarantool
GH_COMMIT= d88ac7b
GH_TAGNAME= ${GH_COMMIT}
TR_VER= 20131031
CONFIGURE_ARGS+= --with-tarantool
.include <bsd.port.mk>