From tts7500@www2.inetd.co.jp  Fri Dec 28 03:35:48 2007
Return-Path: <tts7500@www2.inetd.co.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 98AE916A41B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Dec 2007 03:35:48 +0000 (UTC)
	(envelope-from tts7500@www2.inetd.co.jp)
Received: from www2.inetd.co.jp (www2.inetd.co.jp [211.13.206.150])
	by mx1.freebsd.org (Postfix) with ESMTP id 4A3E313C469
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Dec 2007 03:35:48 +0000 (UTC)
	(envelope-from tts7500@www2.inetd.co.jp)
Received: from www2.inetd.co.jp (www2.inetd.co.jp [211.13.206.150])
	by www2.inetd.co.jp (8.13.8/3.7W07121918) with ESMTP id lBS3ZaDj012829;
	Fri, 28 Dec 2007 12:35:36 +0900 (JST)
Received: (from tts7500@localhost)
	by www2.inetd.co.jp (8.13.8/8.12.8/Submit) id lBS3ZZXp012828;
	Fri, 28 Dec 2007 12:35:35 +0900 (JST)
	(envelope-from tts7500)
Message-Id: <200712280335.lBS3ZZXp012828@www2.inetd.co.jp>
Date: Fri, 28 Dec 2007 12:35:35 +0900 (JST)
From: TAKATSU Tomonari <tota@rtfm.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jw@innerewut.de
Subject: [PATCH] devel/rubygem-hoe: update to 1.4.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: jw@innerewut.de

>Number:         119086
>Category:       ports
>Synopsis:       [PATCH] devel/rubygem-hoe: update to 1.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 28 03:40:01 UTC 2007
>Closed-Date:    Wed Jan 09 02:19:02 UTC 2008
>Last-Modified:  Wed Jan  9 02:20:02 UTC 2008
>Originator:     TAKATSU Tomonari
>Release:        FreeBSD 6.3-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD photon.rtfm.jp 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0: Sun Dec 16 23:38:27 JST 2007
>Description:
- update to 1.4.0
- make portlint happy

Port maintainer (jw@innerewut.de) is cc'd.

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

diff -urN rubygem-hoe.orig/Makefile rubygem-hoe/Makefile
--- rubygem-hoe.orig/Makefile	2007-09-12 05:00:04.000000000 +0900
+++ rubygem-hoe/Makefile	2007-12-28 12:16:10.000000000 +0900
@@ -5,18 +5,27 @@
 # $FreeBSD: ports/devel/rubygem-hoe/Makefile,v 1.6 2007/09/05 01:00:28 clsung Exp $
 
 PORTNAME=	hoe
-PORTVERSION=	1.3.0
+PORTVERSION=	1.4.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
 MASTER_SITE_SUBDIR=	seattlerb
 
 MAINTAINER=	jw@innerewut.de
-COMMENT=	hoe - a tool to help rake
+COMMENT=	A simple rake/rubygems helper for project Rakefiles
 
 BUILD_DEPENDS=	rake:${PORTSDIR}/devel/rubygem-rake \
 		rubyforge:${PORTSDIR}/devel/rubygem-rubyforge
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
+x-generate-plist:
+	${ECHO} bin/sow > pkg-plist.new
+	${ECHO} %%GEM_CACHE%% >> pkg-plist.new
+	${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},%%GEM_DOC_DIR%%,' >> pkg-plist.new
+	${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},%%GEM_LIB_DIR%%,' >> pkg-plist.new
+	${ECHO} %%GEM_SPEC%% >> pkg-plist.new
+	${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm %%GEM_LIB_DIR%%,' >> pkg-plist.new
+	${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm %%GEM_DOC_DIR%%,' >> pkg-plist.new
+
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
 .include <bsd.port.post.mk>
diff -urN rubygem-hoe.orig/distinfo rubygem-hoe/distinfo
--- rubygem-hoe.orig/distinfo	2007-09-12 05:00:04.000000000 +0900
+++ rubygem-hoe/distinfo	2007-12-28 07:49:38.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (rubygem/hoe-1.3.0.gem) = 838751aa0b18eafab7ff9a9633c79e19
-SHA256 (rubygem/hoe-1.3.0.gem) = 9e3d3858c5b8f66f87ba2b4f0e4e2711df3112b78e2feabcf9a02774eecc97c2
-SIZE (rubygem/hoe-1.3.0.gem) = 15360
+MD5 (rubygem/hoe-1.4.0.gem) = 0a903349975f6484dc5a31943c4ac599
+SHA256 (rubygem/hoe-1.4.0.gem) = c595b84c8eb487041903984b6c8a1e7e31b7ab82aa0a53821ca48ddb05fe8571
+SIZE (rubygem/hoe-1.4.0.gem) = 15872

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Dec 28 03:40:08 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119086 
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Mon Dec 31 14:51:00 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119086 
Responsible-Changed-From-To: rafan->clsung 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Wed Jan 2 10:03:29 UTC 2008 
Responsible-Changed-Why:  
It depends on clsung's PR. 

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

From: Jonathan Weiss <jw@innerewut.de>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/119086: [PATCH] devel/rubygem-hoe: update to 1.4.0
Date: Tue, 08 Jan 2008 12:13:59 +0100

 Edwin Groothuis schrieb:
 > Maintainer of devel/rubygem-hoe,
 > 
 > Please note that PR ports/119086 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/119086
 > 
 
 Please commit.
 
 Jonathan
 
 -- 
 Jonathan Weiss
 http://blog.innerewut.de
State-Changed-From-To: feedback->closed 
State-Changed-By: clsung 
State-Changed-When: Wed Jan 9 02:19:01 UTC 2008 
State-Changed-Why:  
Committed. Thank You. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/119086: commit references a PR
Date: Wed,  9 Jan 2008 02:19:00 +0000 (UTC)

 clsung      2008-01-09 02:18:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/rubygem-hoe    Makefile distinfo 
   Log:
   - update to 1.4.0
   - make portlint happy
   
   PR:             ports/119086
   Submitted by:   TAKATSU Tomonari <tota_AT_rtfm dot jp>
   Approved by:    maintainer (Jonathan Weiss)
   
   Revision  Changes    Path
   1.7       +2 -2      ports/devel/rubygem-hoe/Makefile
   1.7       +3 -3      ports/devel/rubygem-hoe/distinfo
 _______________________________________________
 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:
