pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/unrealircd Update to 3.2.10.4, build with USE_LOC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8e3e1ba071e
branches:  trunk
changeset: 644793:e8e3e1ba071e
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Jan 17 15:24:22 2015 +0000

description:
Update to 3.2.10.4, build with USE_LOCALE on Mac OS to unbreak the build.
Patch from Jonathan Buschmann in PR pkg/49540, slightly adapted.

diffstat:

 chat/unrealircd/Makefile |  9 +++++----
 chat/unrealircd/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (45 lines):

diff -r 83e3b0766923 -r e8e3e1ba071e chat/unrealircd/Makefile
--- a/chat/unrealircd/Makefile  Sat Jan 17 15:19:28 2015 +0000
+++ b/chat/unrealircd/Makefile  Sat Jan 17 15:24:22 2015 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.40 2014/11/02 05:35:39 obache Exp $
+# $NetBSD: Makefile,v 1.41 2015/01/17 15:24:22 bsiegert Exp $
 
-DISTNAME=      Unreal3.2.10.1
+DISTNAME=      Unreal3.2.10.4
 PKGNAME=       ${DISTNAME:tl:S/l/lircd-/1}
 PKGREVISION=   1
 CATEGORIES=    chat
-MASTER_SITES=  http://unrealircd.com/downloads/
+MASTER_SITES=  http://unrealircd.org/downloads/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.unrealircd.com/
+HOMEPAGE=      http://www.unrealircd.org/
 COMMENT=       Advanced IRC server with IPv6 and SSL support
 LICENSE=       gnu-gpl-v2
 
@@ -104,6 +104,7 @@
 INSTALL_UNSTRIPPED=YES
 .endif
 
+CFLAGS.Darwin+=        -DUSE_LOCALE
 CFLAGS.SunOS+= -DUSE_LOCALE
 
 .include "../../net/libcares/buildlink3.mk"
diff -r 83e3b0766923 -r e8e3e1ba071e chat/unrealircd/distinfo
--- a/chat/unrealircd/distinfo  Sat Jan 17 15:19:28 2015 +0000
+++ b/chat/unrealircd/distinfo  Sat Jan 17 15:24:22 2015 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2013/07/14 15:42:34 rodent Exp $
+$NetBSD: distinfo,v 1.15 2015/01/17 15:24:22 bsiegert Exp $
 
-SHA1 (Unreal3.2.10.1.tar.gz) = 09428d3d7724dfc80f5add94f33665bf825c7175
-RMD160 (Unreal3.2.10.1.tar.gz) = a8698c9028b4436743cb9fdeffdc552db21c9394
-Size (Unreal3.2.10.1.tar.gz) = 3135615 bytes
+SHA1 (Unreal3.2.10.4.tar.gz) = fa2b828b98afeab8677cb04aed9a634f7e43c386
+RMD160 (Unreal3.2.10.4.tar.gz) = 07c4854a59432dfa8a2ef16c5c9517e08b20cb6b
+Size (Unreal3.2.10.4.tar.gz) = 3540227 bytes
 SHA1 (patch-ab) = b66ae1990e25479abe9087a9308a2185692fcba2
 SHA1 (patch-ac) = 4c3e7219d03e93c2a3e8f735c350d919efdf8fbb
 SHA1 (patch-ae) = dc5f4d080d1027e229f9817d1d4f1e501124f7ba



Home | Main Index | Thread Index | Old Index