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,23 +1,23 @@ 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} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Pidgin plugin to prevent instant message spam WWW= https://sourceforge.net/projects/pidgin-bs/ LICENSE= GPLv3 LIB_DEPENDS= libpurple.so:net-im/libpurple RUN_DEPENDS= pidgin:net-im/pidgin USES= gettext gmake gnome libtool pkgconfig tar:bzip2 USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip .include 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; }