Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2012 19:00:02 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304795 - head/x11-clocks/xfce4-timer-plugin
Message-ID:  <201209241900.q8OJ02FS077798@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Mon Sep 24 19:00:02 2012
New Revision: 304795
URL: http://svn.freebsd.org/changeset/ports/304795

Log:
  - Update to 1.0.0
  - Adjust Xfce components
  - Convert to USE_PKGCONFIG
  
  Approved by:	rene, miwi (mentors)

Modified:
  head/x11-clocks/xfce4-timer-plugin/Makefile   (contents, props changed)
  head/x11-clocks/xfce4-timer-plugin/distinfo   (contents, props changed)
  head/x11-clocks/xfce4-timer-plugin/pkg-plist   (contents, props changed)

Modified: head/x11-clocks/xfce4-timer-plugin/Makefile
==============================================================================
--- head/x11-clocks/xfce4-timer-plugin/Makefile	Mon Sep 24 18:47:48 2012	(r304794)
+++ head/x11-clocks/xfce4-timer-plugin/Makefile	Mon Sep 24 19:00:02 2012	(r304795)
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	xfce4-timer-plugin
-PORTVERSION=	0.6.4
-PORTREVISION=	2
+PORTVERSION=	1.0.0
 CATEGORIES=	x11-clocks xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
-MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
+MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4
 
 MAINTAINER=	xfce@FreeBSD.org
@@ -21,7 +20,8 @@ USE_GMAKE=	yes
 INSTALLS_ICONS=	yes
 USE_GETTEXT=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	gtk20 intltool intlhack pkgconfig
-USE_XFCE=	configenv libgui libutil panel
+USE_GNOME=	gtk20 intltool intlhack
+USE_XFCE=	configenv libmenu libutil panel
+USE_PKGCONFIG=	build
 
 .include <bsd.port.mk>

Modified: head/x11-clocks/xfce4-timer-plugin/distinfo
==============================================================================
--- head/x11-clocks/xfce4-timer-plugin/distinfo	Mon Sep 24 18:47:48 2012	(r304794)
+++ head/x11-clocks/xfce4-timer-plugin/distinfo	Mon Sep 24 19:00:02 2012	(r304795)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/xfce4-timer-plugin-0.6.4.tar.bz2) = de08fd8c37d878035d01f91f7e8467056835e6d293f707db8d4da576a49ff226
-SIZE (xfce4/xfce4-timer-plugin-0.6.4.tar.bz2) = 277536
+SHA256 (xfce4/xfce4-timer-plugin-1.0.0.tar.bz2) = ab56dbe6c86c5ec4de5f7c0ae606901cd369093eabf9e678316a6c63287310c7
+SIZE (xfce4/xfce4-timer-plugin-1.0.0.tar.bz2) = 311450

Modified: head/x11-clocks/xfce4-timer-plugin/pkg-plist
==============================================================================
--- head/x11-clocks/xfce4-timer-plugin/pkg-plist	Mon Sep 24 18:47:48 2012	(r304794)
+++ head/x11-clocks/xfce4-timer-plugin/pkg-plist	Mon Sep 24 19:00:02 2012	(r304795)
@@ -17,6 +17,7 @@ share/locale/hu/LC_MESSAGES/xfce4-timer-
 share/locale/id/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/it/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/ja/LC_MESSAGES/xfce4-timer-plugin.mo
+share/locale/ko/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/lv/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/nl/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/pl/LC_MESSAGES/xfce4-timer-plugin.mo



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