merge PFRAG.shared-*
This commit is contained in:
parent
b52a520759
commit
86518870e2
@ -1,6 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2015/10/29 18:25:31 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2016/03/19 10:24:33 sthen Exp $
|
||||
|
||||
V = 0.8.3-1
|
||||
REVISION = 8
|
||||
COMMENT-main = mysql driver for libdbi
|
||||
COMMENT-pgsql = pgsql driver for libdbi
|
||||
COMMENT-sqlite = sqlite driver for libdbi
|
||||
@ -8,15 +9,10 @@ COMMENT-sqlite3 = sqlite3 driver for libdbi
|
||||
COMMENT-freetds = freetds driver for libdbi
|
||||
DISTNAME = libdbi-drivers-$V
|
||||
PKGNAME-main = libdbi-drivers-mysql-${V:S/-/./}
|
||||
REVISION-main = 6
|
||||
PKGNAME-pgsql = libdbi-drivers-pgsql-${V:S/-/./}
|
||||
REVISION-pgsql = 4
|
||||
PKGNAME-sqlite = libdbi-drivers-sqlite-${V:S/-/./}
|
||||
REVISION-sqlite = 1
|
||||
PKGNAME-sqlite3 = libdbi-drivers-sqlite3-${V:S/-/./}
|
||||
REVISION-sqlite3 = 3
|
||||
PKGNAME-freetds = libdbi-drivers-freetds-${V:S/-/./}
|
||||
REVISION-freetds = 7
|
||||
CATEGORIES = databases
|
||||
|
||||
HOMEPAGE = http://libdbi-drivers.sourceforge.net/
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-freetds,v 1.1.1.1 2009/06/02 00:58:58 merdely Exp $
|
||||
lib/dbd/libdbdfreetds.so
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-main,v 1.1.1.1 2009/06/02 00:58:58 merdely Exp $
|
||||
lib/dbd/libdbdmysql.so
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-pgsql,v 1.1.1.1 2009/06/02 00:58:58 merdely Exp $
|
||||
lib/dbd/libdbdpgsql.so
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-sqlite,v 1.1.1.1 2009/06/02 00:58:58 merdely Exp $
|
||||
lib/dbd/libdbdsqlite.so
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-sqlite3,v 1.1.1.1 2009/06/02 00:58:58 merdely Exp $
|
||||
lib/dbd/libdbdsqlite3.so
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST-freetds,v 1.1.1.1 2009/06/02 00:58:58 merdely Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST-freetds,v 1.2 2016/03/19 10:24:33 sthen Exp $
|
||||
lib/dbd/
|
||||
lib/dbd/libdbdfreetds.a
|
||||
lib/dbd/libdbdfreetds.la
|
||||
lib/dbd/libdbdfreetds.so
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.1.1.1 2009/06/02 00:58:58 merdely Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST-main,v 1.2 2016/03/19 10:24:33 sthen Exp $
|
||||
lib/dbd/
|
||||
lib/dbd/libdbdmysql.a
|
||||
lib/dbd/libdbdmysql.la
|
||||
lib/dbd/libdbdmysql.so
|
||||
share/doc/libdbi-drivers/
|
||||
share/doc/libdbi-drivers/dbd_mysql/
|
||||
share/doc/libdbi-drivers/dbd_mysql.pdf
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST-pgsql,v 1.1.1.1 2009/06/02 00:58:58 merdely Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST-pgsql,v 1.2 2016/03/19 10:24:33 sthen Exp $
|
||||
lib/dbd/
|
||||
lib/dbd/libdbdpgsql.a
|
||||
lib/dbd/libdbdpgsql.la
|
||||
lib/dbd/libdbdpgsql.so
|
||||
share/doc/libdbi-drivers/
|
||||
share/doc/libdbi-drivers/dbd_pgsql/
|
||||
share/doc/libdbi-drivers/dbd_pgsql.pdf
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST-sqlite,v 1.1.1.1 2009/06/02 00:58:58 merdely Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST-sqlite,v 1.2 2016/03/19 10:24:33 sthen Exp $
|
||||
lib/dbd/
|
||||
lib/dbd/libdbdsqlite.a
|
||||
lib/dbd/libdbdsqlite.la
|
||||
lib/dbd/libdbdsqlite.so
|
||||
share/doc/libdbi-drivers/
|
||||
share/doc/libdbi-drivers/dbd_sqlite/
|
||||
share/doc/libdbi-drivers/dbd_sqlite.pdf
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST-sqlite3,v 1.1.1.1 2009/06/02 00:58:58 merdely Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST-sqlite3,v 1.2 2016/03/19 10:24:33 sthen Exp $
|
||||
lib/dbd/
|
||||
lib/dbd/libdbdsqlite3.a
|
||||
lib/dbd/libdbdsqlite3.la
|
||||
lib/dbd/libdbdsqlite3.so
|
||||
share/doc/libdbi-drivers/
|
||||
share/doc/libdbi-drivers/dbd_sqlite3/
|
||||
share/doc/libdbi-drivers/dbd_sqlite3.pdf
|
||||
|
Loading…
x
Reference in New Issue
Block a user