diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-10-22 03:40:09 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-10-22 03:40:09 +0800 |
commit | dc821dae1bcde8fbe6389f82c56af6ac6144b1ee (patch) | |
tree | b64252a24ce8cddec9626fc824e3bf5dccc660e5 /x11 | |
parent | 3020be3b3e09f0c5b3c7f1a54f3e49ef4c161cad (diff) | |
download | freebsd-ports-gnome-dc821dae1bcde8fbe6389f82c56af6ac6144b1ee.tar.gz freebsd-ports-gnome-dc821dae1bcde8fbe6389f82c56af6ac6144b1ee.tar.zst freebsd-ports-gnome-dc821dae1bcde8fbe6389f82c56af6ac6144b1ee.zip |
- Update to 0.6.0
- Switch to USES= gmake
- Support STAGEDIR
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-wmdock-plugin/Makefile | 11 | ||||
-rw-r--r-- | x11/xfce4-wmdock-plugin/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/xfce4-wmdock-plugin/Makefile b/x11/xfce4-wmdock-plugin/Makefile index ebd24a675dce..02c59eaa3fba 100644 --- a/x11/xfce4-wmdock-plugin/Makefile +++ b/x11/xfce4-wmdock-plugin/Makefile @@ -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@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> diff --git a/x11/xfce4-wmdock-plugin/distinfo b/x11/xfce4-wmdock-plugin/distinfo index 1503a77a9be0..191d7a340227 100644 --- a/x11/xfce4-wmdock-plugin/distinfo +++ b/x11/xfce4-wmdock-plugin/distinfo @@ -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 |