Index: head/databases/gosqlite3/Makefile =================================================================== --- head/databases/gosqlite3/Makefile (revision 296614) +++ head/databases/gosqlite3/Makefile (revision 296615) @@ -1,30 +1,31 @@ # New ports collection makefile for: gosqlite3 # Date created: Apr 11, 2011 # Whom: Zhihao Yuan # # $FreeBSD$ # PORTNAME= gosqlite3 -PORTVERSION= 20110316 -PORTREVISION= 3 +PORTVERSION= 20120330 CATEGORIES= databases -MASTER_SITES= LOCAL/wen -DISTNAME= ${GITHUB_USER}-${PORTNAME}-${GIT_REVISION} +MASTER_SITES= LOCAL/jlaffaye 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" +GO_PKGNAME= ${SUBLIBDIR}/${PORTNAME} -GITHUB_USER= feyeleanor -GIT_REVISION= 0f3e536 +SUBLIBDIR= github.com/kuroneko + +do-install: + ${MKDIR} ${GO_LOCAL_LIBDIR}/${SUBLIBDIR} + ${INSTALL_DATA} ${GO_WRKDIR_PKG}/${SUBLIBDIR}/gosqlite3.a ${GO_LOCAL_LIBDIR}/${SUBLIBDIR} + ${MKDIR} ${GO_LOCAL_SRCDIR}/${GO_PKGNAME} + (cd ${GO_WRKSRC}/ && ${COPYTREE_SHARE} \* ${GO_LOCAL_SRCDIR}/${GO_PKGNAME}) .include .include "${PORTSDIR}/lang/go/files/bsd.go.mk" .include Property changes on: head/databases/gosqlite3/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/distinfo =================================================================== --- head/databases/gosqlite3/distinfo (revision 296614) +++ head/databases/gosqlite3/distinfo (revision 296615) @@ -1,2 +1,2 @@ -SHA256 (feyeleanor-gosqlite3-0f3e536.tar.gz) = 8f6f538846865e6d9e317e5deb30e1c7418f589a8e6c325e53f242678c84d811 -SIZE (feyeleanor-gosqlite3-0f3e536.tar.gz) = 7125 +SHA256 (gosqlite3-20120330.tar.gz) = bb64dacbc61d3ea686ff60d039e7a795a99547ae4c991d544e3e9ef7dd6d64a3 +SIZE (gosqlite3-20120330.tar.gz) = 11079 Property changes on: head/databases/gosqlite3/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/databases/gosqlite3/pkg-plist =================================================================== --- head/databases/gosqlite3/pkg-plist (nonexistent) +++ head/databases/gosqlite3/pkg-plist (revision 296615) @@ -0,0 +1,22 @@ +%%GO_LIBDIR%%/github.com/kuroneko/gosqlite3.a +%%GO_SRCDIR%%/%%GO_PKGNAME%%/README +%%GO_SRCDIR%%/%%GO_PKGNAME%%/backup.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/database.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/database_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/errors.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/helpers_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/progress.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/query_parameter.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/query_parameter_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/result_column.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/result_column_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/sql_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/sqlite3.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/sqlite3_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/statement.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/table.go +@dirrmtry %%GO_LIBDIR%%/github.com/kuroneko +@dirrmtry %%GO_LIBDIR%%/github.com +@dirrm %%GO_SRCDIR%%/%%GO_PKGNAME%% +@dirrmtry %%GO_SRCDIR%%/github.com/kuroneko +@dirrmtry %%GO_SRCDIR%%/github.com Property changes on: head/databases/gosqlite3/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property