mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update from 3.8.0.2 to 3.8.2
- Add stage support while here - Convert USE_TCL to USES PR: ports/185484 Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
This commit is contained in:
parent
de671468c9
commit
586ff06f43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340139
@ -1,11 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sqlite3
|
||||
PORTVERSION= 3.8.0.2
|
||||
PORTVERSION= 3.8.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-3080002
|
||||
DISTNAME= sqlite-autoconf-3080200
|
||||
|
||||
MAINTAINER= pavelivolkov@gmail.com
|
||||
COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA)
|
||||
@ -21,10 +21,9 @@ OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/tea
|
||||
|
||||
USES= pkgconfig
|
||||
USES= pkgconfig tcl
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TCL= 84+
|
||||
|
||||
CFLAGS+= `pkg-config --cflags --libs sqlite3`
|
||||
CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} --with-system-sqlite
|
||||
@ -36,18 +35,13 @@ PORTEXAMPLES= *
|
||||
SUB_FILES= example.tcl
|
||||
SUB_LIST= "TCLSH=${TCLSH}"
|
||||
|
||||
MANN= sqlite3.n
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
PLIST_FILES+= man/mann/sqlite3.n.gz
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's,\(^PKG_DIR.*\)$$(PACKAGE_VERSION),\13,g' ${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@${INSTALL_SCRIPT} ${WRKDIR}/${SUB_FILES} ${EXAMPLESDIR}
|
||||
.endif
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${SUB_FILES} ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (sqlite-autoconf-3080002.tar.gz) = fca3a0a12f94dc92a6d9e700c3f6cab6cd4e79214bd7b6f13717a10f4bcfddb2
|
||||
SIZE (sqlite-autoconf-3080002.tar.gz) = 1878765
|
||||
SHA256 (sqlite-autoconf-3080200.tar.gz) = a0851d06092c8208e4dd947f569f40db476b472b22e3e10e2f52f3c5e94fef92
|
||||
SIZE (sqlite-autoconf-3080200.tar.gz) = 1917056
|
||||
|
Loading…
Reference in New Issue
Block a user