diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2021-01-02 11:38:33 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2021-01-02 11:38:33 +0000 |
commit | 57cec8943aeac62828fda9b999dd7a5ef740b7cf (patch) | |
tree | 495368d2efae7235d04333e8275d140ad8a3a66f /net/apache-commons-net/Makefile | |
parent | ed8d7adc88721f346c18f12031e1b3315c17abf1 (diff) | |
download | ports-57cec8943aeac62828fda9b999dd7a5ef740b7cf.tar.gz ports-57cec8943aeac62828fda9b999dd7a5ef740b7cf.zip |
Notes
Diffstat (limited to 'net/apache-commons-net/Makefile')
-rw-r--r-- | net/apache-commons-net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/apache-commons-net/Makefile b/net/apache-commons-net/Makefile index 990adf6cc658..e3b4f9ebf326 100644 --- a/net/apache-commons-net/Makefile +++ b/net/apache-commons-net/Makefile @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= commons-net -PORTVERSION= 3.7.1 +PORTVERSION= 3.7.2 CATEGORIES= net java MASTER_SITES= APACHE_COMMONS_BINARIES PKGNAMEPREFIX= apache- DISTNAME= ${PORTNAME}-${PORTVERSION}-bin -MAINTAINER= ports@FreeBSD.org +MAINTAINER= neel@neelc.org COMMENT= Collection of network protocol implementations for Java LICENSE= APACHE20 |