summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-08-09 21:04:48 +0000
committermarino <marino@FreeBSD.org>2014-08-09 21:04:48 +0000
commit3452ea6fc9ac5c3f9ca0949174228e8018fa9352 (patch)
tree6f03abc785d60e765be601bf35e75ca45e27387e
parenta46170e9b884aa1c8eab328f7872ce5056f61668 (diff)
downloadFreeBSD-ports-3452ea6fc9ac5c3f9ca0949174228e8018fa9352.zip
FreeBSD-ports-3452ea6fc9ac5c3f9ca0949174228e8018fa9352.tar.gz
editors/vile & xvile: Upgrade version 9.8m => 9.8n
PR: 191817 Submitted by: Ports Fury
-rw-r--r--editors/vile/Makefile2
-rw-r--r--editors/vile/distinfo4
-rw-r--r--editors/vile/files/patch-filters_filters.h11
-rw-r--r--editors/vile/pkg-plist2
-rw-r--r--editors/xvile/Makefile10
-rw-r--r--editors/xvile/distinfo4
-rw-r--r--editors/xvile/pkg-plist2
7 files changed, 14 insertions, 21 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index be53b00..726bc52 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/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/ \
diff --git a/editors/vile/distinfo b/editors/vile/distinfo
index 21f27a9..1435fee 100644
--- a/editors/vile/distinfo
+++ b/editors/vile/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/vile/files/patch-filters_filters.h b/editors/vile/files/patch-filters_filters.h
deleted file mode 100644
index 629607c..0000000
--- a/editors/vile/files/patch-filters_filters.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- filters/filters.h.orig 2012-02-18 01:53:10.000000000 +0000
-+++ filters/filters.h
-@@ -205,7 +205,7 @@ extern int yywrap(void);
- * workaround for "developers" who don't use compiler-warnings...
- * perhaps by the time "new" flex merits the term "beta", they'll fix this:
- */
--#if defined(FLEX_BETA)
-+#if defined(FLEX_BETA) && !defined(__DragonFly__)
- extern FILE *yyget_in (void);
- extern FILE *yyget_out (void);
- extern char *yyget_text (void);
diff --git a/editors/vile/pkg-plist b/editors/vile/pkg-plist
index 496dca6..6611d1f 100644
--- a/editors/vile/pkg-plist
+++ b/editors/vile/pkg-plist
@@ -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
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 4cc41fb..a108d89 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 21f27a9..1435fee 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 c0f14c8..d094a2d 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
OpenPOWER on IntegriCloud