diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-26 10:09:46 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-26 10:09:46 +0800 |
commit | 34a1e32fa1e78765887d3c28d129efa2a63ee486 (patch) | |
tree | bd13ab571d9de049a224e73290421c067d927c77 /databases/libdbi | |
parent | 6b38d3e71e0edb8aef6964894af28d70faf8c55e (diff) | |
download | freebsd-ports-gnome-34a1e32fa1e78765887d3c28d129efa2a63ee486.tar.gz freebsd-ports-gnome-34a1e32fa1e78765887d3c28d129efa2a63ee486.tar.zst freebsd-ports-gnome-34a1e32fa1e78765887d3c28d129efa2a63ee486.zip |
- Switch databases/libdbi to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'databases/libdbi')
-rw-r--r-- | databases/libdbi/Makefile | 5 | ||||
-rw-r--r-- | databases/libdbi/pkg-plist | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/libdbi/Makefile b/databases/libdbi/Makefile index fd0c31d1e889..5c0d7254ac29 100644 --- a/databases/libdbi/Makefile +++ b/databases/libdbi/Makefile @@ -3,15 +3,14 @@ PORTNAME= libdbi PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= clsung@FreeBSD.org COMMENT= Database Independent Abstraction Layer for C -USES= pathfix -USE_AUTOTOOLS= libtool +USES= libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/databases/libdbi/pkg-plist b/databases/libdbi/pkg-plist index 295b73e9c0b0..0c3b8b2b1ada 100644 --- a/databases/libdbi/pkg-plist +++ b/databases/libdbi/pkg-plist @@ -2,9 +2,9 @@ include/dbi/dbd.h include/dbi/dbi-dev.h include/dbi/dbi.h lib/libdbi.a -lib/libdbi.la lib/libdbi.so -lib/libdbi.so.2 +lib/libdbi.so.1 +lib/libdbi.so.1.1.0 libdata/pkgconfig/dbi.pc %%PORTDOCS%%%%DOCSDIR%%/driver-guide.pdf %%PORTDOCS%%%%DOCSDIR%%/driver-guide/contact.html |