diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2023-09-05 10:40:07 +0200 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2023-09-05 16:02:55 +0200 |
commit | a495c1270e03097f52c431212c48dcb756da874c (patch) | |
tree | 62bef3cc305f99f56a1011ef9abd418d6b58119f /net-im/pidgin-bot-sentry | |
parent | www/gitlab-ce: new ports required for gitlab-ce 16.3 (diff) |
net-im/pidgin-bot-sentry: Unbreak
Unbreak after the recent pkgconf update.
Notified by: pkg-fallout
Diffstat (limited to 'net-im/pidgin-bot-sentry')
-rw-r--r-- | net-im/pidgin-bot-sentry/Makefile | 2 | ||||
-rw-r--r-- | net-im/pidgin-bot-sentry/files/patch-configure | 11 |
2 files changed, 12 insertions, 1 deletions
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; } |