From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 6 07:20:16 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 548AC16A4CE for ; Sat, 6 Mar 2004 07:20:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 459E643D1F for ; Sat, 6 Mar 2004 07:20:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i26FKGbv011600 for ; Sat, 6 Mar 2004 07:20:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i26FKG4h011599; Sat, 6 Mar 2004 07:20:16 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 6 Mar 2004 07:20:16 -0800 (PST) Resent-Message-Id: <200403061520.i26FKG4h011599@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, dirk.meyer@dinoex.sub.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C6AD16A4CE for ; Sat, 6 Mar 2004 07:12:56 -0800 (PST) Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [212.184.201.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7098443D2F for ; Sat, 6 Mar 2004 07:12:54 -0800 (PST) (envelope-from dm@home.dinoex.sub.de) Received: from home.dinoex.sub.de (dm@home.dinoex.sub.de [217.6.200.196]) by uucp.dinoex.sub.de (8.12.11/8.12.11) with ESMTP id i26FCWGC040261 for ; Sat, 6 Mar 2004 16:12:32 +0100 (CET) (envelope-from dm@home.dinoex.sub.de) Received: (from dm@localhost) by home.dinoex.sub.de (8.12.11/8.12.10/Submit) id i26FCa6O083560; Sat, 6 Mar 2004 16:12:36 +0100 (CET) (envelope-from dm) Message-Id: <200403061512.i26FCa6O083560@home.dinoex.sub.de> Date: Sat, 6 Mar 2004 16:12:36 +0100 (CET) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/63843: irc/iroffer request to take over maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dirk.meyer@dinoex.sub.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2004 15:20:16 -0000 >Number: 63843 >Category: ports >Synopsis: irc/iroffer request to take over maintainership >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 06 07:20:15 PST 2004 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 5.2-CURRENT i386 >Organization: privat >Environment: >Description: Old version is outdated. maintainer has not updatede since date: 2000/11/23 comitter inactive since: 20020519 sleeping 211 0 dburr email 2004-01-16 with no response. >How-To-Repeat: http://people.freebsd.org/~peter/ports.window.txt >Fix: apply this patch: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/irc/iroffer/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 7 Mar 2003 06:04:00 -0000 1.3 +++ Makefile 6 Mar 2004 15:06:36 -0000 @@ -6,25 +6,28 @@ # PORTNAME= iroffer -PORTVERSION= 1.1.1 +PORTVERSION= 1.2b28 CATEGORIES= irc -MASTER_SITES= http://iroffer.org/archive/v1.1/ +MASTER_SITES= http://iroffer.org/archive/v1.2/ DISTNAME= iroffer${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= dburr@FreeBSD.ORG +MAINTAINER= dinoex@FreeBSD.ORG COMMENT= An IRC "bot" that makes sharing files via DCC extremely easy HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/iroffer ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/doc/iroffer - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/iroffer - ${INSTALL_DATA} ${WRKSRC}/WHATSNEW ${PREFIX}/share/doc/iroffer - ${INSTALL_DATA} ${WRKSRC}/iroffer.cron ${PREFIX}/share/doc/iroffer - ${INSTALL_DATA} ${WRKSRC}/sample.config ${PREFIX}/share/doc/iroffer - @${CAT} ${PKGMESSAGE} + ${INSTALL_PROGRAM} ${WRKSRC}/iroffer ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/WHATSNEW ${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/dynip.sh ${EXAMPLESDIR}/ + ${INSTALL_DATA} ${WRKSRC}/iroffer.cron ${EXAMPLESDIR}/ + ${INSTALL_DATA} ${WRKSRC}/sample.config ${EXAMPLESDIR}/ +.endif + @${CAT} ${PKGMESSAGE} .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/irc/iroffer/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 23 Nov 2000 08:23:51 -0000 1.1 +++ distinfo 6 Mar 2004 15:06:36 -0000 @@ -1 +1,2 @@ -MD5 (iroffer1.1.1.tgz) = a6b27e0af20cf50b2b151c09b096bd63 +MD5 (iroffer1.2b28.tgz) = 677d464a4cb5abd64a14ac030184d9de +SIZE (iroffer1.2b28.tgz) = 101035 Index: pkg-message =================================================================== RCS file: /home/pcvs/ports/irc/iroffer/pkg-message,v retrieving revision 1.1 diff -u -r1.1 pkg-message --- pkg-message 23 Nov 2000 08:23:52 -0000 1.1 +++ pkg-message 6 Mar 2004 15:06:36 -0000 @@ -1,7 +1,7 @@ ========================================================================= Sample configuration and crontab files have been placed in -${PREFIX}/share/doc/iroffer. +${PREFIX}/share/examples/iroffer. These should be copied to a location of your own choosing, and edited to suit your needs. @@ -11,10 +11,10 @@ iroffer You may also set up iroffer to be run automatically from crontab. -See the file ${PREFIX}/share/doc/iroffer/iroffer.cron for a sample. +See the file ${PREFIX}/share/examples/iroffer/iroffer.cron for a sample. For more details on how to use the program see the comments in -${PREFIX}/share/doc/iroffer/sample.config, as well as the README +${PREFIX}/share/examples/iroffer/sample.config, as well as the README files ${PREFIX}/share/doc/iroffer/README and ${PREFIX}/share/doc/iroffer/WHATSNEW. Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/irc/iroffer/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 23 Nov 2000 08:23:52 -0000 1.1 +++ pkg-plist 6 Mar 2004 15:06:36 -0000 @@ -1,6 +1,8 @@ bin/iroffer -share/doc/iroffer/README -share/doc/iroffer/WHATSNEW -share/doc/iroffer/iroffer.cron -share/doc/iroffer/sample.config -@dirrm share/doc/iroffer +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/WHATSNEW +%%PORTDOCS%%%%EXAMPLESDIR%%/dynip.sh +%%PORTDOCS%%%%EXAMPLESDIR%%/iroffer.cron +%%PORTDOCS%%%%EXAMPLESDIR%%/sample.config +%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% >Release-Note: >Audit-Trail: >Unformatted: