diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-01-08 15:47:40 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-01-08 15:47:40 +0000 |
commit | 8737092e8b4c59a9846c2569876f6566e4cd6cf2 (patch) | |
tree | d10e784df1924c8814b55fd0479159a05002a2ea /mail/mutt/Makefile | |
parent | 9d5f89db05a170164a3032b445b6ad73c7557abe (diff) | |
download | ports-8737092e8b4c59a9846c2569876f6566e4cd6cf2.tar.gz ports-8737092e8b4c59a9846c2569876f6566e4cd6cf2.zip |
Notes
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index f7a9262cdffc..025dd176db9c 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= mutt -DISTVERSION= 1.11.1 -PORTREVISION= 2 +DISTVERSION= 1.11.2 +PORTREVISION= 0 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ @@ -187,8 +187,8 @@ DOCS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-doc-ref .include <bsd.port.options.mk> # un/comment as each VERSION is created for PORTVERSION -#VVV_PATCH_VERSION= 1.11.1 -#GREETING_PATCH_VERSION= 1.11.1 +VVV_PATCH_VERSION= 1.11.1 +GREETING_PATCH_VERSION= 1.11.1 .if !defined(VVV_PATCH_VERSION) VVV_PATCH_VERSION= ${PORTVERSION} |