From owner-freebsd-ports Thu Jul 18 22:10:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5747737B400 for ; Thu, 18 Jul 2002 22:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A8943E6A for ; Thu, 18 Jul 2002 22:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6J5A2JU049274 for ; Thu, 18 Jul 2002 22:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6J5A27R049273; Thu, 18 Jul 2002 22:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8754937B400 for ; Thu, 18 Jul 2002 22:06:34 -0700 (PDT) Received: from ratri.cytherianage.net (c24.159.192.138.roc.mn.charter.com [24.159.192.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DF1B43E77 for ; Thu, 18 Jul 2002 22:06:33 -0700 (PDT) (envelope-from rtdean@ratri.cytherianage.net) Received: from ratri.cytherianage.net (localhost [127.0.0.1]) by ratri.cytherianage.net (8.12.4/8.12.3) with ESMTP id g6J56WRd026250 for ; Fri, 19 Jul 2002 00:06:32 -0500 (CDT) (envelope-from rtdean@ratri.cytherianage.net) Received: (from rtdean@localhost) by ratri.cytherianage.net (8.12.4/8.12.4/Submit) id g6J56Wxl026249; Fri, 19 Jul 2002 00:06:32 -0500 (CDT) Message-Id: <200207190506.g6J56Wxl026249@ratri.cytherianage.net> Date: Fri, 19 Jul 2002 00:06:32 -0500 (CDT) From: "Ryan T. Dean" Reply-To: "Ryan T. Dean" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40754: Updates net/naim to naim-0.11.3; claims port maintainership Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40754 >Category: ports >Synopsis: Updates net/naim to naim-0.11.3; claims port maintainership >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 18 22:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ryan T. Dean >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD ratri.cytherianage.net 4.6-STABLE FreeBSD 4.6-STABLE #1: Fri Jun 28 11:33:14 CDT 2002 root@ratri.cytherianage.net:/usr/obj/usr/src/sys/TEMP-RATRI i386 >Description: Claims maintainership of port and updates port to naim-0.11.3 >How-To-Repeat: >Fix: note that the file pkg-message has been removed; wasn't sure exactly how to show that in the patch patch: Index: Makefile =================================================================== RCS file: /usr/local/jails/cytagen.com/var/cvs/ports/net/naim/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- Makefile 19 Jul 2002 04:37:57 -0000 1.1.1.1 +++ Makefile 19 Jul 2002 04:45:22 -0000 1.2 @@ -6,23 +6,21 @@ # PORTNAME= naim -PORTVERSION= 0.11.2 +PORTVERSION= 0.11.3 CATEGORIES= net -MASTER_SITES= http://dev.n.ml.org/ +MASTER_SITES= http://www.acm.rpi.edu/~n/dev.n.ml.org/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rtdean@cytherianage.net GNU_CONFIGURE= yes +MAN1= naim.1 + post-install: - @ ${MKDIR} ${PREFIX}/share/examples/naim - @ ${INSTALL_DATA} ${WRKSRC}/doc/naimrc_sample ${PREFIX}/share/examples/naim/ .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/naim @ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${PREFIX}/share/doc/naim/ + @ ${INSTALL_DATA} ${WRKSRC}/doc/COLORS ${PREFIX}/share/doc/naim/ .endif - @ ${ECHO} "************************************************************" - @ ${CAT} ${PKGMESSAGE} - @ ${ECHO} "************************************************************" .include Index: distinfo =================================================================== RCS file: /usr/local/jails/cytagen.com/var/cvs/ports/net/naim/distinfo,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- distinfo 19 Jul 2002 04:37:57 -0000 1.1.1.1 +++ distinfo 19 Jul 2002 04:45:22 -0000 1.2 @@ -1 +1 @@ -MD5 (naim-0.11.2.tar.gz) = 370d8de3e1e15a82a1a0a6b8834aca79 +MD5 (naim-0.11.3.tar.gz) = d7c10e61eff7a7075d2c24044fd40b51 Index: pkg-plist =================================================================== RCS file: /usr/local/jails/cytagen.com/var/cvs/ports/net/naim/pkg-plist,v retrieving revision 1.1.1.1 retrieving revision 1.3 diff -u -r1.1.1.1 -r1.3 --- pkg-plist 19 Jul 2002 04:37:57 -0000 1.1.1.1 +++ pkg-plist 19 Jul 2002 05:03:17 -0000 1.3 @@ -1,5 +1,4 @@ bin/naim -share/examples/naim/naimrc_sample share/doc/naim/naim.hlp -@dirrm share/examples/naim +share/doc/naim/COLORS @dirrm share/doc/naim Index: files/patch-aa =================================================================== RCS file: /usr/local/jails/cytagen.com/var/cvs/ports/net/naim/files/patch-aa,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- files/patch-aa 19 Jul 2002 04:47:59 -0000 1.2 +++ files/patch-aa 19 Jul 2002 04:51:55 -0000 1.3 @@ -0,0 +1,17 @@ +--- naim.1.old Wed Jun 19 22:11:07 2002 ++++ naim.1 Thu Jul 18 23:00:58 2002 +@@ -49,10 +49,10 @@ + messages while connected, and anything else not a part of the front end) + contact the FireTalk maintainer, Ian Gulliver . + .PP +-To report issues with the FreeBSD port, contact Michael Haro +-. To report issues with the Debian package, contact Ian +-Gulliver . To report issues with the OpenBSD port, +-contact Lurene Grenier . ++To report issues with the FreeBSD port, contact Ryan Dean ++. To report issues with the Debian package, ++contact Ian Gulliver . To report issues with the ++OpenBSD port, contact Lurene Grenier . + .PP + .SH "FEATURE REQUESTS" + If you would like to suggest new features or significant behavior changes, Index: files/patch-ab =================================================================== RCS file: /usr/local/jails/cytagen.com/var/cvs/ports/net/naim/files/patch-ab,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- files/patch-ab 19 Jul 2002 04:47:59 -0000 1.2 +++ files/patch-ab 19 Jul 2002 04:51:55 -0000 1.3 @@ -0,0 +1,19 @@ +--- README.old Thu Jul 18 23:29:09 2002 ++++ README Thu Jul 18 23:28:47 2002 +@@ -64,11 +64,11 @@ + not a part of the front end) contact the FireTalk main- + tainer, Ian Gulliver . + +- To report issues with the FreeBSD port, contact Michael +- Haro . To report issues with the Debian +- package, contact Ian Gulliver . To +- report issues with the OpenBSD port, contact Lurene Gre- +- nier . ++ To report issues with the FreeBSD port, contact Ryan Dean ++ . To report issues with the ++ Debian package, contact Ian Gulliver . To report issues with the OpenBSD port, contact ++ Lurene Grenier . + + + FEATURE REQUESTS >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message