summaryrefslogtreecommitdiff
path: root/chat/ysm
diff options
context:
space:
mode:
authormartti <martti>2002-06-13 08:34:01 +0000
committermartti <martti>2002-06-13 08:34:01 +0000
commit3da1553a344103530425e0f185834e17470b8051 (patch)
tree8b2b85ae8b894ed6789325a7dfd2739916968e22 /chat/ysm
parent5a6ebb2b88dcd03b654b85839cf3615da701791c (diff)
downloadpkgsrc-3da1553a344103530425e0f185834e17470b8051.tar.gz
Updated ysm to 2.7.1 (pkg/17233 by Dawid Szymanski)
* bug fixes (the list is too long to be included here)
Diffstat (limited to 'chat/ysm')
-rw-r--r--chat/ysm/Makefile12
-rw-r--r--chat/ysm/PLIST3
-rw-r--r--chat/ysm/distinfo7
-rw-r--r--chat/ysm/patches/patch-aa15
4 files changed, 13 insertions, 24 deletions
diff --git a/chat/ysm/Makefile b/chat/ysm/Makefile
index 6fb74bd1414..acd24716aeb 100644
--- a/chat/ysm/Makefile
+++ b/chat/ysm/Makefile
@@ -1,16 +1,20 @@
-# $NetBSD: Makefile,v 1.2 2002/05/12 10:16:45 abs Exp $
+# $NetBSD: Makefile,v 1.3 2002/06/13 08:34:01 martti Exp $
#
-DISTNAME= ysmv7_2_4_2
-PKGNAME= ysm-2.4.2
+DISTNAME= ysmv7_2_7_1
+PKGNAME= ysm-2.7.1
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ysmv7/}
EXTRACT_SUFX= .tgz
-MAINTAINER= packages@netbsd.org
+MAINTAINER= dawszy@arhea.net
HOMEPAGE= http://ysmv7.sourceforge.net/
COMMENT= The 'You Sick Me' terminal based ICQ client
MAKEFILE= BSDmakefile
+do-install:
+ ${CP} ${WRKSRC}/ysm ${PREFIX}/bin/ysm
+ ${CP} ${WRKSRC}/docs/ysm.1 ${PREFIX}/man/man1/
+
.include "../../mk/bsd.pkg.mk"
diff --git a/chat/ysm/PLIST b/chat/ysm/PLIST
index 47fc083cd92..6f3044f8cfa 100644
--- a/chat/ysm/PLIST
+++ b/chat/ysm/PLIST
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/11 21:32:22 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/06/13 08:34:01 martti Exp $
bin/ysm
+man/man1/ysm.1
diff --git a/chat/ysm/distinfo b/chat/ysm/distinfo
index 47354e9c604..4ee32f6b955 100644
--- a/chat/ysm/distinfo
+++ b/chat/ysm/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.2 2002/03/31 14:25:51 dmcmahill Exp $
+$NetBSD: distinfo,v 1.3 2002/06/13 08:34:01 martti Exp $
-SHA1 (ysmv7_2_4_2.tgz) = ffe57566e001ed669ffb00d495b30851d459b774
-Size (ysmv7_2_4_2.tgz) = 46793 bytes
-SHA1 (patch-aa) = a8a392fd8096d3ce3c1710e5b5d2c2ea50ee69f9
+SHA1 (ysmv7_2_7_1.tgz) = 7e06aceed66ce0432fab277e61bf02d55197780d
+Size (ysmv7_2_7_1.tgz) = 85896 bytes
diff --git a/chat/ysm/patches/patch-aa b/chat/ysm/patches/patch-aa
deleted file mode 100644
index 0798f26a5ea..00000000000
--- a/chat/ysm/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2002/03/31 14:25:51 dmcmahill Exp $
-
-LP64 fix. This const gets used as an int not long.
-
---- YSM.h.orig Tue Feb 19 21:14:27 2002
-+++ YSM.h
-@@ -135,7 +135,7 @@
- /* Definition of YSM Status */
-
- #define YSM_ONLINE 0x0000
--#define YSM_OFFLINE (-1L)
-+#define YSM_OFFLINE (-1)
- #define YSM_INVISIBLE 0x0100
- #define YSM_NA 0x0005
- #define YSM_DND 0x0013