summaryrefslogtreecommitdiff
path: root/irc/bitlbee-otr
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2005-12-12 10:35:45 +0000
committerMathieu Arnold <mat@FreeBSD.org>2005-12-12 10:35:45 +0000
commit90957081e11687209312ff6662cdf478c2516a41 (patch)
treeb32b7e2747dad837b6870dcbdb4cf7dababa50dc /irc/bitlbee-otr
parentUpgrade to 5.6.3 (diff)
Make it work with 4's gcc (c99 declaration problem)
Notes
Notes: svn path=/head/; revision=150974
Diffstat (limited to 'irc/bitlbee-otr')
-rw-r--r--irc/bitlbee-otr/Makefile6
-rw-r--r--irc/bitlbee-otr/distinfo6
2 files changed, 6 insertions, 6 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile
index 173400b42c98..dbe164b65060 100644
--- a/irc/bitlbee-otr/Makefile
+++ b/irc/bitlbee-otr/Makefile
@@ -9,7 +9,7 @@ PORTNAME= bitlbee
PORTVERSION= 1.0
CATEGORIES= irc
MASTER_SITES= http://get.bitlbee.org/src/:bitlbee \
- http://www.bitlbee.be/andy/:msn6
+ http://get.bitlbee.org/patches/:patches
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:bitlbee
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
@@ -20,7 +20,7 @@ COMMENT= An IRC to other chat networks gateway
.if defined(WITH_MSN) && defined(WITH_MSN6_FEATURES)
# don't use DISTNAME as old patch applies fine to new release
-DISTFILES+= ${PORTNAME}-0.92-msn6.akke.patch:msn6
+DISTFILES+= ${PORTNAME}-1.0-msn6.akke.patch:patches
.endif
.if defined(WITH_LDAP)
@@ -71,7 +71,7 @@ pre-configure:
post-patch:
.if defined(WITH_MSN) && defined(WITH_MSN6_FEATURES)
- @${PATCH} ${PATCH_ARGS} -p1 < ${DISTDIR}/${PORTNAME}-0.92-msn6.akke.patch
+ @${PATCH} ${PATCH_ARGS} -p1 < ${DISTDIR}/${PORTNAME}-1.0-msn6.akke.patch
.endif
post-build:
diff --git a/irc/bitlbee-otr/distinfo b/irc/bitlbee-otr/distinfo
index 61cd021aa61e..787e15c5b675 100644
--- a/irc/bitlbee-otr/distinfo
+++ b/irc/bitlbee-otr/distinfo
@@ -4,6 +4,6 @@ SIZE (bitlbee-1.0.tar.gz) = 453937
MD5 (bitlbee-1.0-ldap.diff) = f6641ed9b36ca2ceae292370200452fb
SHA256 (bitlbee-1.0-ldap.diff) = 2da18c740b1c1ff6851f3a52ab0100cec251d9e1683c281a306cbbc21e6847f5
SIZE (bitlbee-1.0-ldap.diff) = 7240
-MD5 (bitlbee-0.92-msn6.akke.patch) = fd78a28895c73d9afe39ddfed2af7076
-SHA256 (bitlbee-0.92-msn6.akke.patch) = 96065fdb3fbf2438c193c4db59aa506fab85b51f7755c1ee86a58d7aa26cbca7
-SIZE (bitlbee-0.92-msn6.akke.patch) = 86602
+MD5 (bitlbee-1.0-msn6.akke.patch) = 5964b15b9982ddaf923346e83737c6af
+SHA256 (bitlbee-1.0-msn6.akke.patch) = bbab3e5a0c0be255b55a60d44d19356f1dcae9556768dcc2ea82dd123edd19eb
+SIZE (bitlbee-1.0-msn6.akke.patch) = 85638