Date: Sun, 9 Jul 2017 09:00:20 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445395 - head/x11-wm/e-module-everything-websearch Message-ID: <201707090900.v6990KuI096208@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Jul 9 09:00:19 2017 New Revision: 445395 URL: https://svnweb.freebsd.org/changeset/ports/445395 Log: - Pet portlint - Switch to options helpers - Update WWW Approved by: portmgr blanket Modified: head/x11-wm/e-module-everything-websearch/Makefile head/x11-wm/e-module-everything-websearch/pkg-descr Modified: head/x11-wm/e-module-everything-websearch/Makefile ============================================================================== --- head/x11-wm/e-module-everything-websearch/Makefile Sun Jul 9 07:15:20 2017 (r445394) +++ head/x11-wm/e-module-everything-websearch/Makefile Sun Jul 9 09:00:19 2017 (r445395) @@ -6,6 +6,7 @@ PORTVERSION= 20140818 PORTREVISION= 2 CATEGORIES= x11-wm enlightenment MASTER_SITES= LOCAL/gblach/enlightenment/ +DIST_SUBDIR= enlightenment MAINTAINER= enlightenment@FreeBSD.org COMMENT= Enlightenment websearch plugin for the "everything" module @@ -14,7 +15,6 @@ BUILD_DEPENDS= enlightenment:x11-wm/enlightenment RUN_DEPENDS= enlightenment:x11-wm/enlightenment LIB_DEPENDS= libcurl.so:ftp/curl -DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes USES= gmake libtool pkgconfig tar:xz INSTALL_TARGET= install-strip @@ -22,16 +22,8 @@ INSTALL_TARGET= install-strip .include "../enlightenment/Makefile.plist" OPTIONS_DEFINE= NLS - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -CONFIGURE_ARGS+=--enable-nls -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +OPTIONS_SUB= yes +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls .include <bsd.port.mk> Modified: head/x11-wm/e-module-everything-websearch/pkg-descr ============================================================================== --- head/x11-wm/e-module-everything-websearch/pkg-descr Sun Jul 9 07:15:20 2017 (r445394) +++ head/x11-wm/e-module-everything-websearch/pkg-descr Sun Jul 9 09:00:19 2017 (r445395) @@ -2,4 +2,4 @@ Helps to find stuff on Wikipedia, use Google suggestio and 'Google for it'(tm) action. Triggers can be configured, defaults are 'g ' and 'w '. -WWW: http://www.enlightenment.org/ +WWW: https://www.enlightenment.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707090900.v6990KuI096208>