From tabthorpe@stthomasanglican.org  Mon Aug 21 19:17:01 2006
Return-Path: <tabthorpe@stthomasanglican.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5CA2D16A4DE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Aug 2006 19:17:01 +0000 (UTC)
	(envelope-from tabthorpe@stthomasanglican.org)
Received: from tbaytel.net (front2-drytel.tbaytel.net [216.211.26.165])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B717D43D58
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Aug 2006 19:17:00 +0000 (GMT)
	(envelope-from tabthorpe@stthomasanglican.org)
Received: from stjames.stthomasanglican.org ([216.211.68.218] verified)
  by front2.tbaytel.net (CommuniGate Pro SMTP 5.0.8)
  with ESMTPS id 56108864; Mon, 21 Aug 2006 15:16:58 -0400
Received: from stjames.stthomasanglican.org (localhost [127.0.0.1])
	by stjames.stthomasanglican.org (8.13.8/8.13.8) with ESMTP id k7LJGCFs098332
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Mon, 21 Aug 2006 15:16:14 -0400 (EDT)
	(envelope-from tabthorpe@stjames.stthomasanglican.org)
Received: (from tabthorpe@localhost)
	by stjames.stthomasanglican.org (8.13.8/8.13.8/Submit) id k7LJGBPN098331;
	Mon, 21 Aug 2006 15:16:11 -0400 (EDT)
	(envelope-from tabthorpe)
Message-Id: <200608211916.k7LJGBPN098331@stjames.stthomasanglican.org>
Date: Mon, 21 Aug 2006 15:16:11 -0400 (EDT)
From: Thomas Abthorpe <thomas@goodking.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc: thomas@goodking.ca
Subject: [PATCH] misc/since: add MASTER_SITES, reformat pkg-descr, remove unused checksums from distinfo, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         102358
>Category:       ports
>Synopsis:       [PATCH] misc/since: add MASTER_SITES, reformat pkg-descr, remove unused checksums from distinfo, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jmelo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 21 19:20:13 GMT 2006
>Closed-Date:    Tue Aug 22 12:44:57 GMT 2006
>Last-Modified:  Tue Aug 22 12:44:57 GMT 2006
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.1-RELEASE-p3 i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD stjames.stthomasanglican.org 6.1-RELEASE-p3 FreeBSD 6.1-RELEASE-p3 #0: Wed Aug  9 13:53:36 EDT
>Description:
- Take maintainership
- add MASTER_SITES
- reformat pkg-descr
- remove unused checksums from distinfo

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- since-0.5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/since/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	18 Sep 2005 21:41:09 -0000	1.7
+++ Makefile	21 Aug 2006 19:12:08 -0000
@@ -8,9 +8,10 @@
 PORTNAME=	since
 PORTVERSION=	0.5
 CATEGORIES=	misc
-MASTER_SITES=	ftp://jade.cs.uct.ac.za/pub/
+MASTER_SITES=	http://fresh.t-systems-sfr.com/linux/src/ \
+		http://www.goodking.ca/pub/files/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	thomas@goodking.ca
 COMMENT=	View the end of a file like tail(1), but save state between sessions
 
 MAN1=		since.1
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/misc/since/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	18 Sep 2005 21:41:09 -0000	1.4
+++ distinfo	21 Aug 2006 19:12:08 -0000
@@ -1,5 +1,3 @@
 MD5 (since-0.5.tar.gz) = 923c23f5198380cae42cbcaf411f3bca
-SHA1 (since-0.5.tar.gz) = 4b09435b7100e91a23010b2cb655a5d847558f3e
-RMD160 (since-0.5.tar.gz) = 87987c50612b2ab2df604b5029a6aab4d8f15ed8
 SHA256 (since-0.5.tar.gz) = 179afff70f9e13fbdfda72e5b3862fd84f6eed7631543f696108012dba9abf64
 SIZE (since-0.5.tar.gz) = 12557
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/misc/since/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	11 Feb 2002 10:49:37 -0000	1.1
+++ pkg-descr	21 Aug 2006 19:12:08 -0000
@@ -1,10 +1,7 @@
 Paraphrasing since(1):
 
-  since is similar to tail(1) since it also displays the tail of a file.
-  However, since displays only the data which has been added since the last
-  time since was run.  If since has not been run before, the entire file is
-  displayed.  since is useful for watching over log files.
-
-Author: Marc Welz <marc@jade.cs.uct.ac.za>
-
--- Johann Visagie <wjv@FreeBSD.org>
+  since is similar to tail(1) since it also displays the tail of a
+  file.  However, since displays only the data which has been added
+  since the last time since was run.  If since has not been run
+  before, the entire file is displayed.  since is useful for watching
+  over log files.
--- since-0.5.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jmelo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Aug 21 19:20:24 UTC 2006 
Responsible-Changed-Why:  
jmelo@ wants to have WWW and MASTER_SITES PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102358 
State-Changed-From-To: open->closed 
State-Changed-By: jmelo 
State-Changed-When: Tue Aug 22 12:44:56 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102358 
>Unformatted:
