update to 2.0.10, ok maintainer
This commit is contained in:
parent
e62401ea00
commit
c14851c6d5
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2004/08/10 09:38:35 xsa Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2004/10/17 17:45:51 wilfried Exp $
|
||||
|
||||
COMMENT= "GTK+2 IRC client"
|
||||
|
||||
MAJOR= 2.0
|
||||
VERSION= ${MAJOR}.9
|
||||
VERSION= ${MAJOR}.10
|
||||
DISTNAME= xchat-${VERSION}
|
||||
PKGNAME= xchat2-${VERSION}
|
||||
CATEGORIES= net x11
|
||||
@ -19,6 +19,9 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}files/source/2.0/
|
||||
MASTER_SITES0= ${MASTER_SITE_SOURCEFORGE:=xchat/}
|
||||
MASTER_SITES1= ${HOMEPAGE}files/source/2.0/patches/
|
||||
PATCHFILES= xc2010-fixfocus.diff:1 xc2010-fixtabcomp3.diff:1
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
MD5 (xchat-2.0.9.tar.bz2) = 8a38f161176cc2c54b32bbe5e51e3fc7
|
||||
RMD160 (xchat-2.0.9.tar.bz2) = 9aa71a85f4eadce429b6ed3501692bfd8b2556df
|
||||
SHA1 (xchat-2.0.9.tar.bz2) = b0b810b5123864a624988169f4acb08aef1739e6
|
||||
MD5 (xc2010-fixfocus.diff) = ce08cfd7b93fbb37e1d9b510747a58d5
|
||||
MD5 (xc2010-fixtabcomp3.diff) = bef9c7a09196ed8da457ee9fb36e8fe9
|
||||
MD5 (xchat-2.0.10.tar.bz2) = 968bc5f074fd7c202a8d63758bd5b62d
|
||||
RMD160 (xc2010-fixfocus.diff) = 562f0bc3e3341a027b77428617872dbb4e9db9f6
|
||||
RMD160 (xc2010-fixtabcomp3.diff) = 0dcbc741b3e5a290b8698236622fd8b2a782bd22
|
||||
RMD160 (xchat-2.0.10.tar.bz2) = 2513c260f8fa0fd34cd88e55f623877b0c5b65dc
|
||||
SHA1 (xc2010-fixfocus.diff) = 6ad6897cbe96d3441f8a85726ee89a2a128a4c1b
|
||||
SHA1 (xc2010-fixtabcomp3.diff) = 09e326c89aa3bf92696dfb89c34fa206c402f4d8
|
||||
SHA1 (xchat-2.0.10.tar.bz2) = bc5d45589a1c9a4b59edcb12699fd33344243c22
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-configure,v 1.6 2004/06/20 17:54:58 couderc Exp $
|
||||
$OpenBSD: patch-configure,v 1.7 2004/10/17 17:45:51 wilfried Exp $
|
||||
--- configure.orig 2004-05-31 16:47:07.000000000 +0200
|
||||
+++ configure 2004-06-20 17:07:09.000000000 +0200
|
||||
@@ -1831,7 +1831,7 @@ fi
|
||||
@ -7,6 +7,6 @@ $OpenBSD: patch-configure,v 1.6 2004/06/20 17:54:58 couderc Exp $
|
||||
# Define the identity of the package.
|
||||
- PACKAGE=xchat
|
||||
+ PACKAGE=xchat2
|
||||
VERSION=2.0.9
|
||||
VERSION=2.0.10
|
||||
|
||||
|
||||
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_common_util_c,v 1.1 2004/06/20 17:54:58 couderc Exp $
|
||||
--- src/common/util.c.orig 2004-06-20 17:22:00.000000000 +0200
|
||||
+++ src/common/util.c 2004-06-20 17:25:07.000000000 +0200
|
||||
@@ -580,8 +580,8 @@ get_cpu_str (void)
|
||||
{
|
||||
#if defined (USING_LINUX) || defined (USING_FREEBSD)
|
||||
double mhz;
|
||||
- int cpus = 1;
|
||||
#endif
|
||||
+ int cpus = 1;
|
||||
struct utsname un;
|
||||
static char *buf = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user