1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
Commit Graph

47 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
0a0a1d625b - Update to 1.37
Changes:	http://search.cpan.org/dist/DBD-SQLite/Changes
2012-06-09 21:07:38 +00:00
Sunpoet Po-Chuan Hsieh
29c4b60c4f - Fix LICENSE
- Pet portlint
- Add CPAN as primary WWW
2012-04-25 01:49:16 +00:00
Anton Berezin
98fe014c9b Update to 1.35.
Changes:	http://search.cpan.org/dist/DBD-SQLite/Changes
Feature safe:	yes
2011-12-01 10:50:31 +00:00
Baptiste Daroussin
bdbc75280f - update to 1.33
- add licenses
- changes: http://cpansearch.perl.org/src/ADAMK/DBD-SQLite-1.33/Changes

The build system never find the local sqlite but uses the bundled one so remove the lib_depends on sqlite
2011-05-31 19:22:10 +00:00
Mark Linimon
0b69b1da88 With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email.
2010-12-07 19:35:25 +00:00
Cheng-Lung Sung
18190d37bf - Update to 1.31
PR:		ports/151928
Submitted by:	leeym
2010-11-05 01:40:26 +00:00
Philip M. Gollucci
3bcbb1059f - Update to 1.29
PR:             ports/142629
Submitted by:   myself (pgollucci@)
Approved by:    maintainer timeout (clsung; > 2 weeks)
2010-01-31 01:04:40 +00:00
Cheng-Lung Sung
3ed1d6a19e - Update to 1.27
Changes:	http://search.cpan.org/dist/DBD-SQLite/Changes
2009-12-11 07:15:48 +00:00
Cheng-Lung Sung
167fe78b94 - Update to 1.25
Changes:	http://search.cpan.org/dist/DBD-SQLite/Changes
2009-05-20 07:48:55 +00:00
Cheng-Lung Sung
740cfbcda8 - Update to 1.23
PR:		ports/133915
Submitted by:	TERAMOTO Masahiro <markun_AT_onohara dot to>
2009-05-13 02:29:49 +00:00
Cheng-Lung Sung
18408986ef - Update to 1.14 2007-09-22 03:55:58 +00:00
Erwin Lansing
95013b42cf Remove 4.x workaround. 2007-06-18 10:13:47 +00:00
Anton Berezin
32b0bb8475 Fix dependency on [renamed] sqlite3.
PR:		110905
Submitted by:	leafy <leafy7382@gmail.com>
2007-03-27 10:15:40 +00:00
Mathieu Arnold
1233c00f46 Update to 1.13 2006-09-12 13:29:00 +00:00
Anton Berezin
3c138ad3d7 Update to 1.12. 2006-04-12 10:12:45 +00:00
Anton Berezin
1c6c0f63e2 Switch to always using sqlite library from databases/sqlite3 port as
opposed to using the version of the library bundled with this port.
Rationale: the recent versions of databases/sqlite3 introduced
incompatible changes to the DB file format, and we'd like to keep
interoperability between this port and databases/sqlite3.

Reported by:	edwin
PR:		94668
2006-03-22 14:54:15 +00:00
Anton Berezin
0229d7f559 Make it always use bundled sqlite source, since it does not work well if
it finds and uses installed databases/sqlite library.
2006-02-11 13:36:53 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Anton Berezin
f056f56d1a Update to 1.11. 2005-12-04 16:08:20 +00:00
Norikatsu Shigemura
c5dac1c785 Fix build error on 4.x with perl5.005. 2005-12-03 04:31:08 +00:00
Erwin Lansing
f59e306472 Update to 1.10 2005-12-02 10:10:46 +00:00
Mathieu Arnold
b71157a2ae Take a perl@ hat and add SHA256 checksums 2005-11-14 15:05:17 +00:00
Norikatsu Shigemura
0001a6bc3f Fix build on 4.x.
Because perl 5.005 didn't have $Config{d_usleep},
  $Config{d_usleep} was compulsorily used by replaceement to 1.

Pointed out by:	pointyhat via kris
Reviewed by:	tobez
2005-08-28 07:16:33 +00:00
Norikatsu Shigemura
8887878f49 Update to 1.09 (based on SQLite 3.2.2). 2005-07-31 12:07:31 +00:00
Anton Berezin
71375ae493 Update to 1.08. 2005-02-28 13:22:41 +00:00
Norikatsu Shigemura
0719357ebe Fix runtime error on 4.x. 2004-12-28 15:35:22 +00:00
Anton Berezin
aab06fb56f Sync COMMENT with reality. 2004-10-14 19:54:20 +00:00
Norikatsu Shigemura
67eafae3f0 Update to 1.0.7 (based on SQLite 3.0.8).
Pointed out by:	mat
2004-10-12 16:21:26 +00:00
Norikatsu Shigemura
9e6c8fc0bc Update to 1.06 (Based on SQLite 3.0.7). 2004-10-12 16:10:31 +00:00
Norikatsu Shigemura
03586b9043 Repocopy from p5-DBD-SQLite to p5-DBD-SQLite2.
o Update to 0.33.
o Remove unnecessary perl script.
o Remove a patch which was already merged.

Repo copied by:	marcus (pcvs)
2004-10-12 15:59:16 +00:00
Norikatsu Shigemura
9a39a7be6d Change MAINTAINER to perl@.
I welcome bsd.port.mk introduced soon.

Inspired by:	freebsd-perl@
2004-08-13 15:21:20 +00:00
Norikatsu Shigemura
40b7698be1 Fix a crash problem.
PR:		ports/63233 [1]
Reported by:	Stefan `Sec` Zehl <sec@42.org> [1]
Submitted by:	kuriyama
Obtained from:	DBD::SQLite cvs repository
2004-06-11 14:22:57 +00:00
Norikatsu Shigemura
46689973af Update to 0.30 (based of SQLite 2.8.12). 2004-02-16 07:13:48 +00:00
Norikatsu Shigemura
c6cf9e4270 Update to 0.30 (Based on SQLite 2.8.11). 2004-02-13 08:02:05 +00:00
Norikatsu Shigemura
2845c3a94d Update to 0.29 (based on SQLite 2.8.7). 2004-01-16 08:53:19 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Erwin Lansing
6b470bae86 Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.

Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.

Approved by:	portmgr (marcus)
2003-09-16 05:43:52 +00:00
Norikatsu Shigemura
69c58a344a Update to 0.28 (based on SQLite 2.8.6). 2003-08-28 11:23:31 +00:00
Norikatsu Shigemura
7f5d89afe0 Update to 0.25 (based on SQLite 2.8.0). 2003-03-23 07:15:07 +00:00
Norikatsu Shigemura
f859a1e809 De-pkg-comment. 2003-02-22 16:16:12 +00:00
Norikatsu Shigemura
c32a782fea Update to 0.24 (based on SQLite 2.7.6). 2003-02-05 09:44:43 +00:00
Norikatsu Shigemura
f819227e82 Update to 0.22(based on SQLite 2.7.4). pkg-descr minor fix with WWW:. 2003-01-01 21:50:11 +00:00
Norikatsu Shigemura
07b4ed2bbe Update to 0.21 (based on SQLite 2.7.2) 2002-10-31 09:06:50 +00:00
Norikatsu Shigemura
b76bc05aa9 Update to 0.19 (based on SQLite 2.6.3)
Approved by:	knu (mentor)
2002-08-14 16:32:58 +00:00
Norikatsu Shigemura
956ac63471 Update to 0.18 (based on SQLite 2.5.6)
Approved by:	knu (mentor)
2002-08-06 07:14:37 +00:00
Norikatsu Shigemura
bd531a7300 Update to 0.16 (based on SQLite 2.5.0)
Reviewed by:	knu (mentor)
Approved by:	knu (mentor)
2002-07-02 08:40:55 +00:00
Norikatsu Shigemura
d532e60f85 Reviewed by: knu (mentor)
Import of a perl5 module for accessing SQLite2 databases through the DBI
2002-04-06 20:37:22 +00:00