svn commit: r326972 - head/x11/lxpanel

William Grzybowski wg at FreeBSD.org
Wed Sep 11 12:48:08 UTC 2013


Author: wg
Date: Wed Sep 11 12:48:07 2013
New Revision: 326972
URL: http://svnweb.freebsd.org/changeset/ports/326972

Log:
  x11/lxpanel: update to 0.6.1
  
  - Update to 0.6.1
  - Convert lib depends to new syntax

Modified:
  head/x11/lxpanel/Makefile
  head/x11/lxpanel/distinfo

Modified: head/x11/lxpanel/Makefile
==============================================================================
--- head/x11/lxpanel/Makefile	Wed Sep 11 12:48:01 2013	(r326971)
+++ head/x11/lxpanel/Makefile	Wed Sep 11 12:48:07 2013	(r326972)
@@ -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 at 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

Modified: head/x11/lxpanel/distinfo
==============================================================================
--- head/x11/lxpanel/distinfo	Wed Sep 11 12:48:01 2013	(r326971)
+++ head/x11/lxpanel/distinfo	Wed Sep 11 12:48:07 2013	(r326972)
@@ -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


More information about the svn-ports-all mailing list