svn commit: r360295 - head/databases/sqlcipher

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 2 22:11:25 UTC 2014


Author: amdmi3
Date: Wed Jul  2 22:11:24 2014
New Revision: 360295
URL: http://svnweb.freebsd.org/changeset/ports/360295
QAT: https://qat.redports.org/buildarchive/r360295/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

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

Modified: head/databases/sqlcipher/Makefile
==============================================================================
--- head/databases/sqlcipher/Makefile	Wed Jul  2 22:11:17 2014	(r360294)
+++ head/databases/sqlcipher/Makefile	Wed Jul  2 22:11:24 2014	(r360295)
@@ -2,6 +2,7 @@
 
 PORTNAME=	sqlcipher
 PORTVERSION=	2.1.1
+PORTREVISION=	1
 CATEGORIES=	databases
 
 MAINTAINER=	jsa at FreeBSD.org
@@ -11,7 +12,7 @@ LICENSE=	BSD3CLAUSE
 
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
-USES=		pathfix tcl:85,build
+USES=		libtool pathfix tcl:85,build
 
 GH_ACCOUNT=	sqlcipher
 GH_TAGNAME=	v${PORTVERSION}

Modified: head/databases/sqlcipher/pkg-plist
==============================================================================
--- head/databases/sqlcipher/pkg-plist	Wed Jul  2 22:11:17 2014	(r360294)
+++ head/databases/sqlcipher/pkg-plist	Wed Jul  2 22:11:24 2014	(r360295)
@@ -1,8 +1,8 @@
 bin/sqlite3
 include/sqlite3.h
 include/sqlite3ext.h
-lib/libsqlite3.so.8
+lib/libsqlite3.so.0.8.6
+lib/libsqlite3.so.0
 lib/libsqlite3.so
-lib/libsqlite3.la
 lib/libsqlite3.a
 libdata/pkgconfig/sqlite3.pc


More information about the svn-ports-all mailing list