summaryrefslogtreecommitdiff
path: root/databases/sqliteodbc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-1/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* databases/sqliteodbc: Add CPE informationBernhard Froehlich2021-09-201-1/+3
| | | | Approved by: portmgr (blanket)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update sqliteodbc ports to 0.9998Guido Falsi2020-06-262-4/+4
| | | | | | | | | - Mark sqlite2 version deprecated and set expiration (i.e. drop sqlite2 support) - Fix minor whitespace issue Notes: svn path=/head/; revision=540519
* Update sqliteodbc to 0.9996Guido Falsi2018-02-262-4/+4
| | | | Notes: svn path=/head/; revision=463012
* Update sqliteodbc to 0.9995Guido Falsi2016-12-023-8/+8
| | | | Notes: svn path=/head/; revision=427582
* - Update sqliteodbc port to 0.9994Guido Falsi2016-06-053-20/+22
| | | | | | | | | | | - Remove options, leaving only sqlite 3 support, split sqlite2 support in a separate slave port [1] - Convert to USES=sqlite (depends on [1]) Suggested by: mandree (thanks) [1] Notes: svn path=/head/; revision=416402
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Update to 0.9993Guido Falsi2016-01-112-3/+3
| | | | Notes: svn path=/head/; revision=405791
* - Update to 0.9992Guido Falsi2015-05-022-4/+5
| | | | | | | - Make the options a MULTI select Notes: svn path=/head/; revision=385178
* Update to 0.9991Guido Falsi2014-12-312-3/+3
| | | | Notes: svn path=/head/; revision=375909
* - Update to 0.999Guido Falsi2014-11-053-11/+12
| | | | Notes: svn path=/head/; revision=372178
* databases/sqlite2:Tijl Coosemans2014-09-111-0/+1
| | | | | | | - Convert to USES=libtool and bump dependent ports Notes: svn path=/head/; revision=367990
* Fix build when only sqlite2 support is enabled by removing anGuido Falsi2014-07-221-1/+1
| | | | | | | unwanted change which slipped in. Notes: svn path=/head/; revision=362564
* - Update to 0.998Guido Falsi2014-07-224-22/+18
| | | | | | | | - Add USES=libtool and drop .la files - Strip binaries Notes: svn path=/head/; revision=362561
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-0/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* ODBC driver for SQLite 2 and 3.Guido Falsi2014-04-285-0/+87
WWW: http://www.ch-werner.de/sqliteodbc/ Notes: svn path=/head/; revision=352555