Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Feb 2017 17:26:38 +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: r434829 - head/sysutils/xfce4-netload-plugin
Message-ID:  <201702251726.v1PHQcfv052355@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Sat Feb 25 17:26:38 2017
New Revision: 434829
URL: https://svnweb.freebsd.org/changeset/ports/434829

Log:
  - Update to 1.3.1
  - Sort USES
  - Switch to optional extra build target

Modified:
  head/sysutils/xfce4-netload-plugin/Makefile
  head/sysutils/xfce4-netload-plugin/distinfo
  head/sysutils/xfce4-netload-plugin/pkg-plist

Modified: head/sysutils/xfce4-netload-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-netload-plugin/Makefile	Sat Feb 25 16:54:48 2017	(r434828)
+++ head/sysutils/xfce4-netload-plugin/Makefile	Sat Feb 25 17:26:38 2017	(r434829)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xfce4-netload-plugin
-PORTVERSION=	1.2.4
-PORTREVISION=	1
+PORTVERSION=	1.3.1
 CATEGORIES=	sysutils xfce
 MASTER_SITES=	XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4
@@ -15,10 +14,11 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	intltool intlhack
+USE_GNOME=	gtk30 intltool cairo
 USE_XFCE=	panel
-USES=		gmake pkgconfig libtool gettext-tools xfce tar:bzip2
+USES=		gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3
 INSTALLS_ICONS=	yes
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
@@ -26,20 +26,13 @@ OPTIONS_SUB=	yes
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=	gettext-runtime
 
-.include <bsd.port.options.mk>
-
-do-patch:
+post-patch:
 	@${REINPLACE_CMD} -e 's, || __FreeBSD_kernel__,,' \
 		${WRKSRC}/panel-plugin/net.c \
 		${WRKSRC}/panel-plugin/net.h \
 		${WRKSRC}/panel-plugin/os.h
 
-.if ${PORT_OPTIONS:MNLS}
-	${REINPLACE_CMD} -e \
-		's|$$(prefix)/$$(DATADIRNAME)/locale|$$(datarootdir)/locale|' \
-		${WRKSRC}/po/Makefile.in.in
-.else
+post-patch-NLS-off:
 	${REINPLACE_CMD} -e 's|po ||' ${WRKSRC}/Makefile.in
-.endif
 
 .include <bsd.port.mk>

Modified: head/sysutils/xfce4-netload-plugin/distinfo
==============================================================================
--- head/sysutils/xfce4-netload-plugin/distinfo	Sat Feb 25 16:54:48 2017	(r434828)
+++ head/sysutils/xfce4-netload-plugin/distinfo	Sat Feb 25 17:26:38 2017	(r434829)
@@ -1,2 +1,3 @@
-SHA256 (xfce4/xfce4-netload-plugin-1.2.4.tar.bz2) = fface918822c012d806717116566e54947ad7613b9290b45a18e2d5ffb8730d3
-SIZE (xfce4/xfce4-netload-plugin-1.2.4.tar.bz2) = 361889
+TIMESTAMP = 1488042852
+SHA256 (xfce4/xfce4-netload-plugin-1.3.1.tar.bz2) = 99762781099d1e0ab9aa6a7b30c2bd94d8f658dbe61c760410d5d42d0766391c
+SIZE (xfce4/xfce4-netload-plugin-1.3.1.tar.bz2) = 367844

Modified: head/sysutils/xfce4-netload-plugin/pkg-plist
==============================================================================
--- head/sysutils/xfce4-netload-plugin/pkg-plist	Sat Feb 25 16:54:48 2017	(r434828)
+++ head/sysutils/xfce4-netload-plugin/pkg-plist	Sat Feb 25 17:26:38 2017	(r434829)
@@ -51,4 +51,4 @@ share/icons/hicolor/scalable/apps/xfce4-
 %%NLS%%share/locale/vi/LC_MESSAGES/xfce4-netload-plugin.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-netload-plugin.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-netload-plugin.mo
-share/xfce4/panel-plugins/netload.desktop
+share/xfce4/panel/plugins/netload.desktop



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