aboutsummaryrefslogtreecommitdiff
path: root/net/jakarta-commons-net
Commit message (Collapse)AuthorAgeFilesLines
* - Drop. I don't use java anymore.Sergey Matveychuk2013-02-211-1/+1
| | | | Notes: svn path=/head/; revision=312723
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part3) Notes: svn path=/head/; revision=308605
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Apache Commons project are no longer hosted under MASTER_SITES_APACHEEmanuel Haupt2008-02-271-2/+2
| | | | | | | | | | | | | jakarta/commons subdirectory, they have been moved one directory up. Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly. PR: 121041 Submitted by: Marcin Cieslak <saper@system.pl> Approved by: portmgr (linimon) Notes: svn path=/head/; revision=208004
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add a work around for build clusterSergey Matveychuk2006-11-112-1/+16
| | | | | | | Reported by: kris mail Notes: svn path=/head/; revision=177056
* - Real fix build now - pass library path to ant.Sergey Matveychuk2006-10-241-1/+1
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=175519
* - Fix build, unbreak.Sergey Matveychuk2006-10-211-5/+3
| | | | | | | | | PR: ports/104615 Submitted by: Kay Abendroth <kay.abendroth@raxion.net> Approved by: portmgr (linimon) Notes: svn path=/head/; revision=175475
* BROKEN: Does not compileKris Kennaway2006-10-151-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=175335
* - The first depends was correct. The last change was not.Sergey Matveychuk2006-10-061-3/+2
| | | | | | | Reported by: kris mail Notes: svn path=/head/; revision=174634
* - Correct depends.Sergey Matveychuk2006-10-011-3/+6
| | | | | | | | - Reset locale to C to prevent tests failures. - Bump PORTREVISION. Notes: svn path=/head/; revision=174230
* Jakarta Commons Net implements the client side of many basic InternetSergey Matveychuk2006-09-304-0/+97
protocols. The purpose of the library is to provide fundamental protocol access. WWW: http://jakarta.apache.org/commons/net/ Notes: svn path=/head/; revision=174205