svn commit: r348418 - head/databases/libdbi

Antoine Brodin antoine at FreeBSD.org
Sun Mar 16 16:12:21 UTC 2014


Author: antoine
Date: Sun Mar 16 16:12:20 2014
New Revision: 348418
URL: http://svnweb.freebsd.org/changeset/ports/348418
QAT: https://qat.redports.org/buildarchive/r348418/

Log:
  Package the pkg-config file

Modified:
  head/databases/libdbi/Makefile
  head/databases/libdbi/pkg-plist

Modified: head/databases/libdbi/Makefile
==============================================================================
--- head/databases/libdbi/Makefile	Sun Mar 16 16:07:59 2014	(r348417)
+++ head/databases/libdbi/Makefile	Sun Mar 16 16:12:20 2014	(r348418)
@@ -3,12 +3,14 @@
 
 PORTNAME=	libdbi
 PORTVERSION=	0.9.0
+PORTREVISION=	1
 CATEGORIES=	databases devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	clsung at FreeBSD.org
 COMMENT=	Database Independent Abstraction Layer for C
 
+USES=		pathfix
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/databases/libdbi/pkg-plist
==============================================================================
--- head/databases/libdbi/pkg-plist	Sun Mar 16 16:07:59 2014	(r348417)
+++ head/databases/libdbi/pkg-plist	Sun Mar 16 16:12:20 2014	(r348418)
@@ -5,6 +5,7 @@ lib/libdbi.a
 lib/libdbi.la
 lib/libdbi.so
 lib/libdbi.so.2
+libdata/pkgconfig/dbi.pc
 %%PORTDOCS%%%%DOCSDIR%%/driver-guide.pdf
 %%PORTDOCS%%%%DOCSDIR%%/driver-guide/contact.html
 %%PORTDOCS%%%%DOCSDIR%%/driver-guide/copying-fdl.html


More information about the svn-ports-all mailing list