non port: java/jakarta-commons-logging/Makefile |
Number of commits found: 25 |
Wednesday, 2 Nov 2016
|
09:05 makc
Take maintainership of math/scilab dependencies
 |
Thursday, 20 Oct 2016
|
15:58 rakuco
Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far.
 |
Friday, 17 Jul 2015
|
15:31 makc
java/jakarta-commons-logging:
- Update to 1.2
- Clean up install target
 |
Monday, 11 May 2015
|
18:34 mat
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
 |
Thursday, 1 May 2014
|
16:49 makc
Grab unmaintained dependencies for math/scilab
 |
Wednesday, 5 Mar 2014
|
20:26 pawel
- Update to version 1.1.3
- Add LICENSE
- Support staging
PR: ports/186424
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
 |
Sunday, 2 Mar 2014
|
05:22 tabthorpe
- Reassign ports to the heap
- Thank you hq@ for your years of service!
 |
Friday, 20 Sep 2013
|
19:48 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
 |
Monday, 10 Dec 2012
|
13:18 bapt
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2)
 |
Thursday, 21 Jul 2011
|
05:03 linimon
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
 |
Sunday, 8 Mar 2009
|
22:05 hq
Update to 1.1.1
Reported by: portscout
 |
Friday, 6 Jun 2008
|
13:38 edwin
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)
 |
Wednesday, 27 Feb 2008
|
15:10 ehaupt
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)
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Tuesday, 16 May 2006
|
15:43 hq
- Update to 1.1
- Do not build the port since it requires Maven to build documentation
- No longer install commons-logging-api.jar
- Disable OPTIONS: the full package is installed
 |
Monday, 23 May 2005
|
14:18 hq
- Install commons-logging-api.jar
- Add 'devel' category to calm portlint
Submitted by: thierry
 |
Friday, 3 Dec 2004
|
01:01 hq
Reset znerd's ports maintainership:
- 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)
 |
Monday, 29 Nov 2004
|
02:46 hq
Project is now under the Apache 2.0 license, which is included in the
distribution.
 |
Sunday, 28 Nov 2004
|
13:32 hq
- Update to 1.0.4
- Use %%JAVAJARDIR%%
- Use USE_ANT
- Chase recent Log4J port rename
- Use INSTALL_DATA rather than CP
- Use ECHO_MSG rather than ECHO_CMD
- Use JAVALIBDIR in place of JAVAJARDIR where appropriate
- Various cosmetic improvements
 |
Thursday, 15 Apr 2004
|
20:58 znerd
- Now using PORTDOCS macro for automated PLIST build (should fix the deinstall
issue)
- Now using OPTIONS macro for dependency setting:
- WITH_LOG4J: Enable Jakarta Log4j log factory (default: on)
- WITH_LOGKIT: Enable Avalon LogKit log factory (default: off)
- WITH_JDK14LOG: Enable JDK 1.4 log factory (default: off)
- Changed Ant target 'dist' to 'compile' (to produce only JAR when NOPORTDOCS
is set)
- Now using Ant target 'javadoc' (see above)
- Fixed an issue with shared JARs not in classpath (by setting
ANT_INCLUDE_SHARED_JARS=YES)
- Now bsd.java.mk 2.0 compliant
- Fixed a bug with ant targets (adding rather than overwriting)
- Use JAVAJARDIR everywhere
- Fixed the ugly '*' in PORTDOCS
- ECHO -> ECHO_CMD
- Fixed indentation (previously 4 spaces)
- Use MASTER_SITE_APACHE_JAKARTA
- Removed the WRKSRC override stuff (it's the default value anyway)
PR: 63928
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
 |
Wednesday, 23 Jul 2003
|
14:30 znerd
Port devel/jakarta-ant was renamed to devel/apache-ant.
Reported by: kris
Pointy hat to: me
 |
Thursday, 8 May 2003
|
09:01 znerd
Name of JAR file for dependency Log4J changed. Fixed dendency.
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
PR: 51788
 |
Monday, 7 Apr 2003
|
11:39 znerd
Upgrade to 1.0.3. Fixed comment.
 |
Friday, 7 Mar 2003
|
06:04 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Thursday, 14 Nov 2002
|
10:55 znerd
New port: Jakarta Commons Logging library.
See:
http://jakarta.apache.org/commons/logging.html
 |
Number of commits found: 25 |