Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2014 18:37:05 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360076 - head/x11-clocks/xfce4-datetime-plugin
Message-ID:  <201407011837.s61Ib5mq027387@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Jul  1 18:37:04 2014
New Revision: 360076
URL: http://svnweb.freebsd.org/changeset/ports/360076
QAT: https://qat.redports.org/buildarchive/r360076/

Log:
  - USES=libtool tar:bzip2
  - INSTALL_TARGET=install-strip

Modified:
  head/x11-clocks/xfce4-datetime-plugin/Makefile
  head/x11-clocks/xfce4-datetime-plugin/pkg-plist

Modified: head/x11-clocks/xfce4-datetime-plugin/Makefile
==============================================================================
--- head/x11-clocks/xfce4-datetime-plugin/Makefile	Tue Jul  1 18:28:17 2014	(r360075)
+++ head/x11-clocks/xfce4-datetime-plugin/Makefile	Tue Jul  1 18:37:04 2014	(r360076)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xfce4-datetime-plugin
 PORTVERSION=	0.6.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-clocks xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -14,11 +14,11 @@ COMMENT=	Datetime panel plugin for the X
 
 LICENSE=	GPLv2
 
-USE_BZIP2=	yes
-INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes
+INSTALLS_ICONS=	yes
+INSTALL_TARGET=	install-strip
+USES=		gettext gmake libtool pkgconfig tar:bzip2
 USE_GNOME=	gtk20 intltool intlhack
 USE_XFCE=	configenv libmenu libutil panel
-USES=		pkgconfig gettext gmake
 
 .include <bsd.port.mk>

Modified: head/x11-clocks/xfce4-datetime-plugin/pkg-plist
==============================================================================
--- head/x11-clocks/xfce4-datetime-plugin/pkg-plist	Tue Jul  1 18:28:17 2014	(r360075)
+++ head/x11-clocks/xfce4-datetime-plugin/pkg-plist	Tue Jul  1 18:37:04 2014	(r360076)
@@ -1,4 +1,3 @@
-lib/xfce4/panel/plugins/libdatetime.la
 lib/xfce4/panel/plugins/libdatetime.so
 share/locale/ar/LC_MESSAGES/xfce4-datetime-plugin.mo
 share/locale/ast/LC_MESSAGES/xfce4-datetime-plugin.mo



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