From owner-freebsd-ports Tue Jun 27 21:40: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F18B437B924 for ; Tue, 27 Jun 2000 21:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA24575; Tue, 27 Jun 2000 21:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by hub.freebsd.org (Postfix) with ESMTP id A73C737B58D for ; Tue, 27 Jun 2000 21:38:39 -0700 (PDT) (envelope-from bmah@cisco.com) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.10.2/8.10.2) id e5S4cc342482; Tue, 27 Jun 2000 21:38:38 -0700 (PDT) (envelope-from bmah) Message-Id: <200006280438.e5S4cc342482@bmah-freebsd-0.cisco.com> Date: Tue, 27 Jun 2000 21:38:38 -0700 (PDT) From: bmah@cisco.com (Bruce A. Mah) Reply-To: bmah@cisco.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/19555: [patch] Update textproc/rman port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19555 >Category: ports >Synopsis: [patch] Update textproc/rman port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 27 21:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Bruce A. Mah >Release: FreeBSD 4.0-RELEASE i386 >Organization: Cisco Systems, Inc. >Environment: >Description: Updates to textproc/rman port: 1. New version. 2. New MASTER_SITES. 3. Can be put on CDROM now (well, if misc/tkman can be, this can). 4. Added WWW to DESCR. >How-To-Repeat: >Fix: diff -crN /usr/ports/textproc/rman/Makefile ./rman/Makefile *** /usr/ports/textproc/rman/Makefile Sun Apr 9 14:53:05 2000 --- ./rman/Makefile Mon Jun 26 20:19:14 2000 *************** *** 6,19 **** # PORTNAME= rman ! PORTVERSION= 3.0.8 CATEGORIES= textproc ! MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ ! EXTRACT_SUFX= .tar.Z MAINTAINER= tg@FreeBSD.org - NO_CDROM= "License required" MAN1= rman.1 post-install: --- 6,17 ---- # PORTNAME= rman ! PORTVERSION= 3.0.9 CATEGORIES= textproc ! MASTER_SITES= ftp://polyglot.sourceforge.net/pub/polyglotman/ MAINTAINER= tg@FreeBSD.org MAN1= rman.1 post-install: diff -crN /usr/ports/textproc/rman/files/md5 ./rman/files/md5 *** /usr/ports/textproc/rman/files/md5 Tue Aug 31 01:01:18 1999 --- ./rman/files/md5 Mon Jun 26 20:07:20 2000 *************** *** 1 **** ! MD5 (rman-3.0.8.tar.Z) = a567a0ba0fd30d63b85277622edc4cdb --- 1 ---- ! MD5 (rman-3.0.9.tar.gz) = f29a3bde5b35d1624f41357b96262f8f diff -crN /usr/ports/textproc/rman/patches/patch-aa ./rman/patches/patch-aa *** /usr/ports/textproc/rman/patches/patch-aa Mon Dec 8 07:45:32 1997 --- ./rman/patches/patch-aa Mon Jun 26 20:15:19 2000 *************** *** 1,26 **** ! --- Makefile.orig Mon Dec 1 07:32:00 1997 ! +++ Makefile Mon Dec 8 16:42:52 1997 ! @@ -15,17 +15,17 @@ ! # this must be a directory that's in your bin PATH. ! # MANDIR holds the man page. ! ! -BINDIR = /private/share/bin ! -#BINDIR = /usr/local/bin ! -MANDIR = /home/auspex/h/bair/phelps/man/man1 ! -#MANDIR = /usr/local/man/man1 ! +#BINDIR = /private/share/bin ! +BINDIR = ${PREFIX}/bin ! +#MANDIR = /home/auspex/h/bair/phelps/man/man1 ! +MANDIR = ${PREFIX}/man/man1 ! ! ! ### if you have GNU gcc v2.x, use these definitions ! ! -CC = gcc ! +# CC = gcc ! # if you don't have gcc v2.x, try -O for CFLAGS ! -CFLAGS = -O2 -finline-functions ! +CFLAGS += -finline-functions ! ! ### if you just have a standard UNIX, use these instead of GNU. ! ### CC must be an ANSI C compiler --- 1,39 ---- ! *** Makefile.orig Wed Jun 21 18:05:56 2000 ! --- Makefile Mon Jun 26 20:15:01 2000 ! *************** ! *** 15,31 **** ! # this must be a directory that's in your bin PATH. ! # MANDIR holds the man page. ! ! ! BINDIR = /usr/local/bin ! #BINDIR = //C/bin ! ! MANDIR = /home/auspex/h/bair/phelps/man/man1 ! ! #MANDIR = /usr/local/man/man1 ! ! ! ### if you have GNU gcc v2.x, use these definitions ! ! ! CC = gcc ! # if you don't have gcc v2.x, try -O for CFLAGS ! ! CFLAGS = -O2 -finline-functions ! ! ### if you just have a standard UNIX, use these instead of GNU. ! ### CC must be an ANSI C compiler ! --- 15,31 ---- ! # this must be a directory that's in your bin PATH. ! # MANDIR holds the man page. ! ! ! BINDIR = ${PREFIX}/bin ! #BINDIR = //C/bin ! ! #MANDIR = /home/auspex/h/bair/phelps/man/man1 ! ! MANDIR = ${PREFIX}/man/man1 ! ! ! ### if you have GNU gcc v2.x, use these definitions ! ! ! #CC = gcc ! # if you don't have gcc v2.x, try -O for CFLAGS ! ! CFLAGS += -finline-functions ! ! ### if you just have a standard UNIX, use these instead of GNU. ! ### CC must be an ANSI C compiler diff -crN /usr/ports/textproc/rman/pkg/DESCR ./rman/pkg/DESCR *** /usr/ports/textproc/rman/pkg/DESCR Thu Jul 30 04:06:53 1998 --- ./rman/pkg/DESCR Mon Jun 26 20:05:13 2000 *************** *** 2,4 **** --- 2,6 ---- of UN*X and transforms them into any of a number of source formats. It can produce ASCII-only, section headers-only, TkMan, [tn]roff, Ensemble, SGML, HTML, LaTeX, RTF, Perl 5 POD. + + WWW: http://polyglotman.sourceforge.net/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message