svn commit: r326594 - head/databases/tcl-sqlite3
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Sep 7 10:19:12 UTC 2013
Author: sunpoet
Date: Sat Sep 7 10:19:11 2013
New Revision: 326594
URL: http://svnweb.freebsd.org/changeset/ports/326594
Log:
- Update to 3.8.0.2
- While I'm here:
- Convert to new options framework
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
Changes: http://www.sqlite.org/releaselog/3_8_0_2.html
PR: ports/181842
Submitted by: Pavel I Volkov <pavelivolkov at gmail.com> (maintainer)
Modified:
head/databases/tcl-sqlite3/Makefile (contents, props changed)
head/databases/tcl-sqlite3/distinfo (contents, props changed)
Modified: head/databases/tcl-sqlite3/Makefile
==============================================================================
--- head/databases/tcl-sqlite3/Makefile Sat Sep 7 10:19:06 2013 (r326593)
+++ head/databases/tcl-sqlite3/Makefile Sat Sep 7 10:19:11 2013 (r326594)
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= sqlite3
-PORTVERSION= 3.8.0.1
+PORTVERSION= 3.8.0.2
CATEGORIES= databases tcl
MASTER_SITES= http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/
PKGNAMEPREFIX= tcl-
-DISTNAME= sqlite-autoconf-3080001
+DISTNAME= sqlite-autoconf-3080002
MAINTAINER= pavelivolkov at gmail.com
COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA)
@@ -18,6 +18,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg
LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3
+OPTIONS_DEFINE= EXAMPLES
+
WRKSRC= ${WRKDIR}/${DISTNAME}/tea
USES= pkgconfig
@@ -37,15 +39,15 @@ SUB_LIST= "TCLSH=${TCLSH}"
MANN= sqlite3.n
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} 's,\(^PKG_DIR.*\)$$(PACKAGE_VERSION),\13,g' ${WRKSRC}/Makefile.in
post-install:
-.if !defined(NOPORTEXAMPLES)
+.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_SCRIPT} ${WRKDIR}/${SUB_FILES} ${EXAMPLESDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/databases/tcl-sqlite3/distinfo
==============================================================================
--- head/databases/tcl-sqlite3/distinfo Sat Sep 7 10:19:06 2013 (r326593)
+++ head/databases/tcl-sqlite3/distinfo Sat Sep 7 10:19:11 2013 (r326594)
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3080001.tar.gz) = 1d92ccfca5629701b207e57e86fdf0a01d8dca61c60e1246f92ec8d87408cf36
-SIZE (sqlite-autoconf-3080001.tar.gz) = 1878758
+SHA256 (sqlite-autoconf-3080002.tar.gz) = fca3a0a12f94dc92a6d9e700c3f6cab6cd4e79214bd7b6f13717a10f4bcfddb2
+SIZE (sqlite-autoconf-3080002.tar.gz) = 1878765
More information about the svn-ports-head
mailing list