summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
Diffstat (limited to 'chat')
-rw-r--r--chat/iroffer/Makefile12
-rw-r--r--chat/iroffer/distinfo13
-rw-r--r--chat/iroffer/patches/patch-aa6
-rw-r--r--chat/iroffer/patches/patch-ab14
4 files changed, 16 insertions, 29 deletions
diff --git a/chat/iroffer/Makefile b/chat/iroffer/Makefile
index 68109e14978..89fde59035d 100644
--- a/chat/iroffer/Makefile
+++ b/chat/iroffer/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2006/03/04 21:29:03 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2006/10/05 12:25:33 obache Exp $
#
-DISTNAME= iroffer1.2b13
-PKGNAME= ${DISTNAME:S/iroffer/iroffer-/}
+DISTNAME= iroffer1.3.b11
+PKGNAME= iroffer-1.3.11
CATEGORIES= chat net
-MASTER_SITES= http://iroffer.org/archive/v1.2/beta/
+MASTER_SITES= http://iroffer.org/archive/v1.3/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -13,8 +13,8 @@ COMMENT= IRC (Internet Relay Chat) DCC OfferBot
INSTALLATION_DIRS= bin
-do-configure:
- cd ${WRKSRC}; ./Configure
+HAS_CONFIGURE= yes
+CONFIGURE_SCRIPT= ./Configure
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/iroffer ${PREFIX}/bin
diff --git a/chat/iroffer/distinfo b/chat/iroffer/distinfo
index 0e704e07702..f61bc7085f7 100644
--- a/chat/iroffer/distinfo
+++ b/chat/iroffer/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2005/12/13 18:27:00 joerg Exp $
+$NetBSD: distinfo,v 1.4 2006/10/05 12:25:33 obache Exp $
-SHA1 (iroffer1.2b13.tgz) = b47732ec53ad4c74167841005eb086c13bc0a169
-RMD160 (iroffer1.2b13.tgz) = 669de950a232cb92271f988e4545888df9b689c3
-Size (iroffer1.2b13.tgz) = 81918 bytes
-SHA1 (patch-aa) = a8ed9ecb220195f50f963bc16f7bebe50d17dcc7
-SHA1 (patch-ab) = 499a4dd5071aee99d3b9fcf6cb4dc1e5e818b110
+SHA1 (iroffer1.3.b11.tgz) = cc6db30dffa070a69ed9c1f9298a817863e13b16
+RMD160 (iroffer1.3.b11.tgz) = 51e00c06d15598a18502e554eb8816a69c71131a
+Size (iroffer1.3.b11.tgz) = 126909 bytes
+SHA1 (patch-aa) = 01b0e9f40da7caaece7028d61fedf2b3468bfb3b
+SHA1 (patch-ac) = c4864f674da3296434ab1aed254899ae6b79d2d8
+SHA1 (patch-ad) = e80159cfbe6b37284e0eeca762791f15ee1bae8c
diff --git a/chat/iroffer/patches/patch-aa b/chat/iroffer/patches/patch-aa
index 52f388e6f8c..0eec2472163 100644
--- a/chat/iroffer/patches/patch-aa
+++ b/chat/iroffer/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2005/12/13 18:27:00 joerg Exp $
+$NetBSD: patch-aa,v 1.2 2006/10/05 12:25:33 obache Exp $
---- Configure.orig 2005-12-13 18:12:12.000000000 +0000
+--- Configure.orig 2005-12-13 11:54:17.000000000 +0900
+++ Configure
-@@ -17,7 +17,7 @@ rm -f config.error.* config.temp*
+@@ -37,7 +37,7 @@ rm -f config.error.* config.temp*
case "$ostype" in
Linux | FreeBSD | OpenBSD | NetBSD | IRIX | IRIX64 | \
diff --git a/chat/iroffer/patches/patch-ab b/chat/iroffer/patches/patch-ab
deleted file mode 100644
index 763dd7bbb82..00000000000
--- a/chat/iroffer/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2005/12/13 18:27:00 joerg Exp $
-
---- src/defines.h.orig 2005-12-13 18:18:04.000000000 +0000
-+++ src/defines.h
-@@ -186,7 +186,8 @@ typedef unsigned long long int uint64;
- defined(_OS_NetBSD) || \
- defined(_OS_BSDI) || \
- defined(_OS_BSD_OS) || \
-- defined(_OS_Darwin)
-+ defined(_OS_Darwin) || \
-+ defined(_OS_DragonFly)
- #define _OS_BSD_ANY
-
- /* sunos */