From owner-svn-ports-head@FreeBSD.ORG Sat Aug 9 21:04:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E79CE7D7 for ; Sat, 9 Aug 2014 21:04:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9EE22852 for ; Sat, 9 Aug 2014 21:04:49 +0000 (UTC) Received: from marino (uid 1323) (envelope-from marino@FreeBSD.org) id 20c0 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sat, 09 Aug 2014 21:04:48 +0000 From: John Marino Date: Sat, 9 Aug 2014 21:04:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364476 - in head/editors: vile vile/files xvile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e68cf1.20c0.56c58313@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2014 21:04:50 -0000 Author: marino Date: Sat Aug 9 21:04:48 2014 New Revision: 364476 URL: http://svnweb.freebsd.org/changeset/ports/364476 QAT: https://qat.redports.org/buildarchive/r364476/ Log: editors/vile & xvile: Upgrade version 9.8m => 9.8n PR: 191817 Submitted by: Ports Fury Deleted: head/editors/vile/files/ Modified: head/editors/vile/Makefile head/editors/vile/distinfo head/editors/vile/pkg-plist head/editors/xvile/Makefile head/editors/xvile/distinfo head/editors/xvile/pkg-plist Modified: head/editors/vile/Makefile ============================================================================== --- head/editors/vile/Makefile Sat Aug 9 20:46:02 2014 (r364475) +++ head/editors/vile/Makefile Sat Aug 9 21:04:48 2014 (r364476) @@ -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/ \ Modified: head/editors/vile/distinfo ============================================================================== --- head/editors/vile/distinfo Sat Aug 9 20:46:02 2014 (r364475) +++ head/editors/vile/distinfo Sat Aug 9 21:04:48 2014 (r364476) @@ -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 Modified: head/editors/vile/pkg-plist ============================================================================== --- head/editors/vile/pkg-plist Sat Aug 9 20:46:02 2014 (r364475) +++ head/editors/vile/pkg-plist Sat Aug 9 21:04:48 2014 (r364476) @@ -1,5 +1,7 @@ bin/vile +bin/vile-libdir-path bin/vile-pager +bin/vile-to-html %%PERL%%bin/vileget lib/vile/atr2ansi lib/vile/atr2html Modified: head/editors/xvile/Makefile ============================================================================== --- head/editors/xvile/Makefile Sat Aug 9 20:46:02 2014 (r364475) +++ head/editors/xvile/Makefile Sat Aug 9 21:04:48 2014 (r364476) @@ -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 inst 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: Modified: head/editors/xvile/distinfo ============================================================================== --- head/editors/xvile/distinfo Sat Aug 9 20:46:02 2014 (r364475) +++ head/editors/xvile/distinfo Sat Aug 9 21:04:48 2014 (r364476) @@ -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 Modified: head/editors/xvile/pkg-plist ============================================================================== --- head/editors/xvile/pkg-plist Sat Aug 9 20:46:02 2014 (r364475) +++ head/editors/xvile/pkg-plist Sat Aug 9 21:04:48 2014 (r364476) @@ -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