mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- update tp 2.7.4
- fix style nits (spaces -> tabs) PR: 46470 Submitted by: maintainer
This commit is contained in:
parent
4a4dccae90
commit
7fcd208ede
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72353
4 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= sqlite
|
||||
PORTVERSION= 2.7.3
|
||||
PORTVERSION= 2.7.4
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.hwaci.com/sw/sqlite/
|
||||
|
@ -19,8 +19,8 @@ LIB_DEPENDS= tcl${TCL_VER:S/.//}:${PORTSDIR}/lang/tcl${TCL_VER:S/.//}
|
|||
|
||||
USE_GMAKE= YES
|
||||
GNU_CONFIGURE= YES
|
||||
USE_REINPLACE= YES
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints
|
||||
USE_REINPLACE= YES
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints
|
||||
ALL_TARGET= all libtclsqlite.la
|
||||
INSTALLS_SHLIB= YES
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (sqlite-2.7.3.tar.gz) = faac89c6a7b90f1dded2fcb3c156fbce
|
||||
MD5 (sqlite-2.7.4.tar.gz) = 60d439b54328b2c94839b8192c4173e3
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= sqlite
|
||||
PORTVERSION= 2.7.3
|
||||
PORTVERSION= 2.7.4
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.hwaci.com/sw/sqlite/
|
||||
|
@ -19,8 +19,8 @@ LIB_DEPENDS= tcl${TCL_VER:S/.//}:${PORTSDIR}/lang/tcl${TCL_VER:S/.//}
|
|||
|
||||
USE_GMAKE= YES
|
||||
GNU_CONFIGURE= YES
|
||||
USE_REINPLACE= YES
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints
|
||||
USE_REINPLACE= YES
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints
|
||||
ALL_TARGET= all libtclsqlite.la
|
||||
INSTALLS_SHLIB= YES
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (sqlite-2.7.3.tar.gz) = faac89c6a7b90f1dded2fcb3c156fbce
|
||||
MD5 (sqlite-2.7.4.tar.gz) = 60d439b54328b2c94839b8192c4173e3
|
||||
|
|
Loading…
Add table
Reference in a new issue