svn commit: r301045 - head/sysutils/xfce4-battery-plugin

Olivier Duchateau olivierd at FreeBSD.org
Tue Jul 17 21:52:30 UTC 2012


Author: olivierd
Date: Tue Jul 17 21:52:29 2012
New Revision: 301045
URL: http://svn.freebsd.org/changeset/ports/301045

Log:
  - Update to 1.0.5
  - Convert to new options framework
  
  Submitted by:	myself
  Approved by:	miwi, rene (mentors)

Modified:
  head/sysutils/xfce4-battery-plugin/Makefile
  head/sysutils/xfce4-battery-plugin/distinfo

Modified: head/sysutils/xfce4-battery-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-battery-plugin/Makefile	Tue Jul 17 21:41:19 2012	(r301044)
+++ head/sysutils/xfce4-battery-plugin/Makefile	Tue Jul 17 21:52:29 2012	(r301045)
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	xfce4-battery-plugin
-PORTVERSION=	1.0.4
-PORTREVISION=	1
+PORTVERSION=	1.0.5
 CATEGORIES=	sysutils xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -25,11 +24,12 @@ USE_GNOME=	gnomehack gtk20 glib20 intlto
 USE_XFCE=	configenv libmenu libutil panel
 INSTALLS_ICONS=	yes
 
-OPTIONS=	NLS "Enable Native Language Support" on
+OPTIONS_DEFINE= NLS
+OPTIONS_DEFAULT=        NLS
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
-.if !defined(WITHOUT_NLS)
+.if ${PORT_OPTIONS:MNLS}
 USE_GETTEXT=	yes
 CONFIGURE_ARGS+=--enable-nls
 PLIST_SUB+=	NLS=""
@@ -38,4 +38,4 @@ CONFIGURE_ARGS+=--disable-nls
 PLIST_SUB+=	NLS="@comment "
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/sysutils/xfce4-battery-plugin/distinfo
==============================================================================
--- head/sysutils/xfce4-battery-plugin/distinfo	Tue Jul 17 21:41:19 2012	(r301044)
+++ head/sysutils/xfce4-battery-plugin/distinfo	Tue Jul 17 21:52:29 2012	(r301045)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/xfce4-battery-plugin-1.0.4.tar.bz2) = 2682d634f30511d09e65f70b3cb3bd7748cc684a745a252c47c4118b3adf6dd6
-SIZE (xfce4/xfce4-battery-plugin-1.0.4.tar.bz2) = 402261
+SHA256 (xfce4/xfce4-battery-plugin-1.0.5.tar.bz2) = f659b1af40ab72c93448affaa693ab551827a5600ce9b97a799b7c2419bdeb11
+SIZE (xfce4/xfce4-battery-plugin-1.0.5.tar.bz2) = 403505



More information about the svn-ports-all mailing list