Commit graph

25 commits

Author SHA1 Message Date
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
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
2015-05-11 18:34:57 +00:00
Alex Dupre
2a9230859c Stagify. 2014-05-12 15:51:52 +00:00
Baptiste Daroussin
c2c2a2b86b Add NO_STAGE all over the place in preparation for the staging support (cat: java) 2013-09-20 19:48:32 +00:00
Baptiste Daroussin
7c354b1913 Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
2012-12-10 13:18:28 +00:00
Alex Dupre
a184030e95 Update to 1.6 release. 2012-01-10 12:18:56 +00:00
Alex Dupre
8aa03a4f0b Update to 1.5.7 release. 2011-12-23 09:36:30 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Mark Linimon
06e6677793 Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
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
2011-07-21 05:03:02 +00:00
Alex Dupre
cf12b986a0 Update to 1.5.6 release. 2011-04-11 18:31:42 +00:00
Alex Dupre
9bdf4fb5d6 Update to 1.5.5 release.
Take maintainership.

Approved by:	maintainer (by email)
2010-11-11 15:38:05 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Emanuel Haupt
9db5ee5c2b Apache Commons project are no longer hosted under MASTER_SITES_APACHE
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)
2008-02-27 15:10:54 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Stefan Walter
861b0223c9 Update to 1.3.
PR:		97540
Submitted by:	Tian-Jian Jiang <tmjiang@iis.sinica.edu.tw>
Patch by:	stefan
Approved by:	maintainer timeout (18 days)
2006-06-08 16:51:59 +00:00
Stefan Walter
3fd868b466 Solve JDK 1.5 incompatibility.
PR:		96922
Submitted by:	Anton Yudin <toha@toha.org.ua> (maintainer)
Approved by:	arved (mentor)
2006-05-21 13:27:53 +00:00
Kris Kennaway
1a654e27e5 BROKEN: Does not compile 2006-04-22 22:25:04 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Herve Quiroz
5e4de9c874 - Update to bsd.java.mk 2.0 [1]
- Use USE_ANT
- Remove unneeded PLIST_SUB entries
- Dynamic packing list
- Use JAVALIBDIR in BUILD_DEPENDS
- Use INSTALL_DATA to install documentation and JAR files
- Use ECHO_MSG rather than ECHO
- Use MASTER_SITE_APACHE_JAKARTA
- Remove DIST_SUBDIR
- Add 'devel' category

PR:		76036
Submitted by:	maintainer [1]
Approved by:	maintainer
2005-01-18 09:09:42 +00:00
Greg Lewis
28579f758e . Update to 1.2 [1]
. Don't define local copies of JAVASHAREDIR and JAVAJARDIR.
. Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk supports it.

PR:		69525 [1]
Submitted by:	Anton Yudin <toha@toha.org.ua> (maintainer) [1]
2004-07-26 05:37:19 +00:00
Clement Laforet
3eb0bd5e34 SIZEify.
PR:             64562
Submitted by:   Anton Yudin <toha@toha.org.ua> (maintainer)
2004-03-22 12:07:27 +00:00
Greg Lewis
8837524ab6 . Unbreak the build after the recent changes to ant. I've done it slightly
differently than the PR, using the ANT_INCLUDE_SHARED_JARS variable.

PR:		61711
Submitted by:	Anton Yudin <toha@toha.org.ua> (maintainer)
2004-01-23 06:26:08 +00:00
Greg Lewis
fe28c4529a . Simplify the packing list [1]
. Add missing BUILD_DEPENDS entry.

PR:		59179 [1]
Submitted by:	Anton Yudin <toha@toha.org.ua> (maintainer) [1]
2003-11-20 23:21:26 +00:00
Sergey A. Osokin
0308040a12 Update commons-[dbcp|pool] to 1.1.
Utilize DOCSDIR and PORTDOCS macros.

Submitted by:	Anton Yudin <toha@toha.org.ua> (maintainer)
PR:		59050
2003-11-11 11:55:59 +00:00
Sergey A. Osokin
d2534ef045 Add slash to WWW tag.
Also remove pair new-lines for portlint(1) happy.

Submitted by:	Anton Yudin <toha@toha.org.ua> (maintainer)
2003-10-08 09:51:45 +00:00
Ernst de Haan
1cbf754707 New port: Jakarta Commons Pool.
PR:		57573
Submitted by:	Anton Yudin <toha@toha.org.ua>
2003-10-06 08:27:58 +00:00