Bug 178030 - editors/vile: Update to version 9.8j
Summary: editors/vile: Update to version 9.8j
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-21 19:10 UTC by tkato432
Modified: 2013-04-29 15:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.92 KB, patch)
2013-04-21 19:10 UTC, tkato432
no flags Details | Diff
editors_vile.diff (1.91 KB, patch)
2013-04-24 18:54 UTC, tkato432
no flags Details | Diff
editors_vile.diff (1.91 KB, patch)
2013-04-27 18:55 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-04-21 19:10:01 UTC
- Update to version 9.8j
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-21 19:10:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 tkato432 2013-04-24 18:54:52 UTC
Remake of the patch against current tree.
Comment 3 tkato432 2013-04-27 18:55:53 UTC
Remake of the patch against current tree.
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2013-04-29 15:22:13 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-04-29 15:22:22 UTC
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
-@dirrm %%DATADIR%%/doc
 @dirrm %%DATADIR%%
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm lib/vile
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"