diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2011-09-23 00:43:50 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2011-09-23 00:43:50 +0800 |
commit | 2c085c4a13faa771af89d15885b4fbdb52e33d4b (patch) | |
tree | 03fd2474e128f1fe387a9090f44d716802fa4cc9 /databases | |
parent | d1a80c09e34528908b55ea1ec636ffac848e7477 (diff) | |
download | freebsd-ports-gnome-2c085c4a13faa771af89d15885b4fbdb52e33d4b.tar.gz freebsd-ports-gnome-2c085c4a13faa771af89d15885b4fbdb52e33d4b.tar.zst freebsd-ports-gnome-2c085c4a13faa771af89d15885b4fbdb52e33d4b.zip |
Bump go packages for new Go release
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gomysql/Makefile | 3 | ||||
-rw-r--r-- | databases/gosqlite3/Makefile | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/databases/gomysql/Makefile b/databases/gomysql/Makefile index d2f242c15a50..1631579c1285 100644 --- a/databases/gomysql/Makefile +++ b/databases/gomysql/Makefile @@ -7,6 +7,7 @@ PORTNAME= gomysql PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= LOCAL/wen DISTNAME= Philio-GoMySQL-${PORTVERSION}-0-g3c1f411 @@ -20,5 +21,5 @@ PLIST_FILES= ${GO_LIBDIR}/mysql.a USE_GO= yes .include <bsd.port.pre.mk> -.include "../../lang/go/files/bsd.go.mk" +.include "${PORTSDIR}/lang/go/files/bsd.go.mk" .include <bsd.port.post.mk> diff --git a/databases/gosqlite3/Makefile b/databases/gosqlite3/Makefile index cf04765e9d63..3b5775d376b8 100644 --- a/databases/gosqlite3/Makefile +++ b/databases/gosqlite3/Makefile @@ -7,6 +7,7 @@ PORTNAME= gosqlite3 PORTVERSION= 20110316 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= LOCAL/wen DISTNAME= ${GITHUB_USER}-${PORTNAME}-${GIT_REVISION} |