summaryrefslogtreecommitdiff
path: root/net/apache-commons-net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/apache-commons-net: Update to 3.8.0Neel Chauhan2021-02-202-4/+4
|
* Set MAINTAINER of my ports to my FreeBSD handle (nc@).Neel Chauhan2021-01-051-1/+1
| | | | | | Reviewed by: 0mp (mentor) Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D27966
* net/apache-commons-net: update 3.7.1 -> 3.7.2, submitter becomes maintainerKurt Jaeger2021-01-022-5/+5
| | | | | | PR: 251749 Submitted by: Neel Chauhan <neel@neelc.org> Relnotes: https://mirror.synyx.de/apache//commons/net/RELEASE-NOTES.txt
* net/apache-commons-net: update 3.6 -> 3.7.1Kurt Jaeger2020-10-043-7/+9
| | | | Relnotes: https://gitbox.apache.org/repos/asf?p=commons-net.git;a=blob;f=RELEASE-NOTES.txt;h=0923e7443fe70abcc97887154abc130fa1070649;hb=refs/heads/release
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-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-063-0/+65
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