ports/158676: Update irc/ircII to 20110228

Adam Weinberger adamw at FreeBSD.org
Tue Jul 5 23:40:08 UTC 2011


>Number:         158676
>Category:       ports
>Synopsis:       Update irc/ircII to 20110228
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 05 23:40:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Adam Weinberger
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 8.2-STABLE FreeBSD 8.2-STABLE #4 r220774: Mon Apr 18 13:56:14 UTC 2011 simon at freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


	
>Description:
A new version of ircII has been out for a few months. They went a couple
years without making any releases, so I thought a poke regarding the
update would be useful ;-).

Incidentally, the MASTER_SITES even for the current PORTVERSION have
changed, so the version in the ports tree is unfetchable. If you choose
not to use this patch, I recommend at least modifying the MASTER_SITES.
>How-To-Repeat:
	
>Fix:

	

--- ircii.patch begins here ---
diff -up -udNrp ircII.orig/Makefile ircII/Makefile
--- ircII.orig/Makefile	2011-07-05 19:21:31.000000000 -0400
+++ ircII/Makefile	2011-07-05 19:23:13.000000000 -0400
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	ircii
-PORTVERSION=	20081115
+PORTVERSION=	20110228
 CATEGORIES=	irc ipv6
-MASTER_SITES=	ftp://ftp.warped.com/pub/ircII/ \
+MASTER_SITES=	ftp://ircii.warped.com/pub/ircII/ \
 		ftp://ftp.irc.org/irc/clients/unix/ircII/
 
 MAINTAINER=	sylvio at FreeBSD.org
diff -up -udNrp ircII.orig/distinfo ircII/distinfo
--- ircII.orig/distinfo	2011-07-05 19:21:31.000000000 -0400
+++ ircII/distinfo	2011-07-05 19:23:17.000000000 -0400
@@ -1,2 +1,2 @@
-SHA256 (ircii-20081115.tar.bz2) = 465fa2ad236feee5f4ab126169d609d42c84bfadaf8bae061102c1e2f57ffbe1
-SIZE (ircii-20081115.tar.bz2) = 565286
+SHA256 (ircii-20110228.tar.bz2) = 4fc77ddaf473e35817f55945e6275b1501b7d95585b49a44e0fe998382d72fb2
+SIZE (ircii-20110228.tar.bz2) = 558483
diff -up -udNrp ircII.orig/files/patch-source_mksiginc.c ircII/files/patch-source_mksiginc.c
--- ircII.orig/files/patch-source_mksiginc.c	2011-07-05 19:21:31.000000000 -0400
+++ ircII/files/patch-source_mksiginc.c	2011-07-05 19:28:19.000000000 -0400
@@ -1,15 +1,14 @@
---- source/mksiginc.c.orig	2004-02-16 01:00:58.000000000 -0900
-+++ source/mksiginc.c	2008-02-14 00:14:47.000000000 -0900
-@@ -38,8 +38,11 @@
- #ifndef NSIG
+--- source/mksiginc.c.orig	2011-07-05 19:26:18.000000000 -0400
++++ source/mksiginc.c	2011-07-05 19:27:39.000000000 -0400
+@@ -39,7 +39,11 @@ IRCII_RCSID("@(#)$eterna: mksiginc.c,v 1
  #define NSIG 64
  #endif
--
+ 
 +#if defined(SIGRTMAX) && (SIGRTMAX > NSIG)
-+#define MAXSIG SIGRTMAX+1
++#define MY_MAXSIG SIGRTMAX+1
 +#else
- #define MAXSIG NSIG+1
+ #define MY_MAXSIG NSIG+1
 +#endif
- char *signames[MAXSIG];
+ char *signames[MY_MAXSIG];
  
  int main(int, char *[], char *[]);
--- ircii.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list