Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2017 09:01:00 +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: r446188 - head/x11-wm/e-module-cpu
Message-ID:  <201707190901.v6J910OE035882@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jul 19 09:01:00 2017
New Revision: 446188
URL: https://svnweb.freebsd.org/changeset/ports/446188

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

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

Modified: head/x11-wm/e-module-cpu/Makefile
==============================================================================
--- head/x11-wm/e-module-cpu/Makefile	Wed Jul 19 07:42:26 2017	(r446187)
+++ head/x11-wm/e-module-cpu/Makefile	Wed Jul 19 09:01:00 2017	(r446188)
@@ -6,6 +6,7 @@ PORTVERSION=	20140911
 PORTREVISION=	1
 CATEGORIES=	x11-wm enlightenment
 MASTER_SITES=	LOCAL/gblach/enlightenment/
+DIST_SUBDIR=	enlightenment
 
 MAINTAINER=	enlightenment@FreeBSD.org
 COMMENT=	Enlightenment module which allows users to monitor cpu load
@@ -13,7 +14,6 @@ COMMENT=	Enlightenment module which allows users to mo
 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-cpu/pkg-descr
==============================================================================
--- head/x11-wm/e-module-cpu/pkg-descr	Wed Jul 19 07:42:26 2017	(r446187)
+++ head/x11-wm/e-module-cpu/pkg-descr	Wed Jul 19 09:01:00 2017	(r446188)
@@ -2,4 +2,4 @@ This e17 module allows users to monitor current cpu lo
 load graph and display cpu load percentage. The polling interval is
 fully configurable.
 
-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?201707190901.v6J910OE035882>