Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 14:25:51 +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: r365191 - head/mail/xfce4-mailwatch-plugin
Message-ID:  <201408171425.s7HEPp9h038483@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Aug 17 14:25:50 2014
New Revision: 365191
URL: http://svnweb.freebsd.org/changeset/ports/365191
QAT: https://qat.redports.org/buildarchive/r365191/

Log:
  Add USES=libtool and INSTALL_TARGET=install-strip

Modified:
  head/mail/xfce4-mailwatch-plugin/Makefile
  head/mail/xfce4-mailwatch-plugin/pkg-plist

Modified: head/mail/xfce4-mailwatch-plugin/Makefile
==============================================================================
--- head/mail/xfce4-mailwatch-plugin/Makefile	Sun Aug 17 14:24:57 2014	(r365190)
+++ head/mail/xfce4-mailwatch-plugin/Makefile	Sun Aug 17 14:25:50 2014	(r365191)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xfce4-mailwatch-plugin
 PORTVERSION=	1.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -15,9 +15,10 @@ COMMENT=	Mail notification applet for th
 LIB_DEPENDS=	libgnutls.so:${PORTSDIR}/security/gnutls \
 		libgcrypt.so:${PORTSDIR}/security/libgcrypt
 
-INSTALLS_ICONS=	yes
-USES=		gettext gmake pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
+INSTALLS_ICONS=	yes
+INSTALL_TARGET=	install-strip
+USES=		gettext gmake libtool pkgconfig tar:bzip2
 USE_GNOME=	glib20 gtk20 intltool intlhack
 USE_XFCE=	configenv libexo libmenu libutil panel
 USE_XORG=	x11

Modified: head/mail/xfce4-mailwatch-plugin/pkg-plist
==============================================================================
--- head/mail/xfce4-mailwatch-plugin/pkg-plist	Sun Aug 17 14:24:57 2014	(r365190)
+++ head/mail/xfce4-mailwatch-plugin/pkg-plist	Sun Aug 17 14:25:50 2014	(r365191)
@@ -1,4 +1,3 @@
-lib/xfce4/panel/plugins/libmailwatch.la
 lib/xfce4/panel/plugins/libmailwatch.so
 share/icons/hicolor/48x48/apps/xfce-newmail.png
 share/icons/hicolor/48x48/apps/xfce-nomail.png



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