FreeBSD Bugzilla – Attachment 225963 Details for
Bug 256646
databases/sqlite3: revert 255526 and 255839
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
sqlite3-20210621.diff (text/plain), 1.93 KB, created by
Pavel Volkov
on 2021-06-21 13:12:30 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Pavel Volkov
Created:
2021-06-21 13:12:30 UTC
Size:
1.93 KB
patch
obsolete
>diff -urNd databases/sqlite3.orig/Makefile databases/sqlite3/Makefile >--- databases/sqlite3.orig/Makefile 2021-06-21 06:05:32.473493000 +0300 >+++ databases/sqlite3/Makefile 2021-06-21 06:23:28.237751000 +0300 >@@ -2,7 +2,7 @@ > > PORTNAME= sqlite3 > DISTVERSION= 3.35.5 >-PORTREVISION= 3 >+PORTREVISION= 4 > PORTEPOCH= 1 > CATEGORIES= databases > MASTER_SITES= https://www.sqlite.org/${%Y:L:gmtime}/ https://www2.sqlite.org/${%Y:L:gmtime}/ https://www3.sqlite.org/${%Y:L:gmtime}/ >@@ -14,7 +14,7 @@ > COMMENT+= (ICU flavor) > .endif > .if ${FLAVOR:U} == tcl >-COMMENT+= (TCL flavor) >+COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) > .endif > > LICENSE= PD >@@ -24,7 +24,9 @@ > icu_PKGNAMESUFFIX= -${FLAVOR} # databases/p5-DBD-SQLite with ICU support > icu_CONFLICTS_INSTALL= ${PORTNAME} ${PORTNAME}-tcl > tcl_PKGNAMESUFFIX= -${FLAVOR} # lang/tcl* support >-tcl_CONFLICTS_INSTALL= ${PORTNAME} ${PORTNAME}-icu >+tcl_RUN_DEPENDS= sqlite3:databases/sqlite3 >+tcl_DESCR= ${.CURDIR}/pkg-descr-${FLAVOR} >+tcl_PLIST= ${.CURDIR}/pkg-plist-${FLAVOR} > > USES= libtool pathfix zip > USE_LDCONFIG= yes >diff -urNd databases/sqlite3.orig/pkg-descr-tcl databases/sqlite3/pkg-descr-tcl >--- databases/sqlite3.orig/pkg-descr-tcl 1970-01-01 03:00:00.000000000 +0300 >+++ databases/sqlite3/pkg-descr-tcl 2021-06-21 06:11:33.944435000 +0300 >@@ -0,0 +1,4 @@ >+This is the SQLite extension for Tcl using the Tcl Extension >+Architecture (TEA). >+ >+WWW: https://www.sqlite.org/ >diff -urNd databases/sqlite3.orig/pkg-plist-tcl databases/sqlite3/pkg-plist-tcl >--- databases/sqlite3.orig/pkg-plist-tcl 1970-01-01 03:00:00.000000000 +0300 >+++ databases/sqlite3/pkg-plist-tcl 2021-06-21 06:03:53.710081000 +0300 >@@ -0,0 +1,6 @@ >+%%TCL%%bin/sqlite3_analyzer >+%%TCL%%man/mann/sqlite3.%%TCLSUF%%.n.gz >+%%TCL%%lib/%%TCLVER%%/sqlite3/libtclsqlite3.so >+%%TCL%%lib/%%TCLVER%%/sqlite3/pkgIndex.tcl >+%%TCL%%%%EXAMPLES%%share/examples/sqlite3/example.tcl >+%%TCL%%%%EXAMPLES%%share/examples/sqlite3/sqlitecon.tcl
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
pavelivolkov
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 256646
:
225963
|
226342
|
226343
|
226344
|
226345
|
226346
|
226347