notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/go-sql-driver/Makefile
SVNWeb

Number of commits found: 9

Tue, 15 Jan 2019
[ 14:50 swills search for other commits by this committer ] Original commit   Revision:490382
devel/go-sql-driver: mark deprecated

PR:		230280
Thu, 27 Jul 2017
[ 13:57 mat search for other commits by this committer ] Original commit   Revision:446741 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Regular USE_GITHUB cleanup.

Sponsored by:	Absolight
Fri, 22 Apr 2016
[ 12:40 mat search for other commits by this committer ] Original commit   Revision:413776 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
Move lang/go/files/bsd.go.mk to USES=go.

Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6057
Fri, 1 Apr 2016
[ 13:18 mat search for other commits by this committer ] Original commit   Revision:412342 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 6 May 2015
[ 15:16 mat search for other commits by this committer ] Original commit   Revision:385521 (Only the first 10 of 348 ports in this commit are shown above. View all ports for this commit)
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 19 Mar 2015
[ 16:44 bdrewery search for other commits by this committer ] Original commit   Revision:381618 (Only the first 10 of 133 ports in this commit are shown above. View all ports for this commit)
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
Thu, 27 Feb 2014
[ 14:19 zi search for other commits by this committer ] Original commit   Revision:346343
- Simplify DISTNAME/MASTER_SITES
Wed, 26 Feb 2014
[ 17:04 zi search for other commits by this committer ] Original commit   Revision:346215
- Pass MAINTAINER to lattera@gmail.com
[ 17:00 zi search for other commits by this committer ] Original commit   Revision:346214
New port: devel/go-sql-driver:

Go-MySQL-Driver is a lightweight and fast MySQL-Driver for Go's
(golang) database/sql package

Features:
* Lightweight and fast
* Native Go implementation. No C-bindings, just pure Go
* Connections over TCP/IPv4, TCP/IPv6 or Unix domain sockets
* Automatic handling of broken connections
* Automatic Connection Pooling (by database/sql package)
* Supports queries larger than 16MB
* Full sql.RawBytes support.
* Intelligent LONG DATA handling in prepared statements
* Secure LOAD DATA LOCAL INFILE support with file Whitelisting and io.Reader
  support
* Optional time.Time parsing

WWW: https://github.com/go-sql-driver/mysql/

Number of commits found: 9