aboutsummaryrefslogtreecommitdiff
path: root/databases/c3p0
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | | | | java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342 Notes: svn path=/head/; revision=518482
* - Add NO_ARCHDmitry Marakasov2019-07-192-1/+4
| | | | | | | | | | - Switch to options helpers - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=506917
* Update databases/c3p0 to version 0.9.5.3.Jimmy Olgeni2019-02-092-4/+4
| | | | Notes: svn path=/head/; revision=492503
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Update databases/c3p0 to version 0.9.5.2.Jimmy Olgeni2016-08-152-3/+4
| | | | Notes: svn path=/head/; revision=420254
* Upgrade to version 0.9.5.1.Jimmy Olgeni2015-06-214-15/+13
| | | | | | | | | | - Add LICENSE - Remove unnecessary OPTIONS_DEFINE - Fix portlint warnings - Use actual home page in WWW tag Notes: svn path=/head/; revision=390188
* Upgrade to version 0.9.5.Jimmy Olgeni2015-01-043-5/+29
| | | | Notes: svn path=/head/; revision=376192
* Cleanup plistBaptiste Daroussin2014-10-201-28/+0
| | | | Notes: svn path=/head/; revision=371255
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.Adam Weinberger2014-07-151-0/+2
| | | | | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example. Notes: svn path=/head/; revision=362014
* - Add staging support.Jimmy Olgeni2013-11-081-9/+6
| | | | | | | | - Do not mute install commands. - Fix COMMENT. Notes: svn path=/head/; revision=333236
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Upgrade to version 0.9.2.Jimmy Olgeni2013-02-093-7/+180
| | | | Notes: svn path=/head/; revision=311987
* Convert Makefile headers to the new format in my ports (round #2).Jimmy Olgeni2013-01-261-1/+0
| | | | Notes: svn path=/head/; revision=311019
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Add c3p0, a Java library for augmenting traditional (DriverManager-based)Jimmy Olgeni2010-09-234-0/+86
JDBC drivers with JNDI-bindable DataSources, including DataSources that implement Connection and Statement Pooling. Notes: svn path=/head/; revision=261701