diff options
author | gj <gj@FreeBSD.org> | 2001-12-19 03:40:35 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2001-12-19 03:40:35 +0800 |
commit | dd7e903fd18ab1a07d706b5d47159d695698c5bf (patch) | |
tree | 74d943cba79ec4d5d951fe307d3668d40fefaa6b /editors/xvile | |
parent | 9a4f610e83a90dfce5a6f8d7f2dc724d31b00f96 (diff) | |
download | freebsd-ports-gnome-dd7e903fd18ab1a07d706b5d47159d695698c5bf.tar.gz freebsd-ports-gnome-dd7e903fd18ab1a07d706b5d47159d695698c5bf.tar.zst freebsd-ports-gnome-dd7e903fd18ab1a07d706b5d47159d695698c5bf.zip |
Update to patch level r.
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 6 | ||||
-rw-r--r-- | editors/xvile/distinfo | 2 | ||||
-rw-r--r-- | editors/xvile/pkg-plist.perl | 2 | ||||
-rw-r--r-- | editors/xvile/pkg-plist.perl+filt | 2 |
4 files changed, 10 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 diff --git a/editors/xvile/distinfo b/editors/xvile/distinfo index 95f6e0a1372c..d36a12c12294 100644 --- a/editors/xvile/distinfo +++ b/editors/xvile/distinfo @@ -15,3 +15,5 @@ MD5 (vile-9.2m.patch.gz) = 2d894ab312220a374d92b8a85052d5a0 MD5 (vile-9.2n.patch.gz) = 0a72aff7483f97cff95b68557946f4d0 MD5 (vile-9.2o.patch.gz) = 9a5709ffe2fe0f246e9cbcf9f2fd4870 MD5 (vile-9.2p.patch.gz) = c7ffc3c104e00c559eb546487b61a2a7 +MD5 (vile-9.2q.patch.gz) = 3ee949b6f9a5f31300bfadc302e0441b +MD5 (vile-9.2r.patch.gz) = 6f93c76f805a23155d2c762a8b4ff69c diff --git a/editors/xvile/pkg-plist.perl b/editors/xvile/pkg-plist.perl index 20b73f541436..b7de650a7647 100644 --- a/editors/xvile/pkg-plist.perl +++ b/editors/xvile/pkg-plist.perl @@ -69,7 +69,9 @@ share/doc/xvile/vile-perl-api.doc share/xvile/vile/perl/Vile/Exporter.pm share/xvile/vile/perl/Vile/Manual.pm share/xvile/vile/perl/Breadcrumbs.pm +share/xvile/vile/perl/CaptHook.pm share/xvile/vile/perl/Glob2re.pm +share/xvile/vile/perl/Help.pm share/xvile/vile/perl/Vile.pm share/xvile/vile/perl/Vileserv.pm share/xvile/vile/perl/Visit.pm diff --git a/editors/xvile/pkg-plist.perl+filt b/editors/xvile/pkg-plist.perl+filt index b89054cdbe25..452f53cb1a03 100644 --- a/editors/xvile/pkg-plist.perl+filt +++ b/editors/xvile/pkg-plist.perl+filt @@ -21,7 +21,9 @@ share/doc/xvile/vile-perl-api.doc share/xvile/vile/perl/Vile/Exporter.pm share/xvile/vile/perl/Vile/Manual.pm share/xvile/vile/perl/Breadcrumbs.pm +share/xvile/vile/perl/CaptHook.pm share/xvile/vile/perl/Glob2re.pm +share/xvile/vile/perl/Help.pm share/xvile/vile/perl/Vile.pm share/xvile/vile/perl/Vileserv.pm share/xvile/vile/perl/Visit.pm |