Date: Thu, 29 Sep 2016 20:25:37 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r422946 - branches/2016Q3/deskutils/xpad Message-ID: <201609292025.u8TKPbLG070492@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Thu Sep 29 20:25:37 2016 New Revision: 422946 URL: https://svnweb.freebsd.org/changeset/ports/422946 Log: MFH: r422944 - update to 4.8.0 - Fix: Autostart - Pads did not hide on startup when set in the preferences due to the tray icon not being recognized properly (#1560019) - adjust dependencies - fix spelling on header With hat: ports-secteam Approved by: ports-secteam Modified: branches/2016Q3/deskutils/xpad/Makefile branches/2016Q3/deskutils/xpad/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/deskutils/xpad/Makefile ============================================================================== --- branches/2016Q3/deskutils/xpad/Makefile Thu Sep 29 20:01:40 2016 (r422945) +++ branches/2016Q3/deskutils/xpad/Makefile Thu Sep 29 20:25:37 2016 (r422946) @@ -1,8 +1,8 @@ -# Created by: Jaosn Helfman <jgh@FreeBSD.org> +# Created by: Jason Helfman <jgh@FreeBSD.org> # $FreeBSD$ PORTNAME= xpad -PORTVERSION= 4.7.0 +PORTVERSION= 4.8.0 CATEGORIES= deskutils MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ @@ -17,8 +17,8 @@ OPTIONS_DEFINE= NLS DOCS OPTIONS_SUB= yes CONFLICTS_INSTALL= xpad3-[0-9]* -USE_XORG= x11 sm -USE_GNOME= gtk30 intltool gtksourceview3 +USE_XORG= x11 sm ice +USE_GNOME= gtk30 intltool gtksourceview3 cairo USES= pkgconfig gmake tar:bzip2 autoreconf INSTALLS_ICONS= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include Modified: branches/2016Q3/deskutils/xpad/distinfo ============================================================================== --- branches/2016Q3/deskutils/xpad/distinfo Thu Sep 29 20:01:40 2016 (r422945) +++ branches/2016Q3/deskutils/xpad/distinfo Thu Sep 29 20:25:37 2016 (r422946) @@ -1,2 +1,3 @@ -SHA256 (xpad-4.7.0.tar.bz2) = 4b11963077e265d8ca8396b2a8e841c068a95f538197397631fdd75ab195b13c -SIZE (xpad-4.7.0.tar.bz2) = 240374 +TIMESTAMP = 1475084166 +SHA256 (xpad-4.8.0.tar.bz2) = 42b8e377a6ada7259200ec854916122b42d70006901bbc957642b9ed7d09c99d +SIZE (xpad-4.8.0.tar.bz2) = 247547
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609292025.u8TKPbLG070492>