aboutsummaryrefslogtreecommitdiff
path: root/net/jakarta-commons-net
Commit message (Collapse)AuthorAgeFilesLines
* 1: Update to 3.6.Vanilla I. Shu2017-02-202-4/+10
| | | | | | | | 2: set NO_ARCH 3: add LICENSE/LICENSE_FILE Notes: svn path=/head/; revision=434436
* Update to 3.5.Vanilla I. Shu2016-06-132-3/+4
| | | | Notes: svn path=/head/; revision=416842
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Upgrade to 3.4, switch to binary package.Vanilla I. Shu2015-12-094-70/+16
| | | | Notes: svn path=/head/; revision=403362
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-2/+1
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-2/+6
| | | | Notes: svn path=/head/; revision=360664
* Stagify.Vanilla I. Shu2014-06-061-6/+5
| | | | Notes: svn path=/head/; revision=356745
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - 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