Index: head/databases/godis/Makefile =================================================================== --- head/databases/godis/Makefile (revision 286470) +++ head/databases/godis/Makefile (revision 286471) @@ -1,23 +1,23 @@ # New ports collection makefile for: godis # Date created: 20 June , 2011 # Whom: Grzegorz Blach # # $FreeBSD$ # PORTNAME= godis PORTVERSION= 20110803 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= LOCAL/jlaffaye MAINTAINER= magik@roorback.net COMMENT= A Redis client library written in Go PLIST_FILES= ${GO_LIBDIR}/godis.a USE_GO= yes .include .include "${PORTSDIR}/lang/go/files/bsd.go.mk" .include Property changes on: head/databases/godis/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/databases/gomysql/Makefile =================================================================== --- head/databases/gomysql/Makefile (revision 286470) +++ head/databases/gomysql/Makefile (revision 286471) @@ -1,25 +1,25 @@ # New ports collection makefile for: gomysql # Date created: Dec 06, 2010 # Whom: Wen Heping # # $FreeBSD$ # PORTNAME= gomysql PORTVERSION= 0.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= LOCAL/wen DISTNAME= Philio-GoMySQL-${PORTVERSION}-0-g3c1f411 MAINTAINER= wen@FreeBSD.org COMMENT= A MySQL client library written in Go WRKSRC= ${WRKDIR}/Philio-GoMySQL-f1112aa PLIST_FILES= ${GO_LIBDIR}/mysql.a USE_GO= yes .include .include "${PORTSDIR}/lang/go/files/bsd.go.mk" .include Property changes on: head/databases/gomysql/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/databases/gosqlite3/Makefile =================================================================== --- head/databases/gosqlite3/Makefile (revision 286470) +++ head/databases/gosqlite3/Makefile (revision 286471) @@ -1,30 +1,30 @@ # New ports collection makefile for: gosqlite3 # Date created: Apr 11, 2011 # Whom: Zhihao Yuan # # $FreeBSD$ # PORTNAME= gosqlite3 PORTVERSION= 20110316 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= LOCAL/wen DISTNAME= ${GITHUB_USER}-${PORTNAME}-${GIT_REVISION} MAINTAINER= lichray@gmail.com COMMENT= A Go interface for SQLite3 LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 PLIST_FILES= ${GO_LIBDIR}/sqlite3.a USE_GO= yes MAKE_ARGS+= CGO_CFLAGS+="-I${LOCALBASE}/include" CFLAGS="-I${LOCALBASE}/${GO_LIBDIR}" CGO_LDFLAGS="-L${LOCALBASE}/lib -lsqlite3" GITHUB_USER= feyeleanor GIT_REVISION= 0f3e536 .include .include "${PORTSDIR}/lang/go/files/bsd.go.mk" .include Property changes on: head/databases/gosqlite3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/prettygo/Makefile =================================================================== --- head/devel/prettygo/Makefile (revision 286470) +++ head/devel/prettygo/Makefile (revision 286471) @@ -1,24 +1,25 @@ # New ports collection makefile for: pretty.go # Date created: 4 Nov, 2010 # Whom: Grzegorz Blach # # $FreeBSD$ # PORTNAME= prettygo PORTVERSION= 20110611 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://files.roorback.net/ DISTNAME= pretty.go-${PORTVERSION} MAINTAINER= magik@roorback.net COMMENT= Pretty-printing package for go values FETCH_ARGS= -Fpr WRKSRC= ${WRKDIR}/${DISTNAME} USE_GO= yes .include .include "${PORTSDIR}/lang/go/files/bsd.go.mk" .include Property changes on: head/devel/prettygo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/webgo/Makefile =================================================================== --- head/www/webgo/Makefile (revision 286470) +++ head/www/webgo/Makefile (revision 286471) @@ -1,25 +1,25 @@ # New ports collection makefile for: webgo # Date created: Nov 22, 2010 # Whom: Wen Heping # # $FreeBSD$ # PORTNAME= webgo PORTVERSION= 0.1.0.${SVNVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= LOCAL/jlaffaye DISTNAME= ${PORTNAME}-${SVNVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Simplest way to write web applications in the Go programming language SVNVERSION= 20110915 PLIST_FILES= ${GO_LIBDIR}/web.a USE_GO= yes .include .include "${PORTSDIR}/lang/go/files/bsd.go.mk" .include Property changes on: head/www/webgo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property