diff options
author | olivierd <olivierd@FreeBSD.org> | 2012-07-18 05:52:29 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2012-07-18 05:52:29 +0800 |
commit | 54c1729bef2dfa8828dc7699018815fa98329830 (patch) | |
tree | c316cde6e7d7c55dd779b716a00e5c07e4596245 /sysutils | |
parent | 85592f6182520f86f974ddef719bac4adef68835 (diff) | |
download | freebsd-ports-gnome-54c1729bef2dfa8828dc7699018815fa98329830.tar.gz freebsd-ports-gnome-54c1729bef2dfa8828dc7699018815fa98329830.tar.zst freebsd-ports-gnome-54c1729bef2dfa8828dc7699018815fa98329830.zip |
- Update to 1.0.5
- Convert to new options framework
Submitted by: myself
Approved by: miwi, rene (mentors)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfce4-battery-plugin/Makefile | 12 | ||||
-rw-r--r-- | sysutils/xfce4-battery-plugin/distinfo | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index 483f3e2506ca..c3cad50f63a4 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -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 intltool intlhack pkgconfig 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> diff --git a/sysutils/xfce4-battery-plugin/distinfo b/sysutils/xfce4-battery-plugin/distinfo index e9c724a38c33..8e17b8a538d4 100644 --- a/sysutils/xfce4-battery-plugin/distinfo +++ b/sysutils/xfce4-battery-plugin/distinfo @@ -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 |