From freebsd@unixfreunde.de  Wed May 24 18:04:13 2006
Return-Path: <freebsd@unixfreunde.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B5B7716A581
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 May 2006 18:04:13 +0000 (UTC)
	(envelope-from freebsd@unixfreunde.de)
Received: from unixfreunde.net (unixfreunde.de [85.214.35.254])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 50DEE43D48
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 May 2006 18:04:13 +0000 (GMT)
	(envelope-from freebsd@unixfreunde.de)
Received: by unixfreunde.net (Postfix, from userid 65534)
	id 283E75066F; Wed, 24 May 2006 20:04:15 +0200 (CEST)
Received: from mwilke.ath.cx (p548D3B0C.dip0.t-ipconnect.de [84.141.59.12])
	by unixfreunde.net (Postfix) with ESMTP id 00B445066C;
	Wed, 24 May 2006 20:04:12 +0200 (CEST)
Message-Id: <1148493850.79903@mwilke.ath.cx>
Date: Wed, 24 May 2006 20:04:10 +0200
From: "Martin Wilke" <freebsd@unixfreunde.de>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Cc: crcastle@ius.edu
Subject: [patch] sysutils/rename
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify: crcastle@ius.edu

>Number:         97802
>Category:       ports
>Synopsis:       [patch] sysutils/rename
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lawrance
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 24 18:10:26 GMT 2006
>Closed-Date:    Wed Nov 01 10:23:37 GMT 2006
>Last-Modified:  Wed Nov  1 10:30:27 GMT 2006
>Originator:     Martin Wilke
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 7.0-CURRENT #142: Thu May 18 07:57:01 CEST 2006
    splash@mwilke.ath.cx:/usr/obj/usr/src/sys/BSDBOX



>Description:


- change mirror
- maintainer is cc'd 
- fix http://people.freebsd.org/~fenner/portsurvey/sysutils.html#rename


>How-To-Repeat:





>Fix:


--- rename.diff begins here ---
diff -ruN /usr/ports/sysutils/rename/Makefile ports/sysutils/rename/Makefile
--- /usr/ports/sysutils/rename/Makefile	Tue Jul 12 09:44:38 2005
+++ ports/sysutils/rename/Makefile	Wed May 24 18:58:38 2006
@@ -8,7 +8,8 @@
 PORTNAME=	rename
 PORTVERSION=	1.3
 CATEGORIES=	sysutils
-MASTER_SITES=	http://portfolio.iu.edu/crcastle/
+MASTER_SITES=	http://mirror2.unixfreunde.de/ \
+		http://freebsd.unixfreunde.de/sources/
 
 MAINTAINER=	crcastle@ius.edu
 COMMENT=	Rename multiple files using regular expressions
--- rename.diff ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed May 24 21:11:40 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97802 
State-Changed-From-To: feedback->feedback  
State-Changed-By: lawrance 
State-Changed-When: Sat May 27 16:54:44 UTC 2006 
State-Changed-Why:  
Note that the maintainer is working on a switch to the 
correct mastersite (berlios).  The original distfile had 
some FreeBSD patches applied, so it's not a straightforward 
MASTER_SITES change. 


Responsible-Changed-From-To: freebsd-ports-bugs->lawrance 
Responsible-Changed-By: lawrance 
Responsible-Changed-When: Sat May 27 16:54:44 UTC 2006 
Responsible-Changed-Why:  
Track 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97802 

From: Martin Wilke <freebsd@unixfreunde.de>
To: Sam Lawrance <lawrance@FreeBSD.org>
Cc: chadcastleberry@gmail.com, lawrance@FreeBSD.org,
 bug-followup@FreeBSD.org
Subject: Re: ports/97802: [patch] sysutils/rename
Date: Tue, 30 May 2006 07:02:05 +0200

 --MP_dOQW+U.=twF+HSq_6Js=8hZ
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 On Sat, 27 May 2006 16:56:33 GMT
 Sam Lawrance <lawrance@FreeBSD.org> wrote:
 
 > Synopsis: [patch] sysutils/rename
 > 
 > State-Changed-From-To: feedback->feedback 
 > State-Changed-By: lawrance
 > State-Changed-When: Sat May 27 16:54:44 UTC 2006
 > State-Changed-Why: 
 > Note that the maintainer is working on a switch to the
 > correct mastersite (berlios).  The original distfile had
 > some FreeBSD patches applied, so it's not a straightforward
 > MASTER_SITES change.
 > 
 > 
 > Responsible-Changed-From-To: freebsd-ports-bugs->lawrance
 > Responsible-Changed-By: lawrance
 > Responsible-Changed-When: Sat May 27 16:54:44 UTC 2006
 > Responsible-Changed-Why: 
 > Track
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=97802
 
 
 Hi ..
 
 I the attachment is a fix from the maintainer.
 
 Thx all
 Regards Martin
 --MP_dOQW+U.=twF+HSq_6Js=8hZ
 Content-Type: text/x-patch; name=rename.diff
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: attachment; filename=rename.diff
 
 diff -ruN /usr/ports/sysutils/rename/Makefile rename/Makefile
 --- /usr/ports/sysutils/rename/Makefile	Tue Jul 12 03:44:38 2005
 +++ rename/Makefile	Sat May 27 23:35:21 2006
 @@ -2,15 +2,15 @@
  # Date created:				7 July 2005
  # Whom:					Chad Castleberry AKA ritalin
  #
 -# $FreeBSD: ports/sysutils/rename/Makefile,v 1.1 2005/07/12 07:44:38 jylef=
 ort Exp $
 +# $FreeBSD$
  #
 =20
  PORTNAME=3D	rename
  PORTVERSION=3D	1.3
  CATEGORIES=3D	sysutils
 -MASTER_SITES=3D	http://portfolio.iu.edu/crcastle/
 +MASTER_SITES=3D	https://oncourse.iu.edu/access/content/user/crcastle/Filem=
 anager_Public_Files/
 =20
 -MAINTAINER=3D	crcastle@ius.edu
 +MAINTAINER=3D	chadcastleberry@gmail.com
  COMMENT=3D	Rename multiple files using regular expressions
 =20
  GNU_CONFIGURE=3D	yes
 diff -ruN /usr/ports/sysutils/rename/pkg-descr rename/pkg-descr
 --- /usr/ports/sysutils/rename/pkg-descr	Tue Jul 12 03:44:38 2005
 +++ rename/pkg-descr	Sat May 27 23:33:15 2006
 @@ -7,4 +7,4 @@
  WWW: http://rename.berlios.de/
 =20
  - Chad
 -crcastle@ius.edu
 +chadcastleberry@gmail.com
 
 --MP_dOQW+U.=twF+HSq_6Js=8hZ--

From: "Chad Castleberry" <chadcastleberry@gmail.com>
To: bug-followup@FreeBSD.org, freebsd@unixfreunde.de
Cc:  
Subject: ports/97802
Date: Sun, 28 May 2006 00:21:05 -0400

 ------=_Part_98853_26862223.1148790065750
 Content-Type: multipart/alternative; 
 	boundary="----=_Part_98854_32054043.1148790065750"
 
 ------=_Part_98854_32054043.1148790065750
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: inline
 
 Updated url since server address changed. Changed contact email. Still
 having trouble running 'make reinstall' any help would rock :P
 
 Cheer's - Chad Castleberry
 
 ------=_Part_98854_32054043.1148790065750
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: inline
 
 Updated url since server address changed. Changed contact email. Still havi=
 ng trouble running 'make reinstall' any help would rock :P<br><br>Cheer's -=
  Chad Castleberry<br>
 
 ------=_Part_98854_32054043.1148790065750--
 
 ------=_Part_98853_26862223.1148790065750
 Content-Type: application/octet-stream; name="rename.diff"
 Content-Transfer-Encoding: base64
 Content-Disposition: attachment; filename="rename.diff"
 X-Attachment-Id: f_enqvrxrz
 
 ZGlmZiAtcnVOIC91c3IvcG9ydHMvc3lzdXRpbHMvcmVuYW1lL01ha2VmaWxlIHJlbmFtZS9NYWtl
 ZmlsZQotLS0gL3Vzci9wb3J0cy9zeXN1dGlscy9yZW5hbWUvTWFrZWZpbGUJVHVlIEp1bCAxMiAw
 Mzo0NDozOCAyMDA1CisrKyByZW5hbWUvTWFrZWZpbGUJU2F0IE1heSAyNyAyMzozNToyMSAyMDA2
 CkBAIC0yLDE1ICsyLDE1IEBACiAjIERhdGUgY3JlYXRlZDoJCQkJNyBKdWx5IDIwMDUKICMgV2hv
 bToJCQkJCUNoYWQgQ2FzdGxlYmVycnkgQUtBIHJpdGFsaW4KICMKLSMgJEZyZWVCU0Q6IHBvcnRz
 L3N5c3V0aWxzL3JlbmFtZS9NYWtlZmlsZSx2IDEuMSAyMDA1LzA3LzEyIDA3OjQ0OjM4IGp5bGVm
 b3J0IEV4cCAkCisjICRGcmVlQlNEJAogIwogCiBQT1JUTkFNRT0JcmVuYW1lCiBQT1JUVkVSU0lP
 Tj0JMS4zCiBDQVRFR09SSUVTPQlzeXN1dGlscwotTUFTVEVSX1NJVEVTPQlodHRwOi8vcG9ydGZv
 bGlvLml1LmVkdS9jcmNhc3RsZS8KK01BU1RFUl9TSVRFUz0JaHR0cHM6Ly9vbmNvdXJzZS5pdS5l
 ZHUvYWNjZXNzL2NvbnRlbnQvdXNlci9jcmNhc3RsZS9GaWxlbWFuYWdlcl9QdWJsaWNfRmlsZXMv
 CiAKLU1BSU5UQUlORVI9CWNyY2FzdGxlQGl1cy5lZHUKK01BSU5UQUlORVI9CWNoYWRjYXN0bGVi
 ZXJyeUBnbWFpbC5jb20KIENPTU1FTlQ9CVJlbmFtZSBtdWx0aXBsZSBmaWxlcyB1c2luZyByZWd1
 bGFyIGV4cHJlc3Npb25zCiAKIEdOVV9DT05GSUdVUkU9CXllcwpkaWZmIC1ydU4gL3Vzci9wb3J0
 cy9zeXN1dGlscy9yZW5hbWUvcGtnLWRlc2NyIHJlbmFtZS9wa2ctZGVzY3IKLS0tIC91c3IvcG9y
 dHMvc3lzdXRpbHMvcmVuYW1lL3BrZy1kZXNjcglUdWUgSnVsIDEyIDAzOjQ0OjM4IDIwMDUKKysr
 IHJlbmFtZS9wa2ctZGVzY3IJU2F0IE1heSAyNyAyMzozMzoxNSAyMDA2CkBAIC03LDQgKzcsNCBA
 QAogV1dXOiBodHRwOi8vcmVuYW1lLmJlcmxpb3MuZGUvCiAKIC0gQ2hhZAotY3JjYXN0bGVAaXVz
 LmVkdQorY2hhZGNhc3RsZWJlcnJ5QGdtYWlsLmNvbQo=
 ------=_Part_98853_26862223.1148790065750--
State-Changed-From-To: feedback->closed 
State-Changed-By: lawrance 
State-Changed-When: Wed Nov 1 10:23:23 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97802 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/97802: commit references a PR
Date: Wed,  1 Nov 2006 10:23:26 +0000 (UTC)

 lawrance    2006-11-01 10:23:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/rename      Makefile pkg-descr 
   Log:
   Add extra master site and change maintainer address.
   
   PR:             ports/97802
   Submitted by:   Chad Castleberry <chadcastleberry@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.2       +4 -2      ports/sysutils/rename/Makefile
   1.2       +1 -1      ports/sysutils/rename/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
