aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2022-05-23 07:39:01 +0000
committerJason Helfman <jgh@FreeBSD.org>2022-05-23 07:43:40 +0000
commitc6a9fccb37a4432c8a0e4fa28ccf8b197c615a9c (patch)
treeb79412e9ba551be8e7b346ff385f4ee88e94c51e /deskutils
parent280f9d0313b1aaee7e205129955836d6f2b3de32 (diff)
downloadports-c6a9fccb37a4432c8a0e4fa28ccf8b197c615a9c.tar.gz
ports-c6a9fccb37a4432c8a0e4fa28ccf8b197c615a9c.zip
deskutils/xpad: update to 5.8.0
- address binary version reporting (accepted upstream) Changelog: https://launchpadlibrarian.net/601840052/ChangeLog
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/xpad/Makefile3
-rw-r--r--deskutils/xpad/distinfo6
-rw-r--r--deskutils/xpad/files/patch-configure.ac11
3 files changed, 15 insertions, 5 deletions
diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile
index 6a8b5d3df075..42f8387464e3 100644
--- a/deskutils/xpad/Makefile
+++ b/deskutils/xpad/Makefile
@@ -1,8 +1,7 @@
# Created by: Jason Helfman <jgh@FreeBSD.org>
PORTNAME= xpad
-PORTVERSION= 5.7.0
-PORTREVISION= 1
+PORTVERSION= 5.8.0
CATEGORIES= deskutils
MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
diff --git a/deskutils/xpad/distinfo b/deskutils/xpad/distinfo
index a45762dd89b1..4ba1e06ac05b 100644
--- a/deskutils/xpad/distinfo
+++ b/deskutils/xpad/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1652600372
-SHA256 (xpad-5.7.0.tar.bz2) = ead80a5e8b52e854d730e0c075df5a190be311522a441e87f1d2ec57fdd0856b
-SIZE (xpad-5.7.0.tar.bz2) = 162675
+TIMESTAMP = 1653206127
+SHA256 (xpad-5.8.0.tar.bz2) = d9a4efe47e0fb75bc47ef4ae4aa5ea8a3f44b51555eac9c72213fb5a6004be03
+SIZE (xpad-5.8.0.tar.bz2) = 162732
diff --git a/deskutils/xpad/files/patch-configure.ac b/deskutils/xpad/files/patch-configure.ac
new file mode 100644
index 000000000000..6fda6fa78a8b
--- /dev/null
+++ b/deskutils/xpad/files/patch-configure.ac
@@ -0,0 +1,11 @@
+--- configure.ac.orig 2022-05-23 07:22:34 UTC
++++ configure.ac
+@@ -1,7 +1,7 @@
+ # Process this file with autoconf to produce a configure script.
+
+ # Sets up autoconf.
+-AC_INIT([Xpad],[5.7],[xpad-hackers@lists.launchpad.net])
++AC_INIT([Xpad],[5.8],[xpad-hackers@lists.launchpad.net])
+ AC_CONFIG_SRCDIR(src/xpad-app.c)
+ AC_CONFIG_HEADERS([config.h:config.h.in])
+