diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-23 10:18:33 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-23 10:18:33 +0000 |
commit | 06e0fb696d4daf271b90486c5c0aed25d2ac37c5 (patch) | |
tree | fe370862684b37dcbe9f0d7484f24440e870d109 /mail/mutt-devel/Makefile | |
parent | Allow package builds and correct the plist. (diff) |
Upgrade to 1.3.21 (from maintainer)
Add news to CATEGORIES if MUTT_WITH_NNTP defined
PR: 29952
Submitted by: Udo Schweigert <ust@cert.siemens.de>
Notes
Notes:
svn path=/head/; revision=46697
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r-- | mail/mutt-devel/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index a0aa93561a98..aa53d2cc9571 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -7,9 +7,11 @@ # PORTNAME= mutt-devel -PORTVERSION= 1.3.20 -PORTREVISION= 2 +PORTVERSION= 1.3.21 CATEGORIES+= mail +.if defined(WITH_MUTT_NNTP) +CATEGORIES+= news +.endif MASTER_SITES= ftp://ftp.demon.co.uk/pub/mirrors/mutt/devel/ \ ftp://ftp.parodius.com/pub/mutt/devel/ DISTNAME= mutt-${PORTVERSION}i @@ -38,6 +40,7 @@ PATCH_SITES+= http://www.mutt.org.ua/download/mutt-${PATCH_VERSION}/ \ ftp://ftp2.mutt.org.ua/pub/mutt/mutt-${PATCH_VERSION}/ .endif +PATCH_VERSION= 1.3.20 .if !defined(PATCH_VERSION) PATCH_VERSION= ${PORTVERSION} .endif |