From aoyama@peach.ne.jp  Sun May 29 12:29:03 2011
Return-Path: <aoyama@peach.ne.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9518A1065672
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 May 2011 12:29:03 +0000 (UTC)
	(envelope-from aoyama@peach.ne.jp)
Received: from moon.peach.ne.jp (unknown [IPv6:2001:380:e06:127::53])
	by mx1.freebsd.org (Postfix) with ESMTP id 2AB058FC24
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 May 2011 12:29:02 +0000 (UTC)
Received: from moon.peach.ne.jp (localhost [127.0.0.1])
	by moon.peach.ne.jp (Postfix) with ESMTP id 627AC39D54
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 May 2011 21:28:57 +0900 (JST)
Received: from hera.peach.ne.jp.private (unknown [172.18.0.36])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by moon.peach.ne.jp (Postfix) with ESMTPS id 4722C39D53
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 May 2011 21:28:57 +0900 (JST)
Received: from hera.peach.ne.jp.private (localhost [127.0.0.1])
	by hera.peach.ne.jp.private (8.14.4/8.14.4) with ESMTP id p4TCSupG087224
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 May 2011 21:28:56 +0900 (JST)
	(envelope-from aoyama@peach.ne.jp)
Received: (from aoyama@localhost)
	by hera.peach.ne.jp.private (8.14.4/8.14.4/Submit) id p4TCSuTF087223;
	Sun, 29 May 2011 21:28:56 +0900 (JST)
	(envelope-from aoyama)
Message-Id: <201105291228.p4TCSuTF087223@hera.peach.ne.jp.private>
Date: Sun, 29 May 2011 21:28:56 +0900 (JST)
From: Daisuke Aoyama <aoyama@peach.ne.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] net/istgt: update to 20110529
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         157395
>Category:       ports
>Synopsis:       [MAINTAINER] net/istgt: update to 20110529
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 29 12:30:10 UTC 2011
>Closed-Date:    Mon May 30 20:13:50 UTC 2011
>Last-Modified:  Mon May 30 20:20:10 UTC 2011
>Originator:     Daisuke Aoyama
>Release:        FreeBSD 7.3-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD hera.peach.ne.jp.private 7.3-RELEASE-p4 FreeBSD 7.3-RELEASE-p4 #0: Fri Mar 25 04:15:43 JST 2011
>Description:
- Update to 20110529

This archive contains ports/156117 patch.

Removed file(s):
- files/patch-etc__istgt.sh.in

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

--- istgt-20110529.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/istgt/Makefile /home/aoyama/ports/net/istgt/Makefile
--- /usr/ports/net/istgt/Makefile	2011-04-19 02:16:29.000000000 +0900
+++ /home/aoyama/ports/net/istgt/Makefile	2011-05-29 21:17:39.059970392 +0900
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	istgt
-PORTVERSION=	20110223
-PORTREVISION=	1
+PORTVERSION=	20110529
+PORTREVISION=	0
 CATEGORIES=	net
 MASTER_SITES=	http://www.peach.ne.jp/archives/istgt/
 
diff -ruN --exclude=CVS /usr/ports/net/istgt/distinfo /home/aoyama/ports/net/istgt/distinfo
--- /usr/ports/net/istgt/distinfo	2011-02-24 03:09:53.000000000 +0900
+++ /home/aoyama/ports/net/istgt/distinfo	2011-05-29 21:19:18.865579992 +0900
@@ -1,2 +1,2 @@
-SHA256 (istgt-20110223.tar.gz) = 5ef5663f37932290d973954dc683b64938989ccc856eca08b4075699a22916aa
-SIZE (istgt-20110223.tar.gz) = 223384
+SHA256 (istgt-20110529.tar.gz) = 51a3bde2177780f1a9cd0b32d3949f5db5e614f8d2c520e408e329778f7c49e0
+SIZE (istgt-20110529.tar.gz) = 224527
diff -ruN --exclude=CVS /usr/ports/net/istgt/files/patch-etc__istgt.sh.in /home/aoyama/ports/net/istgt/files/patch-etc__istgt.sh.in
--- /usr/ports/net/istgt/files/patch-etc__istgt.sh.in	2011-04-19 02:16:29.000000000 +0900
+++ /home/aoyama/ports/net/istgt/files/patch-etc__istgt.sh.in	1970-01-01 09:00:00.000000000 +0900
@@ -1,10 +0,0 @@
---- ./etc/istgt.sh.in.orig	2009-04-20 02:46:41.000000000 -0700
-+++ ./etc/istgt.sh.in	2011-04-01 10:54:21.980657627 -0700
-@@ -9,6 +9,7 @@
- 
- name="istgt"
- rcvar=`set_rcvar`
-+extra_commands="reload"
- 
- load_rc_config $name
- 
--- istgt-20110529.patch ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Sun May 29 13:55:07 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157395 
State-Changed-From-To: open->closed 
State-Changed-By: wxs 
State-Changed-When: Mon May 30 20:13:49 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157395: commit references a PR
Date: Mon, 30 May 2011 20:10:27 +0000 (UTC)

 wxs         2011-05-30 20:10:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/istgt            Makefile distinfo 
   Removed files:
     net/istgt/files      patch-etc__istgt.sh.in 
   Log:
   - Update to 20110529.
   
   PR:             ports/157395
   Submitted by:   Daisuke Aoyama <aoyama@peach.ne.jp> (maintainer)
   
   Revision  Changes    Path
   1.23      +1 -2      ports/net/istgt/Makefile
   1.22      +2 -2      ports/net/istgt/distinfo
   1.2       +0 -10     ports/net/istgt/files/patch-etc__istgt.sh.in (dead)
 _______________________________________________
 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:
