Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2023 14:02:59 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a495c1270e03 - main - net-im/pidgin-bot-sentry: Unbreak
Message-ID:  <202309051402.385E2xiR044622@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a495c1270e03097f52c431212c48dcb756da874c

commit a495c1270e03097f52c431212c48dcb756da874c
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2023-09-05 08:40:07 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2023-09-05 14:02:55 +0000

    net-im/pidgin-bot-sentry: Unbreak
    
    Unbreak after the recent pkgconf update.
    
    Notified by:    pkg-fallout
---
 net-im/pidgin-bot-sentry/Makefile              |  2 +-
 net-im/pidgin-bot-sentry/files/patch-configure | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/net-im/pidgin-bot-sentry/Makefile b/net-im/pidgin-bot-sentry/Makefile
index 759d584d22c1..0f6b7326c916 100644
--- a/net-im/pidgin-bot-sentry/Makefile
+++ b/net-im/pidgin-bot-sentry/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pidgin-bot-sentry
 PORTVERSION=	1.3.0
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	net-im
 MASTER_SITES=	SF/pidgin-bs/bot-sentry/${PORTVERSION}
 DISTNAME=	bot-sentry-${PORTVERSION}
diff --git a/net-im/pidgin-bot-sentry/files/patch-configure b/net-im/pidgin-bot-sentry/files/patch-configure
new file mode 100644
index 000000000000..2bb9cfa24f32
--- /dev/null
+++ b/net-im/pidgin-bot-sentry/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig	2008-07-11 13:25:52 UTC
++++ configure
+@@ -21156,7 +21156,7 @@ echo $ECHO_N "checking PURPLE_MAJOR_VERSION... $ECHO_C
+ 
+ { echo "$as_me:$LINENO: checking PURPLE_MAJOR_VERSION" >&5
+ echo $ECHO_N "checking PURPLE_MAJOR_VERSION... $ECHO_C" >&6; }
+-PURPLE_MAJOR_VERSION="`echo $PURPLE_VERSION|"$SED" -e's/^\([^.]*\).*$/\1/g'`"
++PURPLE_MAJOR_VERSION=2
+ 
+ { echo "$as_me:$LINENO: result: $PURPLE_MAJOR_VERSION" >&5
+ echo "${ECHO_T}$PURPLE_MAJOR_VERSION" >&6; }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309051402.385E2xiR044622>