Index: head/editors/vile/Makefile =================================================================== --- head/editors/vile/Makefile (revision 428845) +++ head/editors/vile/Makefile (revision 428846) @@ -1,56 +1,56 @@ # Created by: pgf # $FreeBSD$ PORTNAME= vile -PORTVERSION= 9.8q +PORTVERSION= 9.8s CATEGORIES= editors MASTER_SITES= ftp://dickey.his.com/vile/current/ \ ftp://invisible-island.net/vile/current/ \ http://invisible-mirror.net/archives/vile/current/ PATCH_SITES= ${MASTER_SITES:S,vile/current/,vile/patches/,g} #PATCHFILES= MAINTAINER= ports@FreeBSD.org COMMENT= VI Like Emacs -- console version LICENSE= GPLv2 BUILD_DEPENDS= reflex:textproc/reflex USES= ncurses pkgconfig shebangfix tar:tgz SHEBANG_FILES= perl/vileget GNU_CONFIGURE= yes CONFIGURE_ENV= cf_cv_crypt_works=yes MAKEFILE= makefile INSTALL_TARGET= install install-doc install-html CONFLICTS_INSTALL= xvile-[0-9]* OPTIONS_DEFINE= DOCS FILTERS ICONV PERL OPTIONS_SUB= yes FILTERS_DESC= Loadable filters FILTERS_CONFIGURE_WITH= loadable-filters ICONV_USES= iconv ICONV_CONFIGURE_ON= --with-iconv ${ICONV_CONFIGURE_ARG} ICONV_CONFIGURE_OFF= --without-iconv --without-locale PERL_USES= perl5 PERL_CONFIGURE_WITH= perl .include .if ${PORT_OPTIONS:MFILTERS} PLIST_SUB+= SO_EXT=".so" .else PLIST_SUB+= SO_EXT="" .endif post-patch: @${REINPLACE_CMD} -e \ 's|$$(datadir)/doc|@datadir@/doc/vile| ; \ s|$$(datadir)/html|$$(docdir)/html| ; \ s|\($$(DOCDIR)\) \($$(MANDIR)\)|\1 $$(HTMLDIR) \2|' \ ${WRKSRC}/makefile.in .include Index: head/editors/vile/distinfo =================================================================== --- head/editors/vile/distinfo (revision 428845) +++ head/editors/vile/distinfo (revision 428846) @@ -1,2 +1,3 @@ -SHA256 (vile-9.8q.tgz) = 366b2b18ea25e55e7b9b6cc1d2b752f0a4fdc453a0a18aedd5773f456e782307 -SIZE (vile-9.8q.tgz) = 2321373 +TIMESTAMP = 1482055290 +SHA256 (vile-9.8s.tgz) = 1197bc894a63e359e2ae1053a38829b04e9e6948e30e59803f49ed781c077502 +SIZE (vile-9.8s.tgz) = 2328441 Index: head/editors/xvile/Makefile =================================================================== --- head/editors/xvile/Makefile (revision 428845) +++ head/editors/xvile/Makefile (revision 428846) @@ -1,91 +1,91 @@ # Created by: pgf # $FreeBSD$ PORTNAME= vile -PORTVERSION= 9.8q +PORTVERSION= 9.8s CATEGORIES= editors MASTER_SITES= ftp://dickey.his.com/vile/current/ \ ftp://invisible-island.net/vile/current/ \ http://invisible-mirror.net/archives/vile/current/ PKGNAMEPREFIX= x PATCH_SITES= ${MASTER_SITES:S,vile/current/,vile/patches/,g} PATCHFILES= # none MAINTAINER= ports@FreeBSD.org COMMENT= VI Like Emacs -- X11 version LICENSE= GPLv2 BUILD_DEPENDS= reflex:textproc/reflex USES= pkgconfig shebangfix tar:tgz SHEBANG_FILES= macros/lxvile macros/lxvile-fonts perl/vileget -USE_XORG= x11 xext xpm +USE_XORG= x11 xext xpm xt GNU_CONFIGURE= yes CONFIGURE_ENV= cf_cv_crypt_works=yes CONFIGURE_ARGS= --disable-imake \ --disable-desktop \ --enable-fontset \ --with-icon-theme \ --with-xpm \ --with-icondir=${PREFIX}/share/icons \ --with-pixmapdir=${PREFIX}/share/pixmaps MAKEFILE= makefile INSTALL_TARGET= install install-doc install-html CONFLICTS_INSTALL= vile-[0-9]* OPTIONS_DEFINE= DOCS FILTERS ICONV PERL OPTIONS_RADIO= MENUS OPTIONS_RADIO_MENUS= MOTIF XAW XAW3D OPTIONS_DEFAULT= ICONV OPTIONS_SUB= yes FILTERS_DESC= Loadable filters FILTERS_CONFIGURE_WITH= loadable-filters ICONV_USES= iconv ICONV_CONFIGURE_ON= --with-iconv ${ICONV_CONFIGURE_ARG} ICONV_CONFIGURE_OFF= --without-iconv --without-locale MENUS_DESC= Support for menus MOTIF_USES= motif MOTIF_CONFIGURE_ON= --enable-colored-menus \ --with-screen=motif PERL_USES= perl5 PERL_CONFIGURE_WITH= perl XAW_DESC= X Athena Widgets XAW_USE= XORG=xaw XAW_CONFIGURE_ON= --with-screen=athena XAW3D_DESC= X Athena Widgets with 3D effect XAW3D_LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d XAW3D_CONFIGURE_ON= --enable-colored-menus \ --with-Xaw3d \ --with-screen=xaw3d .include .if ${PORT_OPTIONS:MFILTERS} PLIST_SUB+= SO_EXT=".so" .else PLIST_SUB+= SO_EXT="" .endif .if empty(PORT_OPTIONS:MMOTIF) && empty(PORT_OPTIONS:MXAW) && empty(PORT_OPTIONS:MXAW3D) CONFIGURE_ARGS+= --with-screen=x11 .endif post-patch: @${REINPLACE_CMD} -e \ 's|$$(datadir)/doc|@datadir@/doc/vile| ; \ s|$$(datadir)/html|$$(docdir)/html| ; \ s|\($$(DOCDIR)\) \($$(MANDIR)\)|\1 $$(HTMLDIR) \2|' \ ${WRKSRC}/makefile.in @${REINPLACE_CMD} -e \ '/^Categories/s|Application;||' \ ${WRKSRC}/macros/*.desktop post-install: (cd ${WRKSRC}/macros && ${INSTALL_DATA} *.desktop \ ${STAGEDIR}${PREFIX}/share/applications) .include Index: head/editors/xvile/distinfo =================================================================== --- head/editors/xvile/distinfo (revision 428845) +++ head/editors/xvile/distinfo (revision 428846) @@ -1,2 +1,3 @@ -SHA256 (vile-9.8q.tgz) = 366b2b18ea25e55e7b9b6cc1d2b752f0a4fdc453a0a18aedd5773f456e782307 -SIZE (vile-9.8q.tgz) = 2321373 +TIMESTAMP = 1482057532 +SHA256 (vile-9.8s.tgz) = 1197bc894a63e359e2ae1053a38829b04e9e6948e30e59803f49ed781c077502 +SIZE (vile-9.8s.tgz) = 2328441