diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2019-10-06 19:08:14 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2019-10-06 19:08:14 +0000 |
commit | c937a4ccc9f8c084344ae2b95fda9e50dfe7ab03 (patch) | |
tree | d1f15965fd21b7db5e3b21c1d8dc8442e6e2f50e /mail/mime4j | |
parent | bbc7901e66f498ae60a9b87b783813dc5fb0edf2 (diff) | |
download | ports-c937a4ccc9f8c084344ae2b95fda9e50dfe7ab03.tar.gz ports-c937a4ccc9f8c084344ae2b95fda9e50dfe7ab03.zip |
Notes
Diffstat (limited to 'mail/mime4j')
-rw-r--r-- | mail/mime4j/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mime4j/Makefile b/mail/mime4j/Makefile index c8e078208d44..b2dde935dcd6 100644 --- a/mail/mime4j/Makefile +++ b/mail/mime4j/Makefile @@ -3,6 +3,7 @@ PORTNAME= mime4j PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= mail java MASTER_SITES= APACHE/james/${PORTNAME} DISTNAME= apache-${PORTNAME}-${PORTVERSION}-bin @@ -12,7 +13,7 @@ COMMENT= Java parser for e-mail message streams LICENSE= APACHE20 -RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging +RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging OPTIONS_DEFINE= DOCS |