diff options
Diffstat (limited to 'editors/xvile/Makefile')
-rw-r--r-- | editors/xvile/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index f863ba0ba9ae..567e15b40657 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xvile -PORTVERSION= 9.2p +PORTVERSION= 9.2r CATEGORIES= editors MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \ ftp://dickey.his.com/vile/ @@ -29,7 +29,9 @@ PATCHFILES= vile-9.2a.patch.gz \ vile-9.2m.patch.gz \ vile-9.2n.patch.gz \ vile-9.2o.patch.gz \ - vile-9.2p.patch.gz + vile-9.2p.patch.gz \ + vile-9.2q.patch.gz \ + vile-9.2r.patch.gz MAINTAINER= gj@freebsd.org |