Bug 168789 - [UPDATE] sysutils/xfce4-systemload-plugin to 1.1.0
Summary: [UPDATE] sysutils/xfce4-systemload-plugin to 1.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olivier Duchateau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-07 06:10 UTC by Olivier Duchateau
Modified: 2012-07-18 19:50 UTC (History)
0 users

See Also:


Attachments
file.diff (6.04 KB, patch)
2012-06-07 06:10 UTC, Olivier Duchateau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Duchateau 2012-06-07 06:10:06 UTC
Announce: http://mail.xfce.org/pipermail/xfce/2012-April/030321.html

- port options to new framework

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-08 00:32:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-08 00:32:23 UTC
Maintainer of sysutils/xfce4-systemload-plugin,

Please note that PR ports/168789 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/168789

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-08 00:32:27 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2012-06-09 15:51:31 UTC
Responsible Changed
From-To: miwi->olivierd

submitter have gnats access
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-07-18 19:46:42 UTC
Author: olivierd
Date: Wed Jul 18 18:46:28 2012
New Revision: 301115
URL: http://svn.freebsd.org/changeset/ports/301115

Log:
  - Update to 1.1.1
  - Convert to new options framework
  - Assign maintainance to xfce@ team
  
  PR:	168789 (update to 1.1.0)
  Submitted by:	myself
  Approved by:	miwi, rene (mentors), maintainer timeout (> 2 weeks)

Deleted:
  head/sysutils/xfce4-systemload-plugin/files/
Modified:
  head/sysutils/xfce4-systemload-plugin/Makefile
  head/sysutils/xfce4-systemload-plugin/distinfo
  head/sysutils/xfce4-systemload-plugin/pkg-plist

Modified: head/sysutils/xfce4-systemload-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-systemload-plugin/Makefile	Wed Jul 18 18:32:10 2012	(r301114)
+++ head/sysutils/xfce4-systemload-plugin/Makefile	Wed Jul 18 18:46:28 2012	(r301115)
@@ -6,30 +6,29 @@
 #
 
 PORTNAME=	xfce4-systemload-plugin
-PORTVERSION=	1.0.0
-PORTREVISION=	4
+PORTVERSION=	1.1.1
 CATEGORIES=	sysutils xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4
 
-MAINTAINER=	thorsten.greiner@web.de
+MAINTAINER=	xfce@FreeBSD.org
 COMMENT=	System Load plugin for XFce4
 
-USE_AUTOTOOLS=	libtool
+LIB_DEPENDS=	upower-glib.1:${PORTSDIR}/sysutils/upower
+
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GNOME=	gnomehack gtk20 intltool intlhack pkgconfig
-USE_XFCE=	configenv libgui panel
-
-CONFIGURE_ARGS=	--disable-debug
+USE_XFCE=	configenv libmenu libutil panel
 
-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 +37,4 @@ CONFIGURE_ARGS+=--disable-nls
 PLIST_SUB+=	NLS="@comment "
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/sysutils/xfce4-systemload-plugin/distinfo
==============================================================================
--- head/sysutils/xfce4-systemload-plugin/distinfo	Wed Jul 18 18:32:10 2012	(r301114)
+++ head/sysutils/xfce4-systemload-plugin/distinfo	Wed Jul 18 18:46:28 2012	(r301115)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/xfce4-systemload-plugin-1.0.0.tar.bz2) = 4a2ffe49572105e301b5bf6666fff9e48126f1ef7e5fbed9f4b495fd48c192f9
-SIZE (xfce4/xfce4-systemload-plugin-1.0.0.tar.bz2) = 305892
+SHA256 (xfce4/xfce4-systemload-plugin-1.1.1.tar.bz2) = 1ac13efbe9e576c9effd5e0675574a57c8fd44cfee60d6e319eb4d03c1c8d9ae
+SIZE (xfce4/xfce4-systemload-plugin-1.1.1.tar.bz2) = 299695

Modified: head/sysutils/xfce4-systemload-plugin/pkg-plist
==============================================================================
--- head/sysutils/xfce4-systemload-plugin/pkg-plist	Wed Jul 18 18:32:10 2012	(r301114)
+++ head/sysutils/xfce4-systemload-plugin/pkg-plist	Wed Jul 18 18:46:28 2012	(r301115)
@@ -1,15 +1,18 @@
-libexec/xfce4/panel-plugins/xfce4-systemload-plugin
+lib/xfce4/panel/plugins/libsystemload.la
+lib/xfce4/panel/plugins/libsystemload.so
 %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/ca/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/cs/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/da/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/de/LC_MESSAGES/xfce4-systemload-plugin.mo
+%%NLS%%share/locale/el/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/es/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/eu/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/gl/LC_MESSAGES/xfce4-systemload-plugin.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/hu/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/id/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/it/LC_MESSAGES/xfce4-systemload-plugin.mo
@@ -23,6 +26,7 @@ libexec/xfce4/panel-plugins/xfce4-system
 %%NLS%%share/locale/pt/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/xfce4-systemload-plugin.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/sq/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/tr/LC_MESSAGES/xfce4-systemload-plugin.mo
@@ -33,8 +37,9 @@ libexec/xfce4/panel-plugins/xfce4-system
 %%NLS%%share/locale/vi/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-systemload-plugin.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-systemload-plugin.mo
-share/xfce4/panel-plugins/systemload.desktop
-@dirrmtry share/xfce4/panel-plugins
+share/xfce4/panel/plugins/systemload.desktop
+@dirrmtry share/xfce4/panel/plugins
+@dirrmtry share/xfce4/panel
 @dirrmtry share/xfce4
 %%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/ur_PK
@@ -44,5 +49,6 @@ share/xfce4/panel-plugins/systemload.des
 %%NLS%%@dirrmtry share/locale/ug
 %%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/ast
-@dirrmtry libexec/xfce4/panel-plugins
-@dirrmtry libexec/xfce4
+@dirrmtry lib/xfce4/panel/plugins
+@dirrmtry lib/xfce4/panel
+@dirrmtry lib/xfce4
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Olivier Duchateau freebsd_committer freebsd_triage 2012-07-18 19:50:03 UTC
State Changed
From-To: feedback->closed

Committed.