summaryrefslogtreecommitdiff
path: root/devel/log4j (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed MASTER_SITE_SUBDIR (binary and source releases are the same so this isHerve Quiroz2004-09-013-32/+21
| | | | | | | | | | | | | | not really a fix) - Now bsd.java.mk 2.0 compliant - Cosmetic changes: ECHO_CMD -> ECHO_MSG and removed unnecessary variables - Use CPIO rather than MKDIR/INSTALL_MAN/INSTALL_DATA - Removed JAR file for pkg-plist - Added 'devel' category - Removed unnecessary 'post-install' target - Updated homepage in pkg-descr - Use my FreeBSD address for maintainership purposes Approved by: glewis (mentor)
* . Use MASTER_SITE_APACHE_JAKARTA, which should greatly improve theGreg Lewis2004-04-031-1/+2
| | | | | | fetchability of this port. Approved by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
|
* . Simplify the documentation handling using PORTDOCS. This also meansGreg Lewis2003-12-092-498/+68
| | | | | | | | the documentation is now handled correctly in pkg-plist. . Use EXAMPLESDIR and JAVAJARDIR in Makefile and pkg-plist. PR: 59022 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
* Removed the DIST_SUBDIR statement.Ernst de Haan2003-09-082-2/+1
| | | | | | | | | | | | | | | | | Explanation from maintainer: "Log4j has been the first port from the Jakarta series and back then I thought it would be useful to put all distfiles from the Jakarta project in the same subdirectory. Now I don't think it is such a good idea. Furthermore, the ports of other Jakarta projects do not use this scheme. So here is a patch to fix it. I didn't bump the PORT_REVISION as there is no point in updating the port if already installed." PR: 56490 Submitted by: maintainer
* Update to 1.2.8.Ernst de Haan2003-05-013-5/+7
| | | | | | | Destination JAR file now without the version number. Submitted by: maintainer PR: 51637
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* Fixed do-install.Ernst de Haan2002-12-041-1/+1
| | | | Submitted by: bento, MAINTAINER
* Not including version number in JAR file name.Ernst de Haan2002-11-141-1/+2
| | | | Bumped PORTREVISION.
* New port: Jakarta Log4J, version 1.2.7.Ernst de Haan2002-10-115-0/+548
See: http://jakarta.apache.org/log4j/ Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> PR: 42449