View | Details | Raw Unified | Return to bug 230280
Collapse All | Expand All

(-)devel/go-sql-driver/Makefile (-5 / +8 lines)
Lines 1-16 Link Here
1
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
1
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	go-sql-driver
4
PORTNAME=		go-sql-driver
5
PORTVERSION=	1.1
5
PORTVERSION=		1.4.0
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	devel
7
CATEGORIES=		devel
8
MASTER_SITES=	GH \
8
MASTER_SITES=		GH \
9
		http://mirrors.rit.edu/zi/
9
			http://mirrors.rit.edu/zi/
10
10
11
MAINTAINER=	lattera@gmail.com
11
MAINTAINER=	lattera@gmail.com
12
COMMENT=	Lightweight and fast MySQL driver for go
12
COMMENT=	Lightweight and fast MySQL driver for go
13
13
14
LICENSE=	MPL20
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
14
USES=		go
17
USES=		go
15
USE_GITHUB=	yes
18
USE_GITHUB=	yes
16
GH_PROJECT=	mysql
19
GH_PROJECT=	mysql
(-)devel/go-sql-driver/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (go-sql-driver-mysql-v1.1_GH0.tar.gz) = 8b999b966477cb59ee1cf2923cb7f9e42aedcd8bc521df3045a9f7749d45439c
1
TIMESTAMP = 1533170584
2
SIZE (go-sql-driver-mysql-v1.1_GH0.tar.gz) = 38852
2
SHA256 (go-sql-driver-mysql-v1.4.0_GH0.tar.gz) = 7f3084cfd99d8e269dfe6b61845f097d2d83582ce3044d0c7125a271a2ab5725
3
SIZE (go-sql-driver-mysql-v1.4.0_GH0.tar.gz) = 82897
(-)devel/go-sql-driver/pkg-plist (-1 / +20 lines)
Lines 1-21 Link Here
1
%%GO_LIBDIR%%/github.com/go-sql-driver/mysql.a
1
%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
2
%%GO_SRCDIR%%/%%GO_PKGNAME%%/AUTHORS
2
%%GO_SRCDIR%%/%%GO_PKGNAME%%/AUTHORS
3
%%GO_SRCDIR%%/%%GO_PKGNAME%%/CHANGELOG.md
3
%%GO_SRCDIR%%/%%GO_PKGNAME%%/CHANGELOG.md
4
%%GO_SRCDIR%%/%%GO_PKGNAME%%/CONTRIBUTING.md
4
%%GO_SRCDIR%%/%%GO_PKGNAME%%/CONTRIBUTING.md
5
%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE
5
%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE
6
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md
6
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md
7
%%GO_SRCDIR%%/%%GO_PKGNAME%%/appengine.go
8
%%GO_SRCDIR%%/%%GO_PKGNAME%%/auth.go
9
%%GO_SRCDIR%%/%%GO_PKGNAME%%/auth_test.go
10
%%GO_SRCDIR%%/%%GO_PKGNAME%%/benchmark_go18_test.go
7
%%GO_SRCDIR%%/%%GO_PKGNAME%%/benchmark_test.go
11
%%GO_SRCDIR%%/%%GO_PKGNAME%%/benchmark_test.go
8
%%GO_SRCDIR%%/%%GO_PKGNAME%%/buffer.go
12
%%GO_SRCDIR%%/%%GO_PKGNAME%%/buffer.go
13
%%GO_SRCDIR%%/%%GO_PKGNAME%%/collations.go
9
%%GO_SRCDIR%%/%%GO_PKGNAME%%/connection.go
14
%%GO_SRCDIR%%/%%GO_PKGNAME%%/connection.go
15
%%GO_SRCDIR%%/%%GO_PKGNAME%%/connection_go18.go
16
%%GO_SRCDIR%%/%%GO_PKGNAME%%/connection_go18_test.go
17
%%GO_SRCDIR%%/%%GO_PKGNAME%%/connection_test.go
10
%%GO_SRCDIR%%/%%GO_PKGNAME%%/const.go
18
%%GO_SRCDIR%%/%%GO_PKGNAME%%/const.go
11
%%GO_SRCDIR%%/%%GO_PKGNAME%%/driver.go
19
%%GO_SRCDIR%%/%%GO_PKGNAME%%/driver.go
20
%%GO_SRCDIR%%/%%GO_PKGNAME%%/driver_go18_test.go
12
%%GO_SRCDIR%%/%%GO_PKGNAME%%/driver_test.go
21
%%GO_SRCDIR%%/%%GO_PKGNAME%%/driver_test.go
22
%%GO_SRCDIR%%/%%GO_PKGNAME%%/dsn.go
23
%%GO_SRCDIR%%/%%GO_PKGNAME%%/dsn_test.go
13
%%GO_SRCDIR%%/%%GO_PKGNAME%%/errors.go
24
%%GO_SRCDIR%%/%%GO_PKGNAME%%/errors.go
25
%%GO_SRCDIR%%/%%GO_PKGNAME%%/errors_test.go
26
%%GO_SRCDIR%%/%%GO_PKGNAME%%/fields.go
14
%%GO_SRCDIR%%/%%GO_PKGNAME%%/infile.go
27
%%GO_SRCDIR%%/%%GO_PKGNAME%%/infile.go
15
%%GO_SRCDIR%%/%%GO_PKGNAME%%/packets.go
28
%%GO_SRCDIR%%/%%GO_PKGNAME%%/packets.go
29
%%GO_SRCDIR%%/%%GO_PKGNAME%%/packets_test.go
16
%%GO_SRCDIR%%/%%GO_PKGNAME%%/result.go
30
%%GO_SRCDIR%%/%%GO_PKGNAME%%/result.go
17
%%GO_SRCDIR%%/%%GO_PKGNAME%%/rows.go
31
%%GO_SRCDIR%%/%%GO_PKGNAME%%/rows.go
18
%%GO_SRCDIR%%/%%GO_PKGNAME%%/statement.go
32
%%GO_SRCDIR%%/%%GO_PKGNAME%%/statement.go
33
%%GO_SRCDIR%%/%%GO_PKGNAME%%/statement_test.go
19
%%GO_SRCDIR%%/%%GO_PKGNAME%%/transaction.go
34
%%GO_SRCDIR%%/%%GO_PKGNAME%%/transaction.go
20
%%GO_SRCDIR%%/%%GO_PKGNAME%%/utils.go
35
%%GO_SRCDIR%%/%%GO_PKGNAME%%/utils.go
36
%%GO_SRCDIR%%/%%GO_PKGNAME%%/utils_go17.go
37
%%GO_SRCDIR%%/%%GO_PKGNAME%%/utils_go18.go
38
%%GO_SRCDIR%%/%%GO_PKGNAME%%/utils_go18_test.go
21
%%GO_SRCDIR%%/%%GO_PKGNAME%%/utils_test.go
39
%%GO_SRCDIR%%/%%GO_PKGNAME%%/utils_test.go
40

Return to bug 230280