diff options
author | miwi <miwi@FreeBSD.org> | 2013-04-29 22:22:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-04-29 22:22:09 +0800 |
commit | 0ae6006e47de4089446503ac98a955eabc64e90d (patch) | |
tree | 62d561ffed8a0845ad08bfd9f30311f4185a32a1 /editors/vile | |
parent | 8e8f5fedc315bbf26d636981db83b435edc3de0b (diff) | |
download | freebsd-ports-gnome-0ae6006e47de4089446503ac98a955eabc64e90d.tar.gz freebsd-ports-gnome-0ae6006e47de4089446503ac98a955eabc64e90d.tar.zst freebsd-ports-gnome-0ae6006e47de4089446503ac98a955eabc64e90d.zip |
- Update to 9.8j
PR: 178030
Submitted by: ports fury
Diffstat (limited to 'editors/vile')
-rw-r--r-- | editors/vile/Makefile | 5 | ||||
-rw-r--r-- | editors/vile/distinfo | 4 | ||||
-rw-r--r-- | editors/vile/pkg-plist | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 63ef6a6190fa..f6e60062eac0 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -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 diff --git a/editors/vile/distinfo b/editors/vile/distinfo index d1d61a786f9f..fac4a2b20cfc 100644 --- a/editors/vile/distinfo +++ b/editors/vile/distinfo @@ -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 diff --git a/editors/vile/pkg-plist b/editors/vile/pkg-plist index 5335275c424c..95047d82638e 100644 --- a/editors/vile/pkg-plist +++ b/editors/vile/pkg-plist @@ -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 |