svn commit: r316820 - head/editors/vile

Martin Wilke miwi at FreeBSD.org
Mon Apr 29 14:22:10 UTC 2013


Author: miwi
Date: Mon Apr 29 14:22:09 2013
New Revision: 316820
URL: http://svnweb.freebsd.org/changeset/ports/316820

Log:
  - Update to 9.8j
  
  PR:		178030
  Submitted by:	ports fury

Modified:
  head/editors/vile/Makefile
  head/editors/vile/distinfo
  head/editors/vile/pkg-plist

Modified: head/editors/vile/Makefile
==============================================================================
--- head/editors/vile/Makefile	Mon Apr 29 14:21:23 2013	(r316819)
+++ head/editors/vile/Makefile	Mon Apr 29 14:22:09 2013	(r316820)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	vile
-PORTVERSION=	9.8i
+PORTVERSION=	9.8j
 CATEGORIES=	editors
 MASTER_SITES=	ftp://dickey.his.com/vile/current/ \
 		ftp://invisible-island.net/vile/current/
@@ -19,6 +19,7 @@ LICENSE=	GPLv2
 OPTIONS_DEFINE=	FILTERS ICONV PERL DOCS
 FILTERS_DESC=	Loadable filters
 
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
 MAKEFILE=	makefile
 MAKE_JOBS_SAFE=	yes
@@ -38,7 +39,7 @@ PLIST_SUB+=	SO_EXT=""
 
 .if ${PORT_OPTIONS:MICONV}
 USES+=		iconv
-CONFIGURE_ARGS+=	--with-iconv
+CONFIGURE_ARGS+=	--with-iconv --with-libiconv-prefix=${LOCALBASE}
 PLIST_SUB+=	ICONV=""
 .else
 CONFIGURE_ARGS+=	--without-iconv --without-locale

Modified: head/editors/vile/distinfo
==============================================================================
--- head/editors/vile/distinfo	Mon Apr 29 14:21:23 2013	(r316819)
+++ head/editors/vile/distinfo	Mon Apr 29 14:22:09 2013	(r316820)
@@ -1,2 +1,2 @@
-SHA256 (vile-9.8i.tgz) = b4279e5c55579b2b3a6f12493587ca7fc69e6ae5c749e913113ea97c374d3a42
-SIZE (vile-9.8i.tgz) = 2254730
+SHA256 (vile-9.8j.tgz) = 3b072aa7566aea9c3aec1c333c23d404337900f1697886a60e74b2093a832fda
+SIZE (vile-9.8j.tgz) = 2268208

Modified: head/editors/vile/pkg-plist
==============================================================================
--- head/editors/vile/pkg-plist	Mon Apr 29 14:21:23 2013	(r316819)
+++ head/editors/vile/pkg-plist	Mon Apr 29 14:22:09 2013	(r316820)
@@ -204,6 +204,7 @@ lib/vile/vile-yacc-filt%%SO_EXT%%
 %%DATADIR%%/rexx.keywords
 %%DATADIR%%/rpm.keywords
 %%DATADIR%%/rtf.keywords
+%%DATADIR%%/ruby.keywords
 %%DATADIR%%/sccs.keywords
 %%DATADIR%%/scheme.keywords
 %%DATADIR%%/search.rc
@@ -242,7 +243,6 @@ lib/vile/vile-yacc-filt%%SO_EXT%%
 %%PERL%%@dirrm %%DATADIR%%/perl/Vile
 %%PERL%%@dirrm %%DATADIR%%/perl
 @dirrm %%DATADIR%%/macros
- at dirrm %%DATADIR%%/doc
 @dirrm %%DATADIR%%
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm lib/vile


More information about the svn-ports-head mailing list