diff options
author | gj <gj@FreeBSD.org> | 2003-10-09 09:54:54 +0000 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2003-10-09 09:54:54 +0000 |
commit | 81933edcce10a6c3b49d48514070c0f85fe2c65f (patch) | |
tree | 560c238b48c8c12ff05b0c3ace889873e56e28f5 /editors | |
parent | 18d333e5eabad0992a1dedeb9ab94ea838af5cb3 (diff) | |
download | FreeBSD-ports-81933edcce10a6c3b49d48514070c0f85fe2c65f.zip FreeBSD-ports-81933edcce10a6c3b49d48514070c0f85fe2c65f.tar.gz |
Update to version 9.4a.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vile/Makefile | 5 | ||||
-rw-r--r-- | editors/vile/distinfo | 1 | ||||
-rw-r--r-- | editors/vile/pkg-plist | 1 | ||||
-rw-r--r-- | editors/vile/pkg-plist.filt | 1 | ||||
-rw-r--r-- | editors/vile/pkg-plist.perl | 1 | ||||
-rw-r--r-- | editors/vile/pkg-plist.perl+filt | 1 | ||||
-rw-r--r-- | editors/xvile/Makefile | 5 | ||||
-rw-r--r-- | editors/xvile/distinfo | 1 | ||||
-rw-r--r-- | editors/xvile/pkg-plist | 1 | ||||
-rw-r--r-- | editors/xvile/pkg-plist.filt | 1 | ||||
-rw-r--r-- | editors/xvile/pkg-plist.perl | 1 | ||||
-rw-r--r-- | editors/xvile/pkg-plist.perl+filt | 1 |
12 files changed, 18 insertions, 2 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 91a162b..32fee8e 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -6,13 +6,16 @@ # PORTNAME= vile -PORTVERSION= 9.4 +PORTVERSION= 9.4a CATEGORIES= editors MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \ ftp://dickey.his.com/vile/ DISTNAME= vile-9.4 EXTRACT_SUFX= .tgz +PATCH_SITES= ${MASTER_SITES:S,vile/,vile/patches/,g} +PATCHFILES= vile-9.4a.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 c5624d2..555830e 100644 --- a/editors/vile/distinfo +++ b/editors/vile/distinfo @@ -1 +1,2 @@ MD5 (vile-9.4.tgz) = 1c69045467b7c48be99fa7ac2052a95f +MD5 (vile-9.4a.patch.gz) = a6fc7b8a370cbd75d8b08c78c10c9422 diff --git a/editors/vile/pkg-plist b/editors/vile/pkg-plist index 6715d7f..5f59a14 100644 --- a/editors/vile/pkg-plist +++ b/editors/vile/pkg-plist @@ -115,6 +115,7 @@ share/vile/imake.keywords share/vile/java.keywords share/vile/latex.keywords share/vile/lex.keywords +share/vile/lisp.keywords share/vile/m4.keywords share/vile/mail.keywords share/vile/make.keywords diff --git a/editors/vile/pkg-plist.filt b/editors/vile/pkg-plist.filt index c98c0e3..ed5db63 100644 --- a/editors/vile/pkg-plist.filt +++ b/editors/vile/pkg-plist.filt @@ -56,6 +56,7 @@ share/vile/imake.keywords share/vile/java.keywords share/vile/latex.keywords share/vile/lex.keywords +share/vile/lisp.keywords share/vile/m4.keywords share/vile/mail.keywords share/vile/make.keywords diff --git a/editors/vile/pkg-plist.perl b/editors/vile/pkg-plist.perl index d52deef..9e2420d 100644 --- a/editors/vile/pkg-plist.perl +++ b/editors/vile/pkg-plist.perl @@ -144,6 +144,7 @@ share/vile/java.keywords share/vile/js.keywords share/vile/latex.keywords share/vile/lex.keywords +share/vile/lisp.keywords share/vile/m4.keywords share/vile/mail.keywords share/vile/make.keywords diff --git a/editors/vile/pkg-plist.perl+filt b/editors/vile/pkg-plist.perl+filt index 2a0c8c0b..f5f7ad8 100644 --- a/editors/vile/pkg-plist.perl+filt +++ b/editors/vile/pkg-plist.perl+filt @@ -85,6 +85,7 @@ share/vile/java.keywords share/vile/js.keywords share/vile/latex.keywords share/vile/lex.keywords +share/vile/lisp.keywords share/vile/m4.keywords share/vile/mail.keywords share/vile/make.keywords diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 21ae808..5d83643 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -6,13 +6,16 @@ # PORTNAME= xvile -PORTVERSION= 9.4 +PORTVERSION= 9.4a CATEGORIES= editors MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \ ftp://dickey.his.com/vile/ DISTNAME= vile-9.4 EXTRACT_SUFX= .tgz +PATCH_SITES= ${MASTER_SITES:S,vile/,vile/patches/,g} +PATCHFILES= vile-9.4a.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 c5624d2..555830e 100644 --- a/editors/xvile/distinfo +++ b/editors/xvile/distinfo @@ -1 +1,2 @@ MD5 (vile-9.4.tgz) = 1c69045467b7c48be99fa7ac2052a95f +MD5 (vile-9.4a.patch.gz) = a6fc7b8a370cbd75d8b08c78c10c9422 diff --git a/editors/xvile/pkg-plist b/editors/xvile/pkg-plist index 87fdadb..0b112af 100644 --- a/editors/xvile/pkg-plist +++ b/editors/xvile/pkg-plist @@ -122,6 +122,7 @@ share/xvile/vile/java.keywords share/xvile/vile/js.keywords share/xvile/vile/latex.keywords share/xvile/vile/lex.keywords +share/xvile/vile/lisp.keywords share/xvile/vile/m4.keywords share/xvile/vile/mail.keywords share/xvile/vile/make.keywords diff --git a/editors/xvile/pkg-plist.filt b/editors/xvile/pkg-plist.filt index 1ce62bd..3167ec41 100644 --- a/editors/xvile/pkg-plist.filt +++ b/editors/xvile/pkg-plist.filt @@ -65,6 +65,7 @@ share/xvile/vile/java.keywords share/xvile/vile/js.keywords share/xvile/vile/latex.keywords share/xvile/vile/lex.keywords +share/xvile/vile/lisp.keywords share/xvile/vile/m4.keywords share/xvile/vile/mail.keywords share/xvile/vile/make.keywords diff --git a/editors/xvile/pkg-plist.perl b/editors/xvile/pkg-plist.perl index e009cdb..26a3071 100644 --- a/editors/xvile/pkg-plist.perl +++ b/editors/xvile/pkg-plist.perl @@ -148,6 +148,7 @@ share/xvile/vile/java.keywords share/xvile/vile/js.keywords share/xvile/vile/latex.keywords share/xvile/vile/lex.keywords +share/xvile/vile/lisp.keywords share/xvile/vile/m4.keywords share/xvile/vile/mail.keywords share/xvile/vile/make.keywords diff --git a/editors/xvile/pkg-plist.perl+filt b/editors/xvile/pkg-plist.perl+filt index 9c1e8ae..8464e43 100644 --- a/editors/xvile/pkg-plist.perl+filt +++ b/editors/xvile/pkg-plist.perl+filt @@ -89,6 +89,7 @@ share/xvile/vile/java.keywords share/xvile/vile/js.keywords share/xvile/vile/latex.keywords share/xvile/vile/lex.keywords +share/xvile/vile/lisp.keywords share/xvile/vile/m4.keywords share/xvile/vile/mail.keywords share/xvile/vile/make.keywords |