1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/devel/go-sql-driver/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

24 lines
511 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= go-sql-driver
PORTVERSION= 1.1
CATEGORIES= devel
MASTER_SITES= GHL \
http://mirrors.rit.edu/zi/
MAINTAINER= lattera@gmail.com
COMMENT= Lightweight and fast MySQL driver for go
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME}
GH_TAGNAME= v${PORTVERSION}
GH_PROJECT= mysql
GH_COMMIT= 9a7aa36
GO_PKGNAME= github.com/${PORTNAME}/${GH_PROJECT}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
.include <bsd.port.post.mk>