Date: Sat, 6 Mar 2004 16:12:36 +0100 (CET) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/63843: irc/iroffer request to take over maintainership Message-ID: <200403061512.i26FCa6O083560@home.dinoex.sub.de> Resent-Message-ID: <200403061520.i26FKG4h011599@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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 <name of config file> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403061512.i26FCa6O083560>