summaryrefslogtreecommitdiff
path: root/java/trove4j/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-5/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* 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
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-2/+1
| | | | | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav) Notes: svn path=/head/; revision=240715
* 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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to 1.1b5Herve Quiroz2006-01-051-1/+1
| | | | Notes: svn path=/head/; revision=152807
* - Update to 1.1b4Herve Quiroz2005-06-171-5/+3
| | | | | | | | | - Don't try to mkdir ${JAVAJARDIR} as it has been part of mtree for more than 3 years now - Use FIND | INSTALL_DATA to install documentation Notes: svn path=/head/; revision=137631
* - Remove unneeded JAVA_RUN statementHerve Quiroz2004-11-031-10/+6
| | | | | | | | | | - Remove redundant port name in COMMENT - Use CPIO to make docs install stage more simple - Use %%JAVAJARDIR%% - Use INSTALL_DATA for JAR file Notes: svn path=/head/; revision=120680
* Use my FreeBSD address in MAINTAINERHerve Quiroz2004-10-231-1/+1
| | | | Notes: svn path=/head/; revision=119982
* . Update to 1.1b3Greg Lewis2004-04-091-27/+19
| | | | | | | | | | | | . Use PLIST_FILES and get rid of pkg-plist. . Switch MASTER_SITES to MASTER_SITE_SOURCEFORGE_EXTENDED . Cleaned up the Makefile. PR: 65298 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer) Notes: svn path=/head/; revision=106590
* . Convert to the newer bsd.java.mk syntax.Greg Lewis2004-04-061-1/+3
| | | | | | | Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer) Notes: svn path=/head/; revision=106293
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* . Simplify the packing list by using PORTDOCS.Greg Lewis2003-12-081-5/+7
| | | | | | | | | | | . Add support for %%JAVAJARDIR%% in pkg-plist. . Don't define INSTALL_JAR as INSTALL_DATA, just use INSTALL_DATA. PR: 59039 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=95430
* Update to version 1.0.2 of Trove4j.Ernst de Haan2003-05-081-5/+4
| | | | | | | | | The port now uses the JAVAJARDIR variable defined in bsd.java.mk. Submitted by: maintainer Notes: svn path=/head/; revision=80430
* New port: trove4j.Ernst de Haan2003-03-271-0/+48
PR: 45287 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=77533