From owner-svn-ports-all@freebsd.org Sun Jul 9 09:00:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2815BDAE36A; Sun, 9 Jul 2017 09:00:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8D337DCE4; Sun, 9 Jul 2017 09:00:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6990KSb096210; Sun, 9 Jul 2017 09:00:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6990KuI096208; Sun, 9 Jul 2017 09:00:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201707090900.v6990KuI096208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 9 Jul 2017 09:00:20 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11-wm/e-module-everything-websearch X-SVN-Commit-Revision: 445395 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2017 09:00:21 -0000 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 - -.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 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/