mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
net-im/pidgin-bot-sentry: Unbreak
Unbreak after the recent pkgconf update. Notified by: pkg-fallout
This commit is contained in:
parent
ec7786ce5f
commit
a495c1270e
2 changed files with 12 additions and 1 deletions
|
@ -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}
|
||||
|
|
11
net-im/pidgin-bot-sentry/files/patch-configure
Normal file
11
net-im/pidgin-bot-sentry/files/patch-configure
Normal file
|
@ -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; }
|
Loading…
Add table
Reference in a new issue