diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-10-04 22:04:32 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-10-04 22:04:32 +0000 |
commit | f9596ff4390e496eb0506afccfaafa17d139d867 (patch) | |
tree | c8e4f6d58be0cee641ecafbb532c3e0487560917 /mail/davmail/Makefile | |
parent | fae71b84fbe0b19607ef6f9b9fc6fbbb69aa791d (diff) | |
download | ports-f9596ff4390e496eb0506afccfaafa17d139d867.tar.gz ports-f9596ff4390e496eb0506afccfaafa17d139d867.zip |
Notes
Diffstat (limited to 'mail/davmail/Makefile')
-rw-r--r-- | mail/davmail/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/davmail/Makefile b/mail/davmail/Makefile index 7c3e9a3bc9e2..be713678d7a5 100644 --- a/mail/davmail/Makefile +++ b/mail/davmail/Makefile @@ -1,12 +1,9 @@ -# New ports collection Makefile for: davmail -# Date created: 28 Oct 2010 -# Whom: John Prather +# Created by: John Prather # # $FreeBSD$ -# PORTNAME= davmail -PORTVERSION= 3.9.9 +PORTVERSION= 4.1.0 CATEGORIES= mail java MASTER_SITES= SF/davmail/davmail/${PORTVERSION} DISTNAME= ${PORTNAME}-src-${PORTVERSION}-${REVISION} @@ -23,7 +20,7 @@ USE_ANT= yes USE_JAVA= yes JAVA_VERSION= 1.6+ ALL_TARGET= release -REVISION= 1976 +REVISION= 2042 # port build number, same as on DISTNAME MAKE_ARGS= -Drevision=${REVISION} |