mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Update to 3.2.7 [1]
Take MAINTAINER PR: 86288 Submitted by: Robin Breathe <robin@isometry.net> [1] Approved by: pav (mentor), green (maintainer)
This commit is contained in:
parent
0e38d105a4
commit
ad482eae95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143584
4 changed files with 10 additions and 10 deletions
|
@ -11,11 +11,11 @@
|
||||||
# If you want to build the TCL wrapper, you have to define SQLITE_WITH_TCL84.
|
# If you want to build the TCL wrapper, you have to define SQLITE_WITH_TCL84.
|
||||||
|
|
||||||
PORTNAME= sqlite
|
PORTNAME= sqlite
|
||||||
PORTVERSION= 3.2.5
|
PORTVERSION= 3.2.7
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://www.sqlite.org/
|
MASTER_SITES= http://www.sqlite.org/
|
||||||
|
|
||||||
MAINTAINER= green@FreeBSD.org
|
MAINTAINER= mnag@FreeBSD.org
|
||||||
COMMENT= An SQL database engine in a C library w/ Tcl wrapper
|
COMMENT= An SQL database engine in a C library w/ Tcl wrapper
|
||||||
|
|
||||||
USE_GMAKE= YES
|
USE_GMAKE= YES
|
||||||
|
@ -72,8 +72,8 @@ post-patch:
|
||||||
# @${ECHO} "config_TARGET_CFLAGS=\"-DTHREADSAFE=1 -pthread\"" >>${WRKSRC}/freebsd.hints
|
# @${ECHO} "config_TARGET_CFLAGS=\"-DTHREADSAFE=1 -pthread\"" >>${WRKSRC}/freebsd.hints
|
||||||
|
|
||||||
post-build:
|
post-build:
|
||||||
# Build the docs
|
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
@${ECHO_MSG} "===> Building docs"
|
||||||
@(cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} doc)
|
@(cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} doc)
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (sqlite-3.2.5.tar.gz) = 0f07cfd8591c3fcae159f0c69bf2436f
|
MD5 (sqlite-3.2.7.tar.gz) = 34c92821b3b46380f192c0aaf2b2b217
|
||||||
SIZE (sqlite-3.2.5.tar.gz) = 1397666
|
SIZE (sqlite-3.2.7.tar.gz) = 1521075
|
||||||
|
|
|
@ -11,11 +11,11 @@
|
||||||
# If you want to build the TCL wrapper, you have to define SQLITE_WITH_TCL84.
|
# If you want to build the TCL wrapper, you have to define SQLITE_WITH_TCL84.
|
||||||
|
|
||||||
PORTNAME= sqlite
|
PORTNAME= sqlite
|
||||||
PORTVERSION= 3.2.5
|
PORTVERSION= 3.2.7
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://www.sqlite.org/
|
MASTER_SITES= http://www.sqlite.org/
|
||||||
|
|
||||||
MAINTAINER= green@FreeBSD.org
|
MAINTAINER= mnag@FreeBSD.org
|
||||||
COMMENT= An SQL database engine in a C library w/ Tcl wrapper
|
COMMENT= An SQL database engine in a C library w/ Tcl wrapper
|
||||||
|
|
||||||
USE_GMAKE= YES
|
USE_GMAKE= YES
|
||||||
|
@ -72,8 +72,8 @@ post-patch:
|
||||||
# @${ECHO} "config_TARGET_CFLAGS=\"-DTHREADSAFE=1 -pthread\"" >>${WRKSRC}/freebsd.hints
|
# @${ECHO} "config_TARGET_CFLAGS=\"-DTHREADSAFE=1 -pthread\"" >>${WRKSRC}/freebsd.hints
|
||||||
|
|
||||||
post-build:
|
post-build:
|
||||||
# Build the docs
|
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
@${ECHO_MSG} "===> Building docs"
|
||||||
@(cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} doc)
|
@(cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} doc)
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (sqlite-3.2.5.tar.gz) = 0f07cfd8591c3fcae159f0c69bf2436f
|
MD5 (sqlite-3.2.7.tar.gz) = 34c92821b3b46380f192c0aaf2b2b217
|
||||||
SIZE (sqlite-3.2.5.tar.gz) = 1397666
|
SIZE (sqlite-3.2.7.tar.gz) = 1521075
|
||||||
|
|
Loading…
Add table
Reference in a new issue