diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-11-26 22:56:57 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-11-26 22:56:57 +0000 |
commit | 93a86fa5f41c0b24b552853dfa8ba3282a38aef6 (patch) | |
tree | 892729fbc50b843de7d63da18d1229771961ea28 /databases | |
parent | 1b03a847879c932bf0c79a4e459d6d80ce0aa939 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/godis/Makefile | 2 | ||||
-rw-r--r-- | databases/gomysql/Makefile | 2 | ||||
-rw-r--r-- | databases/gosqlite3/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/databases/godis/Makefile b/databases/godis/Makefile index 01780a176e31..87ce0259d0b5 100644 --- a/databases/godis/Makefile +++ b/databases/godis/Makefile @@ -7,7 +7,7 @@ PORTNAME= godis PORTVERSION= 20110803 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= LOCAL/jlaffaye diff --git a/databases/gomysql/Makefile b/databases/gomysql/Makefile index d0bdf39903ac..ca2f5973b781 100644 --- a/databases/gomysql/Makefile +++ b/databases/gomysql/Makefile @@ -7,7 +7,7 @@ PORTNAME= gomysql PORTVERSION= 0.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= LOCAL/wen DISTNAME= Philio-GoMySQL-${PORTVERSION}-0-g3c1f411 diff --git a/databases/gosqlite3/Makefile b/databases/gosqlite3/Makefile index 988582b116bf..f95d291c4ad8 100644 --- a/databases/gosqlite3/Makefile +++ b/databases/gosqlite3/Makefile @@ -7,7 +7,7 @@ PORTNAME= gosqlite3 PORTVERSION= 20110316 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= LOCAL/wen DISTNAME= ${GITHUB_USER}-${PORTNAME}-${GIT_REVISION} |