git: c6a9fccb37a4 - main - deskutils/xpad: update to 5.8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 May 2022 07:44:47 UTC
The branch main has been updated by jgh: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6a9fccb37a4432c8a0e4fa28ccf8b197c615a9c commit c6a9fccb37a4432c8a0e4fa28ccf8b197c615a9c Author: Jason Helfman <jgh@FreeBSD.org> AuthorDate: 2022-05-23 07:39:01 +0000 Commit: Jason Helfman <jgh@FreeBSD.org> CommitDate: 2022-05-23 07:43:40 +0000 deskutils/xpad: update to 5.8.0 - address binary version reporting (accepted upstream) Changelog: https://launchpadlibrarian.net/601840052/ChangeLog --- deskutils/xpad/Makefile | 3 +-- deskutils/xpad/distinfo | 6 +++--- deskutils/xpad/files/patch-configure.ac | 11 +++++++++++ 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]) +