summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-07 10:19:11 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-07 10:19:11 +0000
commit369cc5490ea80b1908279540a2098590cc4295f3 (patch)
treeb4856a13bea8de7e6c22db6a5cae5bda73868f8d /databases
parent- Update to 3.8.0.2 (diff)
- 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@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=326594
Diffstat (limited to 'databases')
-rw-r--r--databases/tcl-sqlite3/Makefile12
-rw-r--r--databases/tcl-sqlite3/distinfo4
2 files changed, 9 insertions, 7 deletions
diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile
index 1cf14f5aa83a..8705def4d21c 100644
--- a/databases/tcl-sqlite3/Makefile
+++ b/databases/tcl-sqlite3/Makefile
@@ -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@gmail.com
COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA)
@@ -18,6 +18,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
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>
diff --git a/databases/tcl-sqlite3/distinfo b/databases/tcl-sqlite3/distinfo
index d190ffa4c888..b938fc63ed73 100644
--- a/databases/tcl-sqlite3/distinfo
+++ b/databases/tcl-sqlite3/distinfo
@@ -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