svn commit: r422944 - head/deskutils/xpad
Jason Helfman
jgh at FreeBSD.org
Thu Sep 29 20:00:42 UTC 2016
Author: jgh
Date: Thu Sep 29 20:00:41 2016
New Revision: 422944
URL: https://svnweb.freebsd.org/changeset/ports/422944
Log:
- 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
Modified:
head/deskutils/xpad/Makefile
head/deskutils/xpad/distinfo
Modified: head/deskutils/xpad/Makefile
==============================================================================
--- head/deskutils/xpad/Makefile Thu Sep 29 19:53:06 2016 (r422943)
+++ head/deskutils/xpad/Makefile Thu Sep 29 20:00:41 2016 (r422944)
@@ -1,8 +1,8 @@
-# Created by: Jaosn Helfman <jgh at FreeBSD.org>
+# Created by: Jason Helfman <jgh at 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: head/deskutils/xpad/distinfo
==============================================================================
--- head/deskutils/xpad/distinfo Thu Sep 29 19:53:06 2016 (r422943)
+++ head/deskutils/xpad/distinfo Thu Sep 29 20:00:41 2016 (r422944)
@@ -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
More information about the svn-ports-head
mailing list