Date: Tue, 24 Oct 2006 16:14:56 -0400 (EDT) From: Thomas Abthorpe <thomas@goodking.ca> To: FreeBSD-gnats-submit@FreeBSD.org Cc: thomas@goodking.ca Subject: ports/104771: [PATCH] textproc/replaceit: make fetchable Message-ID: <200610242014.k9OKEu5k042015@goodking.goodking.ca> Resent-Message-ID: <200610242020.k9OKKJBi022613@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104771 >Category: ports >Synopsis: [PATCH] textproc/replaceit: make fetchable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 24 20:20:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: GoodKing.Ca >Environment: System: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Mon Oct 2 02:05:54 EDT >Description: - make fetchable by adding www to MASTER_SITES address - fix WWW pkg-descr with leading www. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- replaceit-1.0.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/replaceit/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 14 Apr 2006 22:53:12 -0000 1.5 +++ Makefile 24 Oct 2006 20:13:56 -0000 @@ -8,7 +8,7 @@ PORTNAME= replaceit PORTVERSION= 1.0.0 CATEGORIES= textproc -MASTER_SITES= http://pldaniels.com/replaceit/ +MASTER_SITES= http://www.pldaniels.com/replaceit/ MAINTAINER= ports@FreeBSD.org COMMENT= A light replacement to the combination of sed/awk/grep/head/tail Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/replaceit/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 15 Nov 2001 03:59:36 -0000 1.2 +++ pkg-descr 24 Oct 2006 20:13:56 -0000 @@ -3,7 +3,7 @@ utilities, as well as being quicker in startup (at least) than an equivilant Perl solution. -WWW: http://pldaniels.com/replaceit/ +WWW: http://www.pldaniels.com/replaceit/ Author: Paul L Daniels <pldaniels@pldaniels.com> - Patrick Li <pat@FreeBSD.org> --- replaceit-1.0.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610242014.k9OKEu5k042015>