svn commit: r445737 - head/x11-wm/e-module-everything-places

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jul 14 09:00:23 UTC 2017


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 at 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/


More information about the svn-ports-all mailing list