diff options
author | petef <petef@FreeBSD.org> | 2003-01-03 15:09:47 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-01-03 15:09:47 +0800 |
commit | 5001383a4c28d7a9fd16488f4ea1370f98efb47c (patch) | |
tree | 764458dc127245e76b3b4a4515eeb24ca6074165 /databases | |
parent | 9957daf2a94a47011c431d54191100662a2c2e7f (diff) | |
download | freebsd-ports-gnome-5001383a4c28d7a9fd16488f4ea1370f98efb47c.tar.gz freebsd-ports-gnome-5001383a4c28d7a9fd16488f4ea1370f98efb47c.tar.zst freebsd-ports-gnome-5001383a4c28d7a9fd16488f4ea1370f98efb47c.zip |
- update tp 2.7.4
- fix style nits (spaces -> tabs)
PR: 46470
Submitted by: maintainer
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlite/Makefile | 6 | ||||
-rw-r--r-- | databases/sqlite/distinfo | 2 | ||||
-rw-r--r-- | databases/sqlite2/Makefile | 6 | ||||
-rw-r--r-- | databases/sqlite2/distinfo | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/databases/sqlite/Makefile b/databases/sqlite/Makefile index 23c5f883ac60..2b3df5aad2e5 100644 --- a/databases/sqlite/Makefile +++ b/databases/sqlite/Makefile @@ -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 diff --git a/databases/sqlite/distinfo b/databases/sqlite/distinfo index 73f34a227601..bf7086f5ca26 100644 --- a/databases/sqlite/distinfo +++ b/databases/sqlite/distinfo @@ -1 +1 @@ -MD5 (sqlite-2.7.3.tar.gz) = faac89c6a7b90f1dded2fcb3c156fbce +MD5 (sqlite-2.7.4.tar.gz) = 60d439b54328b2c94839b8192c4173e3 diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile index 23c5f883ac60..2b3df5aad2e5 100644 --- a/databases/sqlite2/Makefile +++ b/databases/sqlite2/Makefile @@ -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 diff --git a/databases/sqlite2/distinfo b/databases/sqlite2/distinfo index 73f34a227601..bf7086f5ca26 100644 --- a/databases/sqlite2/distinfo +++ b/databases/sqlite2/distinfo @@ -1 +1 @@ -MD5 (sqlite-2.7.3.tar.gz) = faac89c6a7b90f1dded2fcb3c156fbce +MD5 (sqlite-2.7.4.tar.gz) = 60d439b54328b2c94839b8192c4173e3 |