svn commit: r365191 - head/mail/xfce4-mailwatch-plugin
Tijl Coosemans
tijl at FreeBSD.org
Sun Aug 17 14:25:51 UTC 2014
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
More information about the svn-ports-all
mailing list