mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Update to version 9.3d.
Delete patch-file.c since it is now part of the port.
This commit is contained in:
parent
2e2b2723b8
commit
a238d88556
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67859
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= vile
|
||||
PORTVERSION= 9.3c
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 9.3d
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \
|
||||
ftp://dickey.his.com/vile/
|
||||
@ -17,7 +16,8 @@ EXTRACT_SUFX= .tgz
|
||||
PATCH_SITES= ${MASTER_SITES:S,vile/,vile/patches/,g}
|
||||
PATCHFILES= vile-9.3a.patch.gz \
|
||||
vile-9.3b.patch.gz \
|
||||
vile-9.3c.patch.gz
|
||||
vile-9.3c.patch.gz \
|
||||
vile-9.3d.patch.gz
|
||||
|
||||
MAINTAINER= gj@FreeBSD.org
|
||||
|
||||
|
@ -2,3 +2,4 @@ MD5 (vile-9.3.tgz) = 9d8f396a936986d5a3542e40568886c8
|
||||
MD5 (vile-9.3a.patch.gz) = e6d6c53a98b48119041053eb82ae6129
|
||||
MD5 (vile-9.3b.patch.gz) = 69a7ce690418fef171461bc170ba1471
|
||||
MD5 (vile-9.3c.patch.gz) = a9d9b2223ae56a51310c2c0973129259
|
||||
MD5 (vile-9.3d.patch.gz) = 4b2b28900bd0035e9ca46d3be5e7dc9c
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- file.c.orig Tue Aug 27 10:14:57 2002
|
||||
+++ file.c Tue Aug 27 10:15:35 2002
|
||||
@@ -2351,7 +2351,7 @@
|
||||
|
||||
/* on failure, keep going */
|
||||
#if defined(HAVE_MKSTEMP) && defined(HAVE_MKDTEMP)
|
||||
- result = (vl_mkdtemp(dirnam) == 0);
|
||||
+ result = (vl_mkdtemp(dirnam) != 0);
|
||||
#else
|
||||
result = (vl_mkdir(dirnam, 0700) == 0);
|
||||
#endif
|
@ -122,6 +122,7 @@ share/vile/vb.keywords
|
||||
share/vile/vile.keywords
|
||||
share/vile/vim.keywords
|
||||
share/vile/vlog.keywords
|
||||
share/vile/which.rc
|
||||
share/vile/xres.keywords
|
||||
share/vile/xs.keywords
|
||||
share/vile/yacc.keywords
|
||||
@ -139,5 +140,6 @@ share/vile/macros/vileinit.rc
|
||||
share/vile/macros/vilemenu.rc
|
||||
share/vile/macros/vileperl.rc
|
||||
share/vile/macros/vile-pager
|
||||
share/vile/macros/which.rc
|
||||
@dirrm share/vile/macros
|
||||
@dirrm share/vile
|
||||
|
@ -74,6 +74,7 @@ share/vile/vb.keywords
|
||||
share/vile/vile.keywords
|
||||
share/vile/vim.keywords
|
||||
share/vile/vlog.keywords
|
||||
share/vile/which.rc
|
||||
share/vile/xres.keywords
|
||||
share/vile/xs.keywords
|
||||
share/vile/yacc.keywords
|
||||
@ -91,5 +92,6 @@ share/vile/macros/vileinit.rc
|
||||
share/vile/macros/vilemenu.rc
|
||||
share/vile/macros/vileperl.rc
|
||||
share/vile/macros/vile-pager
|
||||
share/vile/macros/which.rc
|
||||
@dirrm share/vile/macros
|
||||
@dirrm share/vile
|
||||
|
@ -147,6 +147,7 @@ share/vile/tbl.keywords
|
||||
share/vile/tc.keywords
|
||||
share/vile/tcl.keywords
|
||||
share/vile/ti.keywords
|
||||
share/vile/which.rc
|
||||
share/vile/xres.keywords
|
||||
share/vile/xs.keywords
|
||||
share/vile/macros/color-ls.rc
|
||||
@ -163,6 +164,7 @@ share/vile/macros/vileinit.rc
|
||||
share/vile/macros/vilemenu.rc
|
||||
share/vile/macros/vileperl.rc
|
||||
share/vile/macros/vile-pager
|
||||
share/vile/macros/which.rc
|
||||
share/vile/yacc.keywords
|
||||
@dirrm share/vile/perl/Vile
|
||||
@dirrm share/vile/perl
|
||||
|
@ -99,6 +99,7 @@ share/vile/tbl.keywords
|
||||
share/vile/tc.keywords
|
||||
share/vile/tcl.keywords
|
||||
share/vile/ti.keywords
|
||||
share/vile/which.rc
|
||||
share/vile/xres.keywords
|
||||
share/vile/xs.keywords
|
||||
share/vile/macros/color-ls.rc
|
||||
@ -115,6 +116,7 @@ share/vile/macros/vileinit.rc
|
||||
share/vile/macros/vilemenu.rc
|
||||
share/vile/macros/vileperl.rc
|
||||
share/vile/macros/vile-pager
|
||||
share/vile/macros/which.rc
|
||||
share/vile/yacc.keywords
|
||||
@dirrm share/vile/perl/Vile
|
||||
@dirrm share/vile/perl
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= xvile
|
||||
PORTVERSION= 9.3c
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 9.3d
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \
|
||||
ftp://dickey.his.com/vile/
|
||||
@ -17,7 +16,8 @@ EXTRACT_SUFX= .tgz
|
||||
PATCH_SITES= ${MASTER_SITES:S,vile/,vile/patches/,g}
|
||||
PATCHFILES= vile-9.3a.patch.gz \
|
||||
vile-9.3b.patch.gz \
|
||||
vile-9.3c.patch.gz
|
||||
vile-9.3c.patch.gz \
|
||||
vile-9.3d.patch.gz
|
||||
|
||||
MAINTAINER= gj@FreeBSD.org
|
||||
|
||||
|
@ -2,3 +2,4 @@ MD5 (vile-9.3.tgz) = 9d8f396a936986d5a3542e40568886c8
|
||||
MD5 (vile-9.3a.patch.gz) = e6d6c53a98b48119041053eb82ae6129
|
||||
MD5 (vile-9.3b.patch.gz) = 69a7ce690418fef171461bc170ba1471
|
||||
MD5 (vile-9.3c.patch.gz) = a9d9b2223ae56a51310c2c0973129259
|
||||
MD5 (vile-9.3d.patch.gz) = 4b2b28900bd0035e9ca46d3be5e7dc9c
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- file.c.orig Tue Aug 27 10:14:57 2002
|
||||
+++ file.c Tue Aug 27 10:15:35 2002
|
||||
@@ -2351,7 +2351,7 @@
|
||||
|
||||
/* on failure, keep going */
|
||||
#if defined(HAVE_MKSTEMP) && defined(HAVE_MKDTEMP)
|
||||
- result = (vl_mkdtemp(dirnam) == 0);
|
||||
+ result = (vl_mkdtemp(dirnam) != 0);
|
||||
#else
|
||||
result = (vl_mkdir(dirnam, 0700) == 0);
|
||||
#endif
|
@ -76,6 +76,7 @@ share/xvile/vile/search.rc
|
||||
share/xvile/vile/shifts.rc
|
||||
share/xvile/vile/vileinit.rc
|
||||
share/xvile/vile/vileperl.rc
|
||||
share/xvile/vile/which.rc
|
||||
share/xvile/vile/vile.hlp
|
||||
share/xvile/vile/basic.keywords
|
||||
share/xvile/vile/c.keywords
|
||||
@ -141,6 +142,7 @@ share/xvile/macros/vileinit.rc
|
||||
share/xvile/macros/vilemenu.rc
|
||||
share/xvile/macros/vileperl.rc
|
||||
share/xvile/macros/vile-pager
|
||||
share/xvile/macros/which.rc
|
||||
@dirrm share/xvile/vile
|
||||
@dirrm share/xvile/macros
|
||||
@dirrm share/xvile
|
||||
|
@ -29,6 +29,7 @@ share/xvile/vile/shifts.rc
|
||||
share/xvile/vile/vileinit.rc
|
||||
share/xvile/vile/vileperl.rc
|
||||
share/xvile/vile/vile.hlp
|
||||
share/xvile/vile/which.rc
|
||||
share/xvile/vile/basic.keywords
|
||||
share/xvile/vile/c.keywords
|
||||
share/xvile/vile/cpp.keywords
|
||||
@ -92,6 +93,7 @@ share/xvile/macros/shifts.rc
|
||||
share/xvile/macros/vileinit.rc
|
||||
share/xvile/macros/vilemenu.rc
|
||||
share/xvile/macros/vileperl.rc
|
||||
share/xvile/macros/which.rc
|
||||
share/xvile/macros/vile-pager
|
||||
@dirrm share/xvile/vile
|
||||
@dirrm share/xvile/macros
|
||||
|
@ -102,6 +102,7 @@ share/xvile/vile/shifts.rc
|
||||
share/xvile/vile/vileinit.rc
|
||||
share/xvile/vile/vileperl.rc
|
||||
share/xvile/vile/vile.hlp
|
||||
share/xvile/vile/which.rc
|
||||
share/xvile/vile/basic.keywords
|
||||
share/xvile/vile/c.keywords
|
||||
share/xvile/vile/cpp.keywords
|
||||
@ -164,6 +165,7 @@ share/xvile/macros/shifts.rc
|
||||
share/xvile/macros/vileinit.rc
|
||||
share/xvile/macros/vilemenu.rc
|
||||
share/xvile/macros/vileperl.rc
|
||||
share/xvile/macros/which.rc
|
||||
share/xvile/macros/vile-pager
|
||||
share/xvile/vile/yacc.keywords
|
||||
@dirrm share/xvile/vile/perl/Vile
|
||||
|
@ -54,6 +54,7 @@ share/xvile/vile/shifts.rc
|
||||
share/xvile/vile/vileinit.rc
|
||||
share/xvile/vile/vileperl.rc
|
||||
share/xvile/vile/vile.hlp
|
||||
share/xvile/vile/which.rc
|
||||
share/xvile/vile/basic.keywords
|
||||
share/xvile/vile/c.keywords
|
||||
share/xvile/vile/cpp.keywords
|
||||
@ -116,6 +117,7 @@ share/xvile/macros/shifts.rc
|
||||
share/xvile/macros/vileinit.rc
|
||||
share/xvile/macros/vilemenu.rc
|
||||
share/xvile/macros/vileperl.rc
|
||||
share/xvile/macros/which.rc
|
||||
share/xvile/macros/vile-pager
|
||||
share/xvile/vile/yacc.keywords
|
||||
@dirrm share/xvile/vile/perl/Vile
|
||||
|
Loading…
Reference in New Issue
Block a user