- Update to 3.3.3 [1]
- Reorganize Makefile Submitted by: cokane [1]
This commit is contained in:
parent
382d742fc3
commit
300435f077
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155614
4 changed files with 20 additions and 22 deletions
|
@ -11,7 +11,7 @@
|
|||
# If you want to build the TCL wrapper, you have to define WITH_TCLWRAPPER=yes.
|
||||
|
||||
PORTNAME= sqlite
|
||||
PORTVERSION= 3.2.8
|
||||
PORTVERSION= 3.3.3
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.sqlite.org/
|
||||
|
||||
|
@ -21,25 +21,24 @@ COMMENT= An SQL database engine in a C library w/ Tcl wrapper
|
|||
USE_GMAKE= YES
|
||||
USE_GNOME= pkgconfig
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
HAS_CONFIGURE= YES
|
||||
USE_REINPLACE= YES
|
||||
INSTALLS_SHLIB= YES
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
PORTDOCS= *
|
||||
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}3
|
||||
|
||||
OPTIONS= TCLWRAPPER "TCL wrapper for SQLITE" off
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/sqlite3
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/sqlite3
|
||||
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}3
|
||||
PORTDOCS= *
|
||||
|
||||
# Defaults, for building the docs:
|
||||
TCL_V?= 8.4
|
||||
MAKE_ARGS+= TCLSH=tclsh${TCL_V}
|
||||
MAKE_ENV+= TCL_VER=${TCL_V}
|
||||
|
||||
OPTIONS= TCLWRAPPER "TCL wrapper for SQLITE" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (sqlite-3.2.8.tar.gz) = 9f2c014aaa46565b8163e047166a5686
|
||||
SHA256 (sqlite-3.2.8.tar.gz) = a3904084070eb0f628c3275e041c9444ae9eb26ce739ffcccf78d4b88c1753a6
|
||||
SIZE (sqlite-3.2.8.tar.gz) = 1521504
|
||||
MD5 (sqlite-3.3.3.tar.gz) = eb5d9d7e7853b3af78e767d709b7fced
|
||||
SHA256 (sqlite-3.3.3.tar.gz) = 5c6a497d358e6702b0ab400f9ebf90e79900dd4fe50e79e969f960b022d0f8b9
|
||||
SIZE (sqlite-3.3.3.tar.gz) = 1642834
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
# If you want to build the TCL wrapper, you have to define WITH_TCLWRAPPER=yes.
|
||||
|
||||
PORTNAME= sqlite
|
||||
PORTVERSION= 3.2.8
|
||||
PORTVERSION= 3.3.3
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.sqlite.org/
|
||||
|
||||
|
@ -21,25 +21,24 @@ COMMENT= An SQL database engine in a C library w/ Tcl wrapper
|
|||
USE_GMAKE= YES
|
||||
USE_GNOME= pkgconfig
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
HAS_CONFIGURE= YES
|
||||
USE_REINPLACE= YES
|
||||
INSTALLS_SHLIB= YES
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
PORTDOCS= *
|
||||
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}3
|
||||
|
||||
OPTIONS= TCLWRAPPER "TCL wrapper for SQLITE" off
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/sqlite3
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/sqlite3
|
||||
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}3
|
||||
PORTDOCS= *
|
||||
|
||||
# Defaults, for building the docs:
|
||||
TCL_V?= 8.4
|
||||
MAKE_ARGS+= TCLSH=tclsh${TCL_V}
|
||||
MAKE_ENV+= TCL_VER=${TCL_V}
|
||||
|
||||
OPTIONS= TCLWRAPPER "TCL wrapper for SQLITE" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (sqlite-3.2.8.tar.gz) = 9f2c014aaa46565b8163e047166a5686
|
||||
SHA256 (sqlite-3.2.8.tar.gz) = a3904084070eb0f628c3275e041c9444ae9eb26ce739ffcccf78d4b88c1753a6
|
||||
SIZE (sqlite-3.2.8.tar.gz) = 1521504
|
||||
MD5 (sqlite-3.3.3.tar.gz) = eb5d9d7e7853b3af78e767d709b7fced
|
||||
SHA256 (sqlite-3.3.3.tar.gz) = 5c6a497d358e6702b0ab400f9ebf90e79900dd4fe50e79e969f960b022d0f8b9
|
||||
SIZE (sqlite-3.3.3.tar.gz) = 1642834
|
||||
|
|
Loading…
Reference in a new issue