Date: Wed, 22 Dec 1999 10:41:35 +0100 (CET) From: Dominik Rothert <dr@domix.de> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15624: tirc-1.2.tar.gz MD5sum invalid Message-ID: <199912220941.KAA01701@domix.de>
next in thread | raw e-mail | index | archive | help
>Number: 15624 >Category: ports >Synopsis: tirc-1.2.tar.gz MD5sum invalid >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 22 01:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dominik Rothert >Release: FreeBSD 4.0-CURRENT i386 >Organization: Am I organized? >Environment: 4.0-CURRENT, ports updated 10 minutes ago. >Description: /usr/ports/irc/tirc/files/md5: MD5 (tirc-1.2.tar.gz) = d5e77df1f4e16c67cee602bc65dea6c6 is invalid since there were some changes in the sources, and the new checksum of <ftp://ftp.mayn.de/pub/unix/software/Network/Irc/tirc/tirc-1.2.tar.gz> is MD5 (tirc-1.2.tar.gz) = 0f4b3e6e67830c3a0682c1d17893b5d2 >How-To-Repeat: cd /usr/ports/irc/tirc ; make # only if $MASTER_SITE_OVERRIDE isn't set >Fix: here's a patch: --- tirc.shar.orig Wed Dec 22 10:27:56 1999 +++ tirc.shar Wed Dec 22 10:23:47 1999 @@ -26,7 +26,7 @@ mkdir -p tirc/files > /dev/null 2>&1 echo x - tirc/files/md5 sed 's/^X//' >tirc/files/md5 << 'END-of-tirc/files/md5' -XMD5 (tirc-1.2.tar.gz) = d5e77df1f4e16c67cee602bc65dea6c6 +XMD5 (tirc-1.2.tar.gz) = 0f4b3e6e67830c3a0682c1d17893b5d2 END-of-tirc/files/md5 echo c - tirc/pkg mkdir -p tirc/pkg > /dev/null 2>&1 the complete shar: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # tirc/ # tirc/files # tirc/files/md5 # tirc/pkg # tirc/pkg/COMMENT # tirc/pkg/DESCR # tirc/pkg/PLIST # tirc/patches # tirc/patches/patch-ad # tirc/patches/patch-aa # tirc/patches/patch-ab # tirc/patches/patch-ac # tirc/patches/patch-ae # tirc/Makefile # echo c - tirc/ mkdir -p tirc/ > /dev/null 2>&1 echo c - tirc/files mkdir -p tirc/files > /dev/null 2>&1 echo x - tirc/files/md5 sed 's/^X//' >tirc/files/md5 << 'END-of-tirc/files/md5' XMD5 (tirc-1.2.tar.gz) = 0f4b3e6e67830c3a0682c1d17893b5d2 END-of-tirc/files/md5 echo c - tirc/pkg mkdir -p tirc/pkg > /dev/null 2>&1 echo x - tirc/pkg/COMMENT sed 's/^X//' >tirc/pkg/COMMENT << 'END-of-tirc/pkg/COMMENT' XToken's 'Internet Relay Chat' Client END-of-tirc/pkg/COMMENT echo x - tirc/pkg/DESCR sed 's/^X//' >tirc/pkg/DESCR << 'END-of-tirc/pkg/DESCR' Xtirc is another IRC client. It has support for vi-like editor line and Xgeneral usage, nickname completion, ANSI-colors, flood protection and Xmany more. END-of-tirc/pkg/DESCR echo x - tirc/pkg/PLIST sed 's/^X//' >tirc/pkg/PLIST << 'END-of-tirc/pkg/PLIST' Xbin/tirc Xshare/tirc/tircrc END-of-tirc/pkg/PLIST echo c - tirc/patches mkdir -p tirc/patches > /dev/null 2>&1 echo x - tirc/patches/patch-ad sed 's/^X//' >tirc/patches/patch-ad << 'END-of-tirc/patches/patch-ad' X--- cmd.c.orig Sat Feb 20 17:52:12 1999 X+++ cmd.c Mon Aug 23 18:49:49 1999 X@@ -213,6 +213,7 @@ X { "URL", 0, urlcmd, 0, urlhelp }, X { "UPTIME", 0, uptimecmd, 0, uptimehelp }, X { "COLOUR", 0, colourcmd, 0, colourhelp }, X+{ "COLOR", 0, colourcmd, 0, colourhelp }, X { "SOURCE", 0, sourcecmd, 0, sourcehelp }, X { "NCOL", 0, ncolcmd, 0, ncolhelp }, X #ifdef WITH_DLMOD X@@ -1112,7 +1113,7 @@ X } X } X X- if (!strcmp("COLOUR", option) || all) { X+ if (!strcmp("COLOUR", option) || !strcmp("COLOR", option) || all) { X if (args != NULL) { X irc_strupr(args); X if (!strcmp("ON", args)) END-of-tirc/patches/patch-ad echo x - tirc/patches/patch-aa sed 's/^X//' >tirc/patches/patch-aa << 'END-of-tirc/patches/patch-aa' X--- main.c.orig Sun Aug 22 14:44:04 1999 X+++ main.c Sun Aug 22 14:44:26 1999 X@@ -278,7 +278,7 @@ X fprintf(stderr, "DEBUG: visual debug output active.\n"); X #endif X /* Parse the startup file(s) */ X- readrc("/usr/local/share/tircrc"); X+ readrc("__PREFIX__/share/tirc/tircrc"); X X if ((home = getenv("HOME")) == NULL) X return 1; END-of-tirc/patches/patch-aa echo x - tirc/patches/patch-ab sed 's/^X//' >tirc/patches/patch-ab << 'END-of-tirc/patches/patch-ab' X--- tirc.1.orig Sun Aug 22 14:56:21 1999 X+++ tirc.1 Sun Aug 22 14:56:40 1999 X@@ -618,7 +618,7 @@ X .br X .SH FILES X .TP X-.I /usr/local/share/tircrc X+.I __PREFIX__/share/tirc/tircrc X Global startup file. X .TP X .I $HOME/.tircrc END-of-tirc/patches/patch-ab echo x - tirc/patches/patch-ac sed 's/^X//' >tirc/patches/patch-ac << 'END-of-tirc/patches/patch-ac' X--- configure.orig Sun Aug 22 14:55:40 1999 X+++ configure Sun Aug 22 14:55:55 1999 X@@ -754,7 +754,7 @@ X bsdi*) CC=${CC-"shlicc"} X OPTFLAG=${OPTFLAG-"-O2"} X LINTFLAGS=${LINTFLAGS-"-g -s"} ;; X-freebsd*) OPTFLAG=${OPTFLAG-"-O2"} X+freebsd*) OPTFLAG=${OPTFLAG-"${CFLAGS}"} X LINTFLAGS=${LINTFLAGS-"-g -s"} X CXFLAGS=${CXFLAGS-"-xref all -html"} ;; X netbsd*) OPTFLAG=${OPTFLAG-"-O2"} END-of-tirc/patches/patch-ac echo x - tirc/patches/patch-ae sed 's/^X//' >tirc/patches/patch-ae << 'END-of-tirc/patches/patch-ae' X--- odlg.c.orig Mon Aug 23 18:43:40 1999 X+++ odlg.c Mon Aug 23 18:47:49 1999 X@@ -49,9 +49,11 @@ X { "OOD", "Enable the Op-On-Demand facility", CONF_OOD, 0 }, X { "ATTRIBS", "ircII-style inline text attributes", CONF_ATTRIBS, 0 }, X { "COLOUR", "ANSI char cell colourization", CONF_COLOUR, 0 }, X+ { "COLOR", "ANSI char cell colourization", CONF_COLOUR, 0 }, X { "STIPPLE", "Dash-on-off line in status lines", CONF_STIPPLE, 0 }, X { "HIDEMCOL", "Filter out mIRC colour crap", CONF_HIDEMCOL, 0 }, X { "NCOLOUR", "Nickname colourization", CONF_NCOLOUR, 0 }, X+ { "NCOLOR", "Nickname colourization", CONF_NCOLOUR, 0 }, X { "NUMERICS", "Display IRC protocol numerics", CONF_NUMERICS, 0 }, X { "TELEVIDEO", "Disable attribs on my old tvi9050", CONF_TELEVIDEO, 0 }, X { "", "", 0, 0 } /* delimiter */ END-of-tirc/patches/patch-ae echo x - tirc/Makefile sed 's/^X//' >tirc/Makefile << 'END-of-tirc/Makefile' X# New ports collection makefile for: tirc IRC-Client X# Version required: 1.2 X# Date created: 14 August 1999 X# Whom: Dominik Rothert <dr@domix.de> X# X# $FreeBSD: ports/irc/tirc/Makefile,v 1.4 1999/10/08 22:46:54 dan Exp $ X# X XDISTNAME= tirc-1.2 XCATEGORIES= irc XMASTER_SITES= ftp://ftp.mayn.de/pub/unix/software/Network/Irc/tirc/ X XMAINTAINER= dr@domix.de X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= "--with-ansi-colours" XMAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}" XMAN1= tirc.1 X Xpost-patch: X @${PERL} -pi -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/*.c X @${PERL} -pi -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/*.1 X Xpost-install: X strip ${PREFIX}/bin/tirc X ${MKDIR} ${PREFIX}/share/tirc X ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/dot.tircrc ${PREFIX}/share/tirc/tircrc X X.include <bsd.port.mk> END-of-tirc/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912220941.KAA01701>