From 96299dfa8809cf6c92841871bbff1e47157a5126 Mon Sep 17 00:00:00 2001
From: Gary Jennejohn <gj@FreeBSD.org>
Date: Sun, 13 Jan 2002 19:09:49 +0000
Subject: Update to patch level u and bump PORTVERSION.

Fix Makefile so that portlint doesn't complain.

Add a WITH_ALL variable to make it easier to install the port with all
options set.
---
 editors/vile/Makefile | 16 +++++++++++-----
 editors/vile/distinfo |  1 +
 2 files changed, 12 insertions(+), 5 deletions(-)

(limited to 'editors/vile')

diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index f42720a14968..59daa7facab8 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -6,11 +6,13 @@
 #
 
 PORTNAME=	vile
-PORTVERSION=	9.2t
-DISTNAME=	vile-9.2
+PORTVERSION=	9.2u
 CATEGORIES=	editors
 MASTER_SITES=   ftp://ftp.phred.org/pub/vile/ \
 		ftp://dickey.his.com/vile/
+DISTNAME=	vile-9.2
+EXTRACT_SUFX=	.tgz
+
 PATCH_SITES=	${MASTER_SITES:S,vile/,vile/patches/,g}
 PATCHFILES=	vile-9.2a.patch.gz \
 		vile-9.2b.patch.gz \
@@ -31,9 +33,8 @@ PATCHFILES=	vile-9.2a.patch.gz \
 		vile-9.2q.patch.gz \
 		vile-9.2r.patch.gz \
 		vile-9.2s.patch.gz \
-		vile-9.2t.patch.gz
-
-EXTRACT_SUFX=	.tgz
+		vile-9.2t.patch.gz \
+		vile-9.2u.patch.gz
 
 MAINTAINER=	gj@freebsd.org
 
@@ -41,6 +42,11 @@ MAKEFILE=	makefile
 GNU_CONFIGURE=	yes
 MAN1=		vile.1
 
+.if defined(WITH_ALL)
+WITH_FILTERS=1
+WITH_PERL=1
+.endif
+
 .if defined(WITH_PERL)
 CONFIGURE_ARGS=	--with-perl
 PLIST=		${PKGDIR}/pkg-plist.perl
diff --git a/editors/vile/distinfo b/editors/vile/distinfo
index 331acddfef68..96c41d9fd697 100644
--- a/editors/vile/distinfo
+++ b/editors/vile/distinfo
@@ -19,3 +19,4 @@ MD5 (vile-9.2q.patch.gz) = 3ee949b6f9a5f31300bfadc302e0441b
 MD5 (vile-9.2r.patch.gz) = 6f93c76f805a23155d2c762a8b4ff69c
 MD5 (vile-9.2s.patch.gz) = e7b4be525102d95c470a70a186bca1a9
 MD5 (vile-9.2t.patch.gz) = 96c04bd12ca5d06bf99db03591d6ecbc
+MD5 (vile-9.2u.patch.gz) = bd9ea8bcae5c79e2bc868204a817c311
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0