From tkato432@yahoo.com  Fri Mar 22 18:33:20 2013
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id CAF7D701
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 22 Mar 2013 18:33:17 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169])
	by mx1.freebsd.org (Postfix) with ESMTP id A1CD58F0
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 22 Mar 2013 18:33:17 +0000 (UTC)
Received: from localhost.localdomain (ZT028162.ppp.dion.ne.jp [59.128.28.162])
	by msa106lp.auone-net.jp (au one net msa) with ESMTP id CFA2F23C031
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 23 Mar 2013 03:33:15 +0900 (JST)
Message-Id: <20130323032753.ad46cba1b6a3eade27585494@yahoo.com>
Date: Sat, 23 Mar 2013 03:27:53 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: sysutils/sysgather: Update to version 1.0.p10

>Number:         177251
>Category:       ports
>Synopsis:       sysutils/sysgather: Update to version 1.0.p10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 22 18:40:02 UTC 2013
>Closed-Date:    Sun Mar 24 16:06:51 UTC 2013
>Last-Modified:  Sun Mar 24 16:10:03 UTC 2013
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update to version 1.0.p10

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/sysutils/sysgather/Makefile sysutils/sysgather/Makefile
--- /usr/ports/sysutils/sysgather/Makefile	2012-11-08 07:40:33.000000000 +0900
+++ sysutils/sysgather/Makefile	2013-02-27 22:43:04.000000000 +0900
@@ -1,24 +1,33 @@
-# New ports collection makefile for:	sysgather
-# Date created:				16 December 2005
-# Whom:					roam@FreeBSD.org
-#
+# Created by: roam@FreeBSD.org
 # $FreeBSD: head/sysutils/sysgather/Makefile 300897 2012-07-14 14:29:18Z beat $
-#
 
 PORTNAME=	sysgather
-PORTVERSION=	1.0.b9
+DISTVERSION=	1.0pre10
 CATEGORIES=	sysutils
 MASTER_SITES=	http://devel.ringlet.net/sysutils/sysgather/
-DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b/pre/}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Keep configuration files under version control
 
+LICENSE=	BSD
+
 BUILD_DEPENDS=	p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+OPTIONS_DEFINE=	EXAMPLES
+
 USE_PERL5=	yes
 
 MAN1=		sysgather.1
 
+.include <bsd.port.options.mk>
+
+.if empty(PORT_OPTIONS:MEXAMPLES)
+MAKE_ENV+=	EXAMPLESDIR="${WRKDIR}"
+.endif
+
+post-patch:
+	@${REINPLACE_CMD} -e \
+		's|^#!.*/perl|#!${PERL}|' ${WRKSRC}/sysgather.pl
+
 .include <bsd.port.mk>
diff -urN /usr/ports/sysutils/sysgather/distinfo sysutils/sysgather/distinfo
--- /usr/ports/sysutils/sysgather/distinfo	2012-11-08 07:40:33.000000000 +0900
+++ sysutils/sysgather/distinfo	2013-02-27 22:31:15.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (sysgather-1.0pre9.tar.gz) = 347151eeddc59e0d49ba55d58b910f5259063f342c0c715530f047a230df2009
-SIZE (sysgather-1.0pre9.tar.gz) = 15020
+SHA256 (sysgather-1.0pre10.tar.gz) = d767e78ae6612d0adeee837d4489112b155b664dd3f5bb94e77a967fcc067997
+SIZE (sysgather-1.0pre10.tar.gz) = 16084
diff -urN /usr/ports/sysutils/sysgather/pkg-plist sysutils/sysgather/pkg-plist
--- /usr/ports/sysutils/sysgather/pkg-plist	2012-11-08 07:40:33.000000000 +0900
+++ sysutils/sysgather/pkg-plist	2013-02-27 22:37:07.000000000 +0900
@@ -2,7 +2,7 @@
 @unexec if cmp -s %D/etc/sysgather.conf %D/etc/sysgather.conf.default; then rm -f %D/etc/sysgather.conf; fi
 etc/sysgather.conf.default
 @exec [ -f %B/sysgather.conf ] || cp %B/%f %B/sysgather.conf
-%%EXAMPLESDIR%%/debian.conf
-%%EXAMPLESDIR%%/freebsd.conf
-%%EXAMPLESDIR%%/slackware.conf
-@dirrm %%EXAMPLESDIR%%
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/debian.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freebsd.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slackware.conf
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Mar 22 18:40:58 UTC 2013 
Responsible-Changed-Why:  
miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177251 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Mar 24 16:06:50 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177251: commit references a PR
Date: Sun, 24 Mar 2013 16:07:03 +0000 (UTC)

 Author: miwi
 Date: Sun Mar 24 16:06:49 2013
 New Revision: 315137
 URL: http://svnweb.freebsd.org/changeset/ports/315137
 
 Log:
   - Update to 1.0.p10
   
   PR:		177251
   Submitted by:	ports fury
 
 Modified:
   head/sysutils/sysgather/Makefile   (contents, props changed)
   head/sysutils/sysgather/distinfo   (contents, props changed)
   head/sysutils/sysgather/pkg-plist   (contents, props changed)
 
 Modified: head/sysutils/sysgather/Makefile
 ==============================================================================
 --- head/sysutils/sysgather/Makefile	Sun Mar 24 16:04:22 2013	(r315136)
 +++ head/sysutils/sysgather/Makefile	Sun Mar 24 16:06:49 2013	(r315137)
 @@ -1,24 +1,33 @@
 -# New ports collection makefile for:	sysgather
 -# Date created:				16 December 2005
 -# Whom:					roam@FreeBSD.org
 -#
 +# Created by: roam@FreeBSD.org
  # $FreeBSD$
 -#
  
  PORTNAME=	sysgather
 -PORTVERSION=	1.0.b9
 +DISTVERSION=	1.0pre10
  CATEGORIES=	sysutils
  MASTER_SITES=	http://devel.ringlet.net/sysutils/sysgather/
 -DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b/pre/}
  
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	Keep configuration files under version control
  
 +LICENSE=	BSD
 +
  BUILD_DEPENDS=	p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles
  RUN_DEPENDS:=	${BUILD_DEPENDS}
  
 +OPTIONS_DEFINE=	EXAMPLES
 +
  USE_PERL5=	yes
  
  MAN1=		sysgather.1
  
 +.include <bsd.port.options.mk>
 +
 +.if empty(PORT_OPTIONS:MEXAMPLES)
 +MAKE_ENV+=	EXAMPLESDIR="${WRKDIR}"
 +.endif
 +
 +post-patch:
 +	@${REINPLACE_CMD} -e \
 +		's|^#!.*/perl|#!${PERL}|' ${WRKSRC}/sysgather.pl
 +
  .include <bsd.port.mk>
 
 Modified: head/sysutils/sysgather/distinfo
 ==============================================================================
 --- head/sysutils/sysgather/distinfo	Sun Mar 24 16:04:22 2013	(r315136)
 +++ head/sysutils/sysgather/distinfo	Sun Mar 24 16:06:49 2013	(r315137)
 @@ -1,2 +1,2 @@
 -SHA256 (sysgather-1.0pre9.tar.gz) = 347151eeddc59e0d49ba55d58b910f5259063f342c0c715530f047a230df2009
 -SIZE (sysgather-1.0pre9.tar.gz) = 15020
 +SHA256 (sysgather-1.0pre10.tar.gz) = d767e78ae6612d0adeee837d4489112b155b664dd3f5bb94e77a967fcc067997
 +SIZE (sysgather-1.0pre10.tar.gz) = 16084
 
 Modified: head/sysutils/sysgather/pkg-plist
 ==============================================================================
 --- head/sysutils/sysgather/pkg-plist	Sun Mar 24 16:04:22 2013	(r315136)
 +++ head/sysutils/sysgather/pkg-plist	Sun Mar 24 16:06:49 2013	(r315137)
 @@ -2,7 +2,7 @@ bin/sysgather
  @unexec if cmp -s %D/etc/sysgather.conf %D/etc/sysgather.conf.default; then rm -f %D/etc/sysgather.conf; fi
  etc/sysgather.conf.default
  @exec [ -f %B/sysgather.conf ] || cp %B/%f %B/sysgather.conf
 -%%EXAMPLESDIR%%/debian.conf
 -%%EXAMPLESDIR%%/freebsd.conf
 -%%EXAMPLESDIR%%/slackware.conf
 -@dirrm %%EXAMPLESDIR%%
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/debian.conf
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freebsd.conf
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slackware.conf
 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
