svn commit: r331177 - head/x11/xfce4-wmdock-plugin

Olivier Duchateau olivierd at FreeBSD.org
Mon Oct 21 19:40:10 UTC 2013


Author: olivierd
Date: Mon Oct 21 19:40:09 2013
New Revision: 331177
URL: http://svnweb.freebsd.org/changeset/ports/331177

Log:
  - Update to 0.6.0
  - Switch to USES= gmake
  - Support STAGEDIR

Modified:
  head/x11/xfce4-wmdock-plugin/Makefile
  head/x11/xfce4-wmdock-plugin/distinfo   (contents, props changed)

Modified: head/x11/xfce4-wmdock-plugin/Makefile
==============================================================================
--- head/x11/xfce4-wmdock-plugin/Makefile	Mon Oct 21 19:24:14 2013	(r331176)
+++ head/x11/xfce4-wmdock-plugin/Makefile	Mon Oct 21 19:40:09 2013	(r331177)
@@ -2,22 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	xfce4-wmdock-plugin
-PORTVERSION=	0.3.4
-PORTREVISION=	3
+PORTVERSION=	0.6.0
 CATEGORIES=	x11 xfce
 MASTER_SITES=	http://www.ibh.de/~ellguth/develop/
+DIST_SUBDIR=	xfce4
 
 MAINTAINER=	xfce at FreeBSD.org
 COMMENT=	WMdock plugin for Xfce
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USES=		gettext pkgconfig
+USES=		gettext pkgconfig gmake
 INSTALLS_ICONS=	yes
-USE_GMAKE=	yes
 USE_GNOME=	gtk20 intltool intlhack libwnck
-USE_XFCE=	configenv libgui panel
+USE_XFCE=	configenv libgui libutil panel
 INSTALLS_ICONS=	yes
+USE_XORG=	x11
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11/xfce4-wmdock-plugin/distinfo
==============================================================================
--- head/x11/xfce4-wmdock-plugin/distinfo	Mon Oct 21 19:24:14 2013	(r331176)
+++ head/x11/xfce4-wmdock-plugin/distinfo	Mon Oct 21 19:40:09 2013	(r331177)
@@ -1,2 +1,2 @@
-SHA256 (xfce4-wmdock-plugin-0.3.4.tar.bz2) = b26cd08e65448178cd054f459f0c6b2e2e939442f305b33b54a9a01da811190b
-SIZE (xfce4-wmdock-plugin-0.3.4.tar.bz2) = 306938
+SHA256 (xfce4/xfce4-wmdock-plugin-0.6.0.tar.bz2) = 39702f1e609bce7ae8303340759ee21f683662f460302853b9d219247e10aff4
+SIZE (xfce4/xfce4-wmdock-plugin-0.6.0.tar.bz2) = 340325


More information about the svn-ports-head mailing list