diff options
author | marino <marino@FreeBSD.org> | 2014-08-10 05:04:48 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-10 05:04:48 +0800 |
commit | 3452ea6fc9ac5c3f9ca0949174228e8018fa9352 (patch) | |
tree | 6f03abc785d60e765be601bf35e75ca45e27387e /editors/xvile | |
parent | a46170e9b884aa1c8eab328f7872ce5056f61668 (diff) | |
download | freebsd-ports-gnome-3452ea6fc9ac5c3f9ca0949174228e8018fa9352.tar.gz freebsd-ports-gnome-3452ea6fc9ac5c3f9ca0949174228e8018fa9352.tar.zst freebsd-ports-gnome-3452ea6fc9ac5c3f9ca0949174228e8018fa9352.zip |
editors/vile & xvile: Upgrade version 9.8m => 9.8n
PR: 191817
Submitted by: Ports Fury
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 10 | ||||
-rw-r--r-- | editors/xvile/distinfo | 4 | ||||
-rw-r--r-- | editors/xvile/pkg-plist | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 4cc41fbd5ac1..a108d89f7a86 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vile -PORTVERSION= 9.8m +PORTVERSION= 9.8n CATEGORIES= editors MASTER_SITES= ftp://dickey.his.com/vile/current/ \ ftp://invisible-island.net/vile/current/ \ @@ -33,10 +33,10 @@ INSTALL_TARGET= install install-doc install-html CONFLICTS_INSTALL= vile-[0-9]* -OPTIONS_DEFINE= DOCS FILTERS ICONV PERL +OPTIONS_DEFINE= DOCS FILTERS FREETYPE ICONV PERL OPTIONS_RADIO= MENUS OPTIONS_RADIO_MENUS= MOTIF XAW XAW3D -OPTIONS_DEFAULT= FREETYPE ICONV +OPTIONS_DEFAULT= ICONV OPTIONS_SUB= yes FILTERS_DESC= Loadable filters @@ -45,7 +45,7 @@ ICONV_USES= iconv ICONV_CONFIGURE_ON= --with-iconv ${ICONV_CONFIGURE_ARG} ICONV_CONFIGURE_OFF= --without-iconv --without-locale MENUS_DESC= Support for menus -MOTIF_USE= MOTIF=yes +MOTIF_USES= motif MOTIF_CONFIGURE_ON= --with-screen=motif PERL_USES= perl5 PERL_CONFIGURE_WITH= perl @@ -82,7 +82,7 @@ post-patch: ${WRKSRC}/makefile.in @${REINPLACE_CMD} -e \ '/^Icon/s|=.*|=${PREFIX}/share/pixmaps/vile.xpm| ; \ - /^Categories/s|Applicasion;||' \ + /^Categories/s|Application;||' \ ${WRKSRC}/macros/*.desktop post-install: diff --git a/editors/xvile/distinfo b/editors/xvile/distinfo index 21f27a91514b..1435fee80306 100644 --- a/editors/xvile/distinfo +++ b/editors/xvile/distinfo @@ -1,2 +1,2 @@ -SHA256 (vile-9.8m.tgz) = f82effe1ed4ded9423b804de2db0c1f7e1ea99d1f6f5f331762f702f3815056b -SIZE (vile-9.8m.tgz) = 2292474 +SHA256 (vile-9.8n.tgz) = 36cea866603483e43e705ba1a96d0d52dc81f9c0d97fbefe5150c50b04b258bb +SIZE (vile-9.8n.tgz) = 2300678 diff --git a/editors/xvile/pkg-plist b/editors/xvile/pkg-plist index c0f14c8cf886..d094a2dd8d37 100644 --- a/editors/xvile/pkg-plist +++ b/editors/xvile/pkg-plist @@ -4,7 +4,9 @@ bin/uxvile %%PERL%%bin/vileget bin/xshell.sh bin/xvile +bin/xvile-libdir-path bin/xvile-pager +bin/xvile-to-html lib/X11/app-defaults/UXVile lib/X11/app-defaults/XVile lib/vile/atr2ansi |