svn commit: r344743 - head/databases/sqlcipher

Pietro Cerutti gahr at FreeBSD.org
Mon Feb 17 13:28:05 UTC 2014


Author: gahr
Date: Mon Feb 17 13:28:04 2014
New Revision: 344743
URL: http://svnweb.freebsd.org/changeset/ports/344743
QAT: https://qat.redports.org/buildarchive/r344743/

Log:
  - Convert to USES=tcl
  - Fix LICENSE

Modified:
  head/databases/sqlcipher/Makefile

Modified: head/databases/sqlcipher/Makefile
==============================================================================
--- head/databases/sqlcipher/Makefile	Mon Feb 17 13:24:44 2014	(r344742)
+++ head/databases/sqlcipher/Makefile	Mon Feb 17 13:28:04 2014	(r344743)
@@ -7,12 +7,11 @@ CATEGORIES=	databases
 MAINTAINER=	jsa at FreeBSD.org
 COMMENT=	Encrypted sqlite database
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 USE_LDCONFIG=	yes
-USE_TCL_BUILD=	85
 USE_GITHUB=	yes
-USES=	pathfix
+USES=		pathfix tcl:85,build
 
 GH_ACCOUNT=	sqlcipher
 GH_TAGNAME=	v${PORTVERSION}


More information about the svn-ports-all mailing list