diff options
author | wg <wg@FreeBSD.org> | 2013-09-11 20:48:07 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-09-11 20:48:07 +0800 |
commit | d07b984e9e24df7f704dcea0da8bb2273f3c76bc (patch) | |
tree | 596b83a08e3e5c83e787aee113e552b479ccb6ad /x11 | |
parent | b2ec54c429eb82985d49524529ee43d7a7648180 (diff) | |
download | freebsd-ports-gnome-d07b984e9e24df7f704dcea0da8bb2273f3c76bc.tar.gz freebsd-ports-gnome-d07b984e9e24df7f704dcea0da8bb2273f3c76bc.tar.zst freebsd-ports-gnome-d07b984e9e24df7f704dcea0da8bb2273f3c76bc.zip |
x11/lxpanel: update to 0.6.1
- Update to 0.6.1
- Convert lib depends to new syntax
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lxpanel/Makefile | 6 | ||||
-rw-r--r-- | x11/lxpanel/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/lxpanel/Makefile b/x11/lxpanel/Makefile index b3b659d57c59..6d95264421ea 100644 --- a/x11/lxpanel/Makefile +++ b/x11/lxpanel/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= lxpanel -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= x11 -MASTER_SITES= SF/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20${PORTVERSION}%20(pre-release)/ +MASTER_SITES= SF/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20${PORTVERSION}/ MAINTAINER= wg@FreeBSD.org COMMENT= Lightweight X11 desktop panel @@ -12,7 +12,7 @@ COMMENT= Lightweight X11 desktop panel LICENSE= GPLv2 MIT LICENSE_COMB= dual -LIB_DEPENDS= menu-cache:${PORTSDIR}/x11/menu-cache +LIB_DEPENDS= libmenu-cache.so:${PORTSDIR}/x11/menu-cache RUN_DEPENDS= ${LOCALBASE}/share/desktop-directories/lxde-audio-video.directory:${PORTSDIR}/x11/lxmenu-data OPTIONS_DEFINE= DOCS ALSA NLS diff --git a/x11/lxpanel/distinfo b/x11/lxpanel/distinfo index 054cbc46e512..540e77ad3af7 100644 --- a/x11/lxpanel/distinfo +++ b/x11/lxpanel/distinfo @@ -1,2 +1,2 @@ -SHA256 (lxpanel-0.6.0.tar.gz) = ab1f395d03fe585acb4bc2d63e5ebe8af4243644c136f588f1dfa99c7c26f9d7 -SIZE (lxpanel-0.6.0.tar.gz) = 2083742 +SHA256 (lxpanel-0.6.1.tar.gz) = a16a21b2186218c70ed98dc7875c54d6bb12ae7271825ff5060feb8d2a4e86cb +SIZE (lxpanel-0.6.1.tar.gz) = 2094946 |