diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2007-06-05 08:40:56 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2007-06-05 08:40:56 +0000 |
commit | a399f72f2073c1899f3b9f863f63eafe76f13339 (patch) | |
tree | 5b842f095d221421af7d97196d9eece1324f3306 /editors/vile | |
parent | fb6c3aabb039691645ad083e066828d202eee12b (diff) | |
download | ports-a399f72f2073c1899f3b9f863f63eafe76f13339.tar.gz ports-a399f72f2073c1899f3b9f863f63eafe76f13339.zip |
Notes
Diffstat (limited to 'editors/vile')
-rw-r--r-- | editors/vile/Makefile | 5 | ||||
-rw-r--r-- | editors/vile/distinfo | 3 | ||||
-rw-r--r-- | editors/vile/files/patch-configure | 10 | ||||
-rw-r--r-- | editors/vile/files/patch-configure.in | 10 |
4 files changed, 6 insertions, 22 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 0375ba8b23ca..e08a324e4b39 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vile -PORTVERSION= 9.5q +PORTVERSION= 9.5r CATEGORIES= editors MASTER_SITES= ftp://dickey.his.com/vile/ \ ftp://invisible-island.net/vile/ \ @@ -31,7 +31,8 @@ PATCHFILES= vile-9.5a.patch.gz \ vile-9.5n.patch.gz \ vile-9.5o.patch.gz \ vile-9.5p.patch.gz \ - vile-9.5q.patch.gz + vile-9.5q.patch.gz \ + vile-9.5r.patch.gz MAINTAINER= gj@FreeBSD.org COMMENT= VI Like Emacs. a vi "workalike", with many additional features diff --git a/editors/vile/distinfo b/editors/vile/distinfo index 78eb092d007f..9a4b4e76cda0 100644 --- a/editors/vile/distinfo +++ b/editors/vile/distinfo @@ -52,3 +52,6 @@ SIZE (vile-9.5p.patch.gz) = 10993 MD5 (vile-9.5q.patch.gz) = 901827470a6b81a86b52877a4b6de4c1 SHA256 (vile-9.5q.patch.gz) = d05f28c92a1d872f7838c107c6ed1f7675cc9eafc652e9d4e454fb06e16f855f SIZE (vile-9.5q.patch.gz) = 107182 +MD5 (vile-9.5r.patch.gz) = 0869bea3e588ac2fbf21f5129e10c7eb +SHA256 (vile-9.5r.patch.gz) = 10b281c0a44d05c256c795dd6dcab251d9b366ba804852b487337bbbbc7a623e +SIZE (vile-9.5r.patch.gz) = 61798 diff --git a/editors/vile/files/patch-configure b/editors/vile/files/patch-configure deleted file mode 100644 index bcff30304460..000000000000 --- a/editors/vile/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Tue May 29 13:09:09 2007 -+++ configure Tue May 29 13:09:23 2007 -@@ -4930,7 +4930,6 @@ - memory.h \ - poll.h \ - pwd.h \ --search.h \ - select.h \ - setjmp.h \ - sgtty.h \ diff --git a/editors/vile/files/patch-configure.in b/editors/vile/files/patch-configure.in deleted file mode 100644 index 6a9dcbdbee10..000000000000 --- a/editors/vile/files/patch-configure.in +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.in.orig Tue May 29 13:09:51 2007 -+++ configure.in Tue May 29 13:09:57 2007 -@@ -335,7 +335,6 @@ - memory.h \ - poll.h \ - pwd.h \ --search.h \ - select.h \ - setjmp.h \ - sgtty.h \ |