From nobody@FreeBSD.org  Fri Mar 14 18:40:36 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 9C3E0DCE
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Mar 2014 18:40:36 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 6ECB8E91
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Mar 2014 18:40:36 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s2EIeamt006465
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Mar 2014 18:40:36 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s2EIeaRO006462;
	Fri, 14 Mar 2014 18:40:36 GMT
	(envelope-from nobody)
Message-Id: <201403141840.s2EIeaRO006462@cgiserv.freebsd.org>
Date: Fri, 14 Mar 2014 18:40:36 GMT
From: Joseph Benden <joe@thrallingpenguin.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port of ruby gem-bundler
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         187585
>Category:       ports
>Synopsis:       New port of ruby gem-bundler
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 14 18:50:00 UTC 2014
>Closed-Date:    Sat Mar 15 22:05:45 UTC 2014
>Last-Modified:  Sat Mar 15 22:10:01 UTC 2014
>Originator:     Joseph Benden
>Release:        FreeBSD 11
>Organization:
>Environment:
FreeBSD freebsd-11 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r262966: Sun Mar  9 19:35:40 MST 2014     root@freebsd-11:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
This is a new port of the bundler gem.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	devel/rubygem-bundler
#	devel/rubygem-bundler/distinfo
#	devel/rubygem-bundler/Makefile
#	devel/rubygem-bundler/pkg-descr
#
echo c - devel/rubygem-bundler
mkdir -p devel/rubygem-bundler > /dev/null 2>&1
echo x - devel/rubygem-bundler/distinfo
sed 's/^X//' >devel/rubygem-bundler/distinfo << 'db608684b418cda7c146c320ae575515'
XSHA256 (rubygem/bundler-1.5.3.gem) = 149c96a57c8c1f02c5e5c2d71f1d25f8b59f7d7f2b101106c0e217232c78bd27
XSIZE (rubygem/bundler-1.5.3.gem) = 284672
db608684b418cda7c146c320ae575515
echo x - devel/rubygem-bundler/Makefile
sed 's/^X//' >devel/rubygem-bundler/Makefile << 'f34dd61cd41a20dd75c875de4787644e'
X# Created by: Joseph Benden <joe@thrallingpenguin.com>
X# $FreeBSD$
X
XPORTNAME=	bundler
XPORTVERSION=	1.5.3
XCATEGORIES=	devel rubygems
XMASTER_SITES=	RG
X
XMAINTAINER=	joe@thrallingpenguin.com
XCOMMENT=	Bundler maintains a consistent environment for ruby applications
X
XLICENSE=	MIT
X
XUSE_RUBY=	yes
XUSE_RUBYGEMS=	yes
XRUBYGEM_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
f34dd61cd41a20dd75c875de4787644e
echo x - devel/rubygem-bundler/pkg-descr
sed 's/^X//' >devel/rubygem-bundler/pkg-descr << '322e588de8d08f3503ddad79b44c29ec'
XBundler manages an application's dependencies through its entire life,
Xacross many machines, systematically and repeatably.
X
XWWW: http://bundler.io/
322e588de8d08f3503ddad79b44c29ec
exit



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jgh 
State-Changed-When: Fri Mar 14 20:17:08 UTC 2014 
State-Changed-Why:  
already in the tree. sysutils/rubygem-bundler 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187585 
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Fri Mar 14 20:21:48 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187585 
State-Changed-From-To: closed->open 
State-Changed-By: jgh 
State-Changed-When: Fri Mar 14 20:26:41 UTC 2014 
State-Changed-Why:  
reopening, per swills... if this is an update, please send a diff 

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

From: Joseph Benden <joe@thrallingpenguin.com>
To: bug-followup@FreeBSD.org, joe@thrallingpenguin.com
Cc:  
Subject: Re: ports/187585: New port of ruby gem-bundler
Date: Fri, 14 Mar 2014 13:26:13 -0700

 This needs its' version bumped to 1.5.3. Should I submit a patch PR?
 
 -Joe
 

From: Joseph Benden <joe@thrallingpenguin.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Fwd: Re: ports/187585: New port of ruby gem-bundler
Date: Fri, 14 Mar 2014 13:34:45 -0700

 This is a multi-part message in MIME format.
 --------------080903070509080302020908
 Content-Type: multipart/alternative;
  boundary="------------060208010909070200050902"
 
 
 --------------060208010909070200050902
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 
 
 > *From:* Joseph Benden <joe@thrallingpenguin.com>
 > *Date:* March 14, 2014 at 1:32 PM
 > *To:* jgh@FreeBSD.org
 > *Subject:* ports/187585: New port of ruby gem-bundler
 > Attached is the new patch.
 >
 > -Joe
 >
 > *From:* jgh@FreeBSD.org
 > *Date:* March 14, 2014 at 1:26 PM
 > *To:* joe@thrallingpenguin.com, jgh@FreeBSD.org, swills@FreeBSD.org
 > *Subject:* ports/187585: New port of ruby gem-bundler
 > Synopsis: New port of ruby gem-bundler
 >
 > State-Changed-From-To: closed->open
 > State-Changed-By: jgh
 > State-Changed-When: Fri Mar 14 20:26:41 UTC 2014
 > State-Changed-Why:
 > reopening, per swills... if this is an update, please send a diff
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=187585
 >
 
 --------------060208010909070200050902
 Content-Type: multipart/related;
  boundary="------------000305010001090900010303"
 
 
 --------------000305010001090900010303
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 <html><head>
 <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
 </head><body bgcolor="#FFFFFF" text="#000000"><br>
 <br>
 <blockquote class="__pbForwardBlockQuote" style="border: 0px none;" 
 cite="mid:53236742.7040505@thrallingpenguin.com" type="cite">
   <div style="margin:30px 25px 10px 25px;" class="__pbConvHr"><div 
 style="display:table;width:100%;border-top:1px solid 
 #EDEEF0;padding-top:5px">  <div 
 style="display:table-cell;vertical-align:top;padding-right:6px;padding-top:2px;width:31px;"><img
  photoaddress="joe@thrallingpenguin.com" photoname="Joseph Benden" 
 src="cid:part1.09090402.08020704@thrallingpenguin.com" 
 name="postbox-contact.jpg" height="25px" width="25px"></div>   <font 
 color="#737F92"><div 
 style="display:table-cell;white-space:nowrap;vertical-align:top;width:100%">
    	<span style="padding-right:6px;font-weight:bold"><b>From:</b> Joseph
  Benden <a class="moz-txt-link-rfc2396E" href="mailto:joe@thrallingpenguin.com">&lt;joe@thrallingpenguin.com&gt;</a><br></span><font color="#737F92"><b>Date:</b>
  March 14, 2014 at 1:32 PM<br><b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:jgh@FreeBSD.org">jgh@FreeBSD.org</a><br><b>Subject:</b>
  ports/187585: New port of ruby gem-bundler<br></font></div> </font></div></div>
   <div style="color:#888888;margin-left:24px;margin-right:24px;" 
 __pbrmquotes="true" class="__pbConvBody">
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 Attached is the new patch.<br>
 <br>
 -Joe<br>
 <br>
 
   </div>
   <div style="margin:30px 25px 10px 25px;" class="__pbConvHr"><div 
 style="display:table;width:100%;border-top:1px solid 
 #EDEEF0;padding-top:5px">  <div 
 style="display:table-cell;vertical-align:top;padding-right:6px;padding-top:2px;width:31px;"><img
  photoaddress="jgh@FreeBSD.org" photoname="" 
 src="cid:part2.02030302.04050602@thrallingpenguin.com" 
 name="compose-unknown-contact.jpg" height="25px" width="25px"></div>   <font
  color="#737F92"><div 
 style="display:table-cell;white-space:nowrap;vertical-align:top;width:100%">
    	<span style="padding-right:6px;font-weight:bold"><b>From:</b> 
 <a class="moz-txt-link-abbreviated" href="mailto:jgh@FreeBSD.org">jgh@FreeBSD.org</a><br></span><font color="#737F92"><b>Date:</b> March 14, 
 2014 at 1:26 PM<br><b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:joe@thrallingpenguin.com">joe@thrallingpenguin.com</a>, <a class="moz-txt-link-abbreviated" href="mailto:jgh@FreeBSD.org">jgh@FreeBSD.org</a>,
  <a class="moz-txt-link-abbreviated" href="mailto:swills@FreeBSD.org">swills@FreeBSD.org</a><br><b>Subject:</b> ports/187585: New port of ruby 
 gem-bundler<br></font></div> </font></div></div>
   <div style="color:#888888;margin-left:24px;margin-right:24px;" 
 __pbrmquotes="true" class="__pbConvBody"><div>Synopsis: New port of ruby
  gem-bundler<br><br>State-Changed-From-To: closed-&gt;open<br>State-Changed-By:
  jgh<br>State-Changed-When: Fri Mar 14 20:26:41 UTC 2014<br>State-Changed-Why:
  <br>reopening, per swills... if this is an update, please send a diff<br><br><a class="moz-txt-link-freetext" href="http://www.freebsd.org/cgi/query-pr.cgi?pr=187585">http://www.freebsd.org/cgi/query-pr.cgi?pr=187585</a><br><br></div></div>
 </blockquote>
 </body></html>
 
 --------------000305010001090900010303
 Content-Type: image/jpeg; x-apple-mail-type=stationery;
  name="postbox-contact.jpg"
 Content-Transfer-Encoding: base64
 Content-ID: <part1.09090402.08020704@thrallingpenguin.com>
 Content-Disposition: inline;
  filename="postbox-contact.jpg"
 
 /9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgK
 CgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/2wBDAQMDAwQDBAgEBAgQCwkL
 EBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBD/wAAR
 CAAZABkDAREAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAA
 AgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkK
 FhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWG
 h4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl
 5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREA
 AgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYk
 NOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE
 hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk
 5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD5z8S3Gr6zqh1/XZrC9vtSgt7q5u76yt5Z
 pppIUZ2LyISeScDOAMAAAAV+lUlRp0lzaL1sfGznUnN8ur9DBm1HSYrkWMt14bWdiAIzptnn
 J6D/AFdR9awSkoc6u/P/AIJXscTbm5Xb0NPSLOePXdOK2unREXkPzwabbxSJ845V0QMjDqGU
 gg8giuqdKDg9DCNaXMtTS/4al/aR/wCit6v/AN8Q/wDxFeT9Uw38h3/Wqv8AMeiJ4XtG0/T7
 powzCxtSvHIPkp+VddK06aUlc4aknCbcXYLv9mbxd8S7jT/iXqesanb6No7Kvyxm6mZYn3Zj
 Rv4AQc4z3wDX5JxNn2R5bnP9jR/duaXO0vdUpbXts7bvpdeZ+iZFl+YY/Lv7SqVOZwfuxb1c
 Y76+uy66+Rz9lpllPqsF1Z3EM8P2sFJEYFWAfqCOK/XsJJSwkOV391K/oran5zim44md1bVu
 3q7nlX9nw/8APNPzrh5jrsfQdhfalpuh28us2xhjsrSNJ/N+VomjQK6sDyGBBBHXIxXoU/ZR
 oqd9LHlzdSVZwSu7n6DfB60tNM+G3h2KS1KSHToJDG64KM6hzkHoctz71+T5hk2ExWOq4ucE
 5Td9UfomDxFWhhoUFL4VY+Mvj34G8P8Aw1+Oeqiy0PyNF8UImvLLFhYLW4JWOcbR90NLtYno
 DMPWvq+Ha8sIvq03o9v0/wAvuPDzzDe3Xt4rVf1/wT55/wCFbeNv+hC8Qf8Agsn/APia9H20
 e6PN9nLsdf8Ath/8l48Y/wDYZtP/AGjXnz/3X+u56NL/AHpf10PQLP8A491/3RXjT+I9hbHH
 at/yVjwZ/wBfR/8ARsFXDdEz2Z+ptdRxn//Z
 --------------000305010001090900010303
 Content-Type: image/jpeg; x-apple-mail-type=stationery;
  name="compose-unknown-contact.jpg"
 Content-Transfer-Encoding: base64
 Content-ID: <part2.02030302.04050602@thrallingpenguin.com>
 Content-Disposition: inline;
  filename="compose-unknown-contact.jpg"
 
 /9j/4AAQSkZJRgABAQEARwBHAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEC
 AQEBAQEBAgICAgICAgICAgICAgICAgICAgICAgICAgICAgL/2wBDAQEBAQEBAQICAgICAgIC
 AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgL/wAAR
 CAAZABkDAREAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAABgcICQr/xAA0EAABAwMCAgUK
 BwAAAAAAAAACAQMEBQYRABITIQcUMUF2CBUXIjI2N0JRtVRWkZOV0dL/xAAYAQEAAwEAAAAA
 AAAAAAAAAAADAAEEAv/EACQRAAICAAQGAwAAAAAAAAAAAAABAhEDMrHREyExM0FxgfDx/9oA
 DAMBAAIRAxEAPwDuEt+gW/ULet6oVC3rfqNQqFv0OfPn1GhUqfOmzZtKZlS5UqZMaNwzNwiJ
 VIl7eXLCaZIGwBl3TY8epPx2+jy2ZNPjvkwc9uhW8j7nCPhvOsQliYIeS7cvCpp8o50qwrC4
 v3lsNSDbdmTEhvs2tahxpfV3WnmbbozJEw/gwdadbYExVRXKEKoSdvJcaOSqxE7/AAiX0gXx
 +a69/JSf9alIlste0VzaNpeFrcT9KKymotyiaZ0KRCnzacoE7Kjzn4gi2KqUh3jqDHDHv4mR
 UfruTWlMzlVUKIVNp9GguEJnAh0+IZjyAiisgyRDnu5azS8miKqjOTVkKqS/psG37fo1Fbab
 eg25b8eZPeFJBBJSjMG5HjMeyihnaauZwe4OGiju13GAcpOwBeN+U8/IkGbsiS8b7ryogmbz
 hbyc9REROfZhERO5ETShjPtvpGqTUyLErytS4siSwx5x2tRH4hPOI0DkjZtaJtFxuVEbIUUi
 yeNujlBUJGbJN6nM/Cyf2Hf60YgjvKA+NPSP4gT7axpcPtr51YWJnYn9dnAQWl722p4ot37y
 zqnlfp6FrqbwawG8/9k=
 --------------000305010001090900010303--
 
 --------------060208010909070200050902--
 
 --------------080903070509080302020908
 Content-Type: text/plain;
  name="bundler.patch.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="bundler.patch.txt"
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 347887)
 +++ Makefile	(working copy)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	bundler
 -PORTVERSION=	1.3.5
 +PORTVERSION=	1.5.3
  CATEGORIES=	sysutils rubygems
  MASTER_SITES=	RG
  
 Index: distinfo
 ===================================================================
 --- distinfo	(revision 347887)
 +++ distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (rubygem/bundler-1.3.5.gem) = 08b89047f7b829f3e197a28fb1bde74c3f5cfea1552f99dfba237fee30eaffe4
 -SIZE (rubygem/bundler-1.3.5.gem) = 268800
 +SHA256 (rubygem/bundler-1.5.3.gem) = 149c96a57c8c1f02c5e5c2d71f1d25f8b59f7d7f2b101106c0e217232c78bd27
 +SIZE (rubygem/bundler-1.5.3.gem) = 284672
 
 
 --------------080903070509080302020908--
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Sat Mar 15 22:05:45 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187585: commit references a PR
Date: Sat, 15 Mar 2014 22:05:30 +0000 (UTC)

 Author: swills
 Date: Sat Mar 15 22:05:26 2014
 New Revision: 348382
 URL: http://svnweb.freebsd.org/changeset/ports/348382
 QAT: https://qat.redports.org/buildarchive/r348382/
 
 Log:
   - Update to 1.5.3
   
   PR:		ports/187585
   Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
 
 Modified:
   head/sysutils/rubygem-bundler/Makefile
   head/sysutils/rubygem-bundler/distinfo
 
 Modified: head/sysutils/rubygem-bundler/Makefile
 ==============================================================================
 --- head/sysutils/rubygem-bundler/Makefile	Sat Mar 15 21:55:14 2014	(r348381)
 +++ head/sysutils/rubygem-bundler/Makefile	Sat Mar 15 22:05:26 2014	(r348382)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	bundler
 -PORTVERSION=	1.3.5
 +PORTVERSION=	1.5.3
  CATEGORIES=	sysutils rubygems
  MASTER_SITES=	RG
  
 @@ -13,6 +13,6 @@ USE_RUBY=	yes
  USE_RUBYGEMS=	yes
  RUBYGEM_AUTOPLIST=	yes
  
 -PLIST_FILES=	bin/bundle
 +PLIST_FILES=	bin/bundle bin/bundler
  
  .include <bsd.port.mk>
 
 Modified: head/sysutils/rubygem-bundler/distinfo
 ==============================================================================
 --- head/sysutils/rubygem-bundler/distinfo	Sat Mar 15 21:55:14 2014	(r348381)
 +++ head/sysutils/rubygem-bundler/distinfo	Sat Mar 15 22:05:26 2014	(r348382)
 @@ -1,2 +1,2 @@
 -SHA256 (rubygem/bundler-1.3.5.gem) = 08b89047f7b829f3e197a28fb1bde74c3f5cfea1552f99dfba237fee30eaffe4
 -SIZE (rubygem/bundler-1.3.5.gem) = 268800
 +SHA256 (rubygem/bundler-1.5.3.gem) = 149c96a57c8c1f02c5e5c2d71f1d25f8b59f7d7f2b101106c0e217232c78bd27
 +SIZE (rubygem/bundler-1.5.3.gem) = 284672
 _______________________________________________
 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:
