aboutsummaryrefslogtreecommitdiffstats
path: root/java/jakarta-commons-beanutils
Commit message (Collapse)AuthorAgeFilesLines
* Finish migration of java/jakarta-commons-beanutils to apache-commons-beanutils.Jimmy Olgeni2020-01-314-70/+0
| | | | | | | | | | - Update to version 1.9.4 - Pet portlint - Bump PORTREVISION for related dependencies PR: 243719 Submitted by: pfg Security: CESA-2020:0194
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-271-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
* rename most cases of jakarta- to apache-Pedro F. Giffuni2019-10-071-4/+5
| | | | | | | | | | | | The Apache Softare Foundation used to maintain an umbrella project named Jakarta but it was retired on 2011. This name now conflicts with the new name for Java EE under the Eclipse Foundation. Rename most of the packages to be more consistent. Some other packages remain but they will require intervention by their corresponding maintainers. Approved by: thierry (mentor), makc Differential Revision: https://reviews.freebsd.org/D21902
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-221-3/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Cleanup DIST* variables.Mathieu Arnold2015-05-121-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
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-0/+2
| | | | | Apologies in advance, I know java drives its short bus very, very slowly through qat. Building these 3 ports will probably wedge it for weeks.
* Upgrade to version 1.9.2.Jimmy Olgeni2014-06-063-12/+30
| | | | | | - Add LICENSE - Fix portlint warnings - Use PORT_OPTIONS
* Upgrade to version 1.9.1, with staging support.Jimmy Olgeni2014-01-272-13/+9
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | java)
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part2)
* 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
|
* Upgrade to version 1.8.3 and take maintainership from ports@.Jimmy Olgeni2010-10-022-5/+5
|
* Release maintainership (for real this time)Herve Quiroz2009-05-021-1/+1
|
* - Update to 1.8.0 [1]Herve Quiroz2009-03-154-52/+8
| | | | | | - Release maintainership Reported by: portscout [1]
* 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)
* 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)
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Remove USE_REINPLACE from categories starting with a JEdwin Groothuis2006-05-091-2/+0
|
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* Reset znerd's ports maintainership:Herve Quiroz2004-12-031-1/+1
| | | | | | | | | | - All JDK ports (and JDK documentation ports) that were formerly maintained by znerd have been assigned to java@FreeBSD.org - I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j and xmlenc) - Everything else is reset to ports@FreeBSD.org Approved by: znerd (maintainer)
* Add missing patch files from last commitHerve Quiroz2004-11-292-0/+26
|
* - Update to 1.7.0Herve Quiroz2004-11-295-188/+51
| | | | | | | | | | | | | - Dynamic plist - Use USE_ANT - remove files/LICENSE: the project is now under Apache 2.0 license (which is included in the distribution) - New feature: API documentation is now cross-linked with API documentation from dependency packages, such as commons-collections, if installed - Use MASTER_SITE_APACHE_JAKARTA - Use INSTALL_DATA rather than CP and ECHO_MSG rather than ECHO - Use JAVALIBDIR in place of JAVAJARDIR where appropriate - Fix URL is pkg-descr
* . Unbreak the build by setting ANT_INCLUDE_SHARED_JARS. Found duringGreg Lewis2004-04-211-1/+2
| | | | | | | | | | bsd.java.mk testing on bento. Done now to get this fixed for 4.10. PR: 65614 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Hopefully not objected to by: znerd
* Add size data, approved by maintainers.Trevor Johnson2004-03-191-0/+1
|
* Port devel/jakarta-ant was renamed to devel/apache-ant.Ernst de Haan2003-07-231-1/+1
| | | | | Reported by: kris Pointy hat to: me
* Upgrade to 1.6.1.Ernst de Haan2003-04-242-2/+2
|
* Upgrade to 1.6.Ernst de Haan2003-04-243-6/+83
|
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Improved output from do-install target.Ernst de Haan2002-11-141-3/+4
|
* New port: Jakarta Commons BeanUtils.Ernst de Haan2002-11-146-0/+137
See: http://jakarta.apache.org/commons/beanutils.html