summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/vile/Makefile7
-rw-r--r--editors/vile/distinfo9
-rw-r--r--editors/vile/pkg-plist1
-rw-r--r--editors/vile/pkg-plist.filt1
-rw-r--r--editors/vile/pkg-plist.perl1
-rw-r--r--editors/vile/pkg-plist.perl+filt1
-rw-r--r--editors/xvile/Makefile7
-rw-r--r--editors/xvile/distinfo9
-rw-r--r--editors/xvile/pkg-plist1
-rw-r--r--editors/xvile/pkg-plist.filt1
-rw-r--r--editors/xvile/pkg-plist.perl1
-rw-r--r--editors/xvile/pkg-plist.perl+filt1
12 files changed, 36 insertions, 4 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 327074aba570..185519fd8dc8 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= vile
-PORTVERSION= 9.7j
+PORTVERSION= 9.7m
CATEGORIES= editors
MASTER_SITES= ftp://dickey.his.com/vile/ \
ftp://invisible-island.net/vile/ \
@@ -24,7 +24,10 @@ PATCHFILES= vile-9.7a.patch.gz \
vile-9.7g.patch.gz \
vile-9.7h.patch.gz \
vile-9.7i.patch.gz \
- vile-9.7j.patch.gz
+ vile-9.7j.patch.gz \
+ vile-9.7k.patch.gz \
+ vile-9.7l.patch.gz \
+ vile-9.7m.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 f18121a8df58..f3b64736b429 100644
--- a/editors/vile/distinfo
+++ b/editors/vile/distinfo
@@ -31,3 +31,12 @@ SIZE (vile-9.7i.patch.gz) = 47601
MD5 (vile-9.7j.patch.gz) = a68160c3546de5f1ccbab7ba52402b9d
SHA256 (vile-9.7j.patch.gz) = a7c837c948ebdee57e3dc39beb9ebb2b63c404bf4505d6f00edeb48be93a0cf0
SIZE (vile-9.7j.patch.gz) = 6654
+MD5 (vile-9.7k.patch.gz) = 12619f989ad44be1acf0b59cc689f426
+SHA256 (vile-9.7k.patch.gz) = 787e6fcd916031731e6f95ac211872ed6a14842be90aef48f91af118d64fdf29
+SIZE (vile-9.7k.patch.gz) = 80980
+MD5 (vile-9.7l.patch.gz) = e498084995351e92316343db73b38162
+SHA256 (vile-9.7l.patch.gz) = 9eeccac6c870f0de93bd6aabeeab67698d669a2d3e6f7d2d4347d5fb6bb456fb
+SIZE (vile-9.7l.patch.gz) = 79150
+MD5 (vile-9.7m.patch.gz) = a4c23f2108ba58e3915cdd5ae74859c4
+SHA256 (vile-9.7m.patch.gz) = 2c5c0a5454e9cea3ce3b954c604bd2601d9f0c92ebecc431bf140d910ed540d6
+SIZE (vile-9.7m.patch.gz) = 28681
diff --git a/editors/vile/pkg-plist b/editors/vile/pkg-plist
index f840c022ea0b..6fe77313828a 100644
--- a/editors/vile/pkg-plist
+++ b/editors/vile/pkg-plist
@@ -57,6 +57,7 @@ lib/vile/vile-rpm-filt
lib/vile/vile-rtf-filt
lib/vile/vile-ruby-filt
lib/vile/vile-sccs-filt
+lib/vile/vile-scheme-filt
lib/vile/vile-sed-filt
lib/vile/vile-sh-filt
lib/vile/vile-sml-filt
diff --git a/editors/vile/pkg-plist.filt b/editors/vile/pkg-plist.filt
index 2c73507e483f..8d6039d33025 100644
--- a/editors/vile/pkg-plist.filt
+++ b/editors/vile/pkg-plist.filt
@@ -57,6 +57,7 @@ lib/vile/vile-rpm-filt.so
lib/vile/vile-rtf-filt.so
lib/vile/vile-ruby-filt.so
lib/vile/vile-sccs-filt.so
+lib/vile/vile-scheme-filt.so
lib/vile/vile-sed-filt.so
lib/vile/vile-sh-filt.so
lib/vile/vile-sml-filt.so
diff --git a/editors/vile/pkg-plist.perl b/editors/vile/pkg-plist.perl
index e4a9b3fcfdb9..ba792c756ef7 100644
--- a/editors/vile/pkg-plist.perl
+++ b/editors/vile/pkg-plist.perl
@@ -58,6 +58,7 @@ lib/vile/vile-rpm-filt
lib/vile/vile-rtf-filt
lib/vile/vile-ruby-filt
lib/vile/vile-sccs-filt
+lib/vile/vile-scheme-filt
lib/vile/vile-sed-filt
lib/vile/vile-sh-filt
lib/vile/vile-sml-filt
diff --git a/editors/vile/pkg-plist.perl+filt b/editors/vile/pkg-plist.perl+filt
index 7999956e7863..dd9bb51c423b 100644
--- a/editors/vile/pkg-plist.perl+filt
+++ b/editors/vile/pkg-plist.perl+filt
@@ -58,6 +58,7 @@ lib/vile/vile-rpm-filt.so
lib/vile/vile-rtf-filt.so
lib/vile/vile-ruby-filt.so
lib/vile/vile-sccs-filt.so
+lib/vile/vile-scheme-filt.so
lib/vile/vile-sed-filt.so
lib/vile/vile-sh-filt.so
lib/vile/vile-sml-filt.so
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 007b19acbe7a..068706d57e16 100644
--- a/editors/xvile/Makefile
+++ b/editors/xvile/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xvile
-PORTVERSION= 9.7j
+PORTVERSION= 9.7m
CATEGORIES= editors
MASTER_SITES= ftp://invisible-island.net/vile/ \
ftp://dickey.his.com/vile/ \
@@ -24,7 +24,10 @@ PATCHFILES= vile-9.7a.patch.gz \
vile-9.7g.patch.gz \
vile-9.7h.patch.gz \
vile-9.7i.patch.gz \
- vile-9.7j.patch.gz
+ vile-9.7j.patch.gz \
+ vile-9.7k.patch.gz \
+ vile-9.7l.patch.gz \
+ vile-9.7m.patch.gz
MAINTAINER= gj@FreeBSD.org
COMMENT= VI Like Emacs, X11 version -- a fully "X aware" vi work-alike
diff --git a/editors/xvile/distinfo b/editors/xvile/distinfo
index f18121a8df58..f3b64736b429 100644
--- a/editors/xvile/distinfo
+++ b/editors/xvile/distinfo
@@ -31,3 +31,12 @@ SIZE (vile-9.7i.patch.gz) = 47601
MD5 (vile-9.7j.patch.gz) = a68160c3546de5f1ccbab7ba52402b9d
SHA256 (vile-9.7j.patch.gz) = a7c837c948ebdee57e3dc39beb9ebb2b63c404bf4505d6f00edeb48be93a0cf0
SIZE (vile-9.7j.patch.gz) = 6654
+MD5 (vile-9.7k.patch.gz) = 12619f989ad44be1acf0b59cc689f426
+SHA256 (vile-9.7k.patch.gz) = 787e6fcd916031731e6f95ac211872ed6a14842be90aef48f91af118d64fdf29
+SIZE (vile-9.7k.patch.gz) = 80980
+MD5 (vile-9.7l.patch.gz) = e498084995351e92316343db73b38162
+SHA256 (vile-9.7l.patch.gz) = 9eeccac6c870f0de93bd6aabeeab67698d669a2d3e6f7d2d4347d5fb6bb456fb
+SIZE (vile-9.7l.patch.gz) = 79150
+MD5 (vile-9.7m.patch.gz) = a4c23f2108ba58e3915cdd5ae74859c4
+SHA256 (vile-9.7m.patch.gz) = 2c5c0a5454e9cea3ce3b954c604bd2601d9f0c92ebecc431bf140d910ed540d6
+SIZE (vile-9.7m.patch.gz) = 28681
diff --git a/editors/xvile/pkg-plist b/editors/xvile/pkg-plist
index 83fc4e6e8b3c..cd441072ade4 100644
--- a/editors/xvile/pkg-plist
+++ b/editors/xvile/pkg-plist
@@ -58,6 +58,7 @@ lib/xvile/vile-rpm-filt
lib/xvile/vile-rtf-filt
lib/xvile/vile-ruby-filt
lib/xvile/vile-sccs-filt
+lib/xvile/vile-scheme-filt
lib/xvile/vile-sed-filt
lib/xvile/vile-sh-filt
lib/xvile/vile-sml-filt
diff --git a/editors/xvile/pkg-plist.filt b/editors/xvile/pkg-plist.filt
index b4144f950503..5c88d9deb169 100644
--- a/editors/xvile/pkg-plist.filt
+++ b/editors/xvile/pkg-plist.filt
@@ -60,6 +60,7 @@ lib/xvile/vile-rexx-filt.so
lib/xvile/vile-rpm-filt.so
lib/xvile/vile-rtf-filt.so
lib/xvile/vile-sccs-filt.so
+lib/xvile/vile-scheme-filt.so
lib/xvile/vile-sh-filt.so
lib/xvile/vile-sml-filt.so
lib/xvile/vile-spell-filt.so
diff --git a/editors/xvile/pkg-plist.perl b/editors/xvile/pkg-plist.perl
index b68988d69236..daad4186dafe 100644
--- a/editors/xvile/pkg-plist.perl
+++ b/editors/xvile/pkg-plist.perl
@@ -59,6 +59,7 @@ lib/xvile/vile-rpm-filt
lib/xvile/vile-rtf-filt
lib/xvile/vile-ruby-filt
lib/xvile/vile-sccs-filt
+lib/xvile/vile-scheme-filt
lib/xvile/vile-sed-filt
lib/xvile/vile-sh-filt
lib/xvile/vile-sml-filt
diff --git a/editors/xvile/pkg-plist.perl+filt b/editors/xvile/pkg-plist.perl+filt
index f2ef9f88f27c..417b53274911 100644
--- a/editors/xvile/pkg-plist.perl+filt
+++ b/editors/xvile/pkg-plist.perl+filt
@@ -61,6 +61,7 @@ lib/xvile/vile-rexx-filt.so
lib/xvile/vile-rpm-filt.so
lib/xvile/vile-rtf-filt.so
lib/xvile/vile-sccs-filt.so
+lib/xvile/vile-scheme-filt.so
lib/xvile/vile-sh-filt.so
lib/xvile/vile-sml-filt.so
lib/xvile/vile-spell-filt.so