Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2017 09:00:22 +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: r445737 - head/x11-wm/e-module-everything-places
Message-ID:  <201707140900.v6E90MN5069862@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jul 14 09:00:22 2017
New Revision: 445737
URL: https://svnweb.freebsd.org/changeset/ports/445737

Log:
  - Pet portlint
  - Switch to options helpers
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/x11-wm/e-module-everything-places/Makefile
  head/x11-wm/e-module-everything-places/pkg-descr

Modified: head/x11-wm/e-module-everything-places/Makefile
==============================================================================
--- head/x11-wm/e-module-everything-places/Makefile	Fri Jul 14 08:34:56 2017	(r445736)
+++ head/x11-wm/e-module-everything-places/Makefile	Fri Jul 14 09:00:22 2017	(r445737)
@@ -6,6 +6,7 @@ PORTVERSION=	20140606
 PORTREVISION=	1
 CATEGORIES=	x11-wm enlightenment
 MASTER_SITES=	LOCAL/gblach/enlightenment/
+DIST_SUBDIR=	enlightenment
 
 MAINTAINER=	enlightenment@FreeBSD.org
 COMMENT=	Enlightenment places plugin for the "everything" module
@@ -13,7 +14,6 @@ COMMENT=	Enlightenment places plugin for the "everythi
 BUILD_DEPENDS=	enlightenment:x11-wm/enlightenment
 RUN_DEPENDS=	enlightenment:x11-wm/enlightenment
 
-DIST_SUBDIR=	enlightenment
 GNU_CONFIGURE=	yes
 USES=		gmake libtool pkgconfig tar:xz
 INSTALL_TARGET=	install-strip
@@ -21,16 +21,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-places/pkg-descr
==============================================================================
--- head/x11-wm/e-module-everything-places/pkg-descr	Fri Jul 14 08:34:56 2017	(r445736)
+++ head/x11-wm/e-module-everything-places/pkg-descr	Fri Jul 14 09:00:22 2017	(r445737)
@@ -1,3 +1,3 @@
 An e17 places plugin for the "everything" module.
 
-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?201707140900.v6E90MN5069862>