Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Oct 2014 22:19:07 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370676 - head/misc/xfce4-appfinder
Message-ID:  <201410112219.s9BMJ7Yw022772@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Sat Oct 11 22:19:06 2014
New Revision: 370676
URL: https://svnweb.freebsd.org/changeset/ports/370676
QAT: https://qat.redports.org/buildarchive/r370676/

Log:
  - Convert USE_BZIP2 to USES
  - Use OPTIONS_SUB
  - Cleanup plist

Modified:
  head/misc/xfce4-appfinder/Makefile
  head/misc/xfce4-appfinder/pkg-plist

Modified: head/misc/xfce4-appfinder/Makefile
==============================================================================
--- head/misc/xfce4-appfinder/Makefile	Sat Oct 11 22:15:53 2014	(r370675)
+++ head/misc/xfce4-appfinder/Makefile	Sat Oct 11 22:19:06 2014	(r370676)
@@ -14,22 +14,20 @@ COMMENT=	Application launcher and finder
 LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
 
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
-USES=		pathfix pkgconfig gmake
+USES=		gmake pathfix pkgconfig tar:bzip2
 USE_GNOME=	gtk20 glib20 intltool intlhack
 USE_XFCE=	configenv garcon libmenu libutil xfconf
 
 OPTIONS_DEFINE=	NLS
+OPTIONS_SUB=	yes
 
 .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
 
 .include <bsd.port.mk>

Modified: head/misc/xfce4-appfinder/pkg-plist
==============================================================================
--- head/misc/xfce4-appfinder/pkg-plist	Sat Oct 11 22:15:53 2014	(r370675)
+++ head/misc/xfce4-appfinder/pkg-plist	Sat Oct 11 22:19:06 2014	(r370676)
@@ -65,27 +65,3 @@ share/applications/xfce4-run.desktop
 %%NLS%%share/locale/vi/LC_MESSAGES/xfce4-appfinder.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-appfinder.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-appfinder.mo
-%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ur_PK
-%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ur
-%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ug
-%%NLS%%@dirrmtry share/locale/te/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/te
-%%NLS%%@dirrmtry share/locale/si/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/si
-%%NLS%%@dirrmtry share/locale/mr/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/mr
-%%NLS%%@dirrmtry share/locale/ku/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ku
-%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/kk
-%%NLS%%@dirrmtry share/locale/hy/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/hy
-%%NLS%%@dirrmtry share/locale/dz/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/dz
-%%NLS%%@dirrmtry share/locale/bn_IN/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/bn_IN
-%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ast



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410112219.s9BMJ7Yw022772>