From root@www.unix-experience.fr  Sat Oct  5 14:45:54 2013
Return-Path: <root@www.unix-experience.fr>
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 ESMTP id 45B0D863
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  5 Oct 2013 14:45:54 +0000 (UTC)
	(envelope-from root@www.unix-experience.fr)
Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43])
	by mx1.freebsd.org (Postfix) with ESMTP id 13AC2246B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  5 Oct 2013 14:45:53 +0000 (UTC)
Received: by www.unix-experience.fr (Postfix, from userid 0)
	id 6A2CE5EF9F; Sat,  5 Oct 2013 16:45:53 +0200 (CEST)
Message-Id: <20131005144553.6A2CE5EF9F@www.unix-experience.fr>
Date: Sat,  5 Oct 2013 16:45:53 +0200 (CEST)
From: Loic Blot <loic.blot@unix-experience.fr>
Reply-To: Loic Blot <loic.blot@unix-experience.fr>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port textproc/rubygem-stamp
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         182691
>Category:       ports
>Synopsis:       new port textproc/rubygem-stamp
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    ruby
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 05 14:50:00 UTC 2013
>Closed-Date:    Sun Oct 20 21:47:20 UTC 2013
>Last-Modified:  Sun Oct 20 21:50:00 UTC 2013
>Originator:     Loic Blot
>Release:        FreeBSD 9.2-RELEASE amd64
>Organization:
Institut Optique Graduate School
>Environment:
System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
	Here is a new dependancy for the future gitlab port
>How-To-Repeat:
>Fix:

--- rubygem-stamp.shar begins here ---
# 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:
#
#	rubygem-stamp
#	rubygem-stamp/Makefile
#	rubygem-stamp/pkg-descr
#	rubygem-stamp/distinfo
#
echo c - rubygem-stamp
mkdir -p rubygem-stamp > /dev/null 2>&1
echo x - rubygem-stamp/Makefile
sed 's/^X//' >rubygem-stamp/Makefile << '17b50105a9fe9b020ba5c4bb6ed86bb4'
X# $FreeBSD: textproc/rubygem-stamp/Makefile 327773 2013-09-20 23:17:30Z bapt $
X
XPORTNAME=	stamp
XPORTVERSION=	0.5.0
XCATEGORIES=	devel rubygems
XMASTER_SITES=	RG
X
XMAINTAINER=	ruby@FreeBSD.org
XCOMMENT=	Format dates and times
X
XGEM_ENV=	LC_CTYPE=UTF-8
X
XUSE_RUBY=	yes
XUSE_RUBYGEMS=	yes
XRUBYGEM_AUTOPLIST=	yes
X
XRUN_DEPENDS=	rubygem-cucumber>=0:${PORTSDIR}/devel/rubygem-cucumber \
X		rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake
X
XNO_STAGE=	yes
X.include <bsd.port.mk>
17b50105a9fe9b020ba5c4bb6ed86bb4
echo x - rubygem-stamp/pkg-descr
sed 's/^X//' >rubygem-stamp/pkg-descr << '708a8ede871e350f8426ab05f458619d'
XFormat dates and times based on human-friendly examples, not arcane strftime directives.
X
XWWW: https://rubygems.org/gems/stamp
708a8ede871e350f8426ab05f458619d
echo x - rubygem-stamp/distinfo
sed 's/^X//' >rubygem-stamp/distinfo << '82d4a1390d084af7347f914f7c57191f'
XSHA256 (rubygem/stamp-0.5.0.gem) = 1ad6622d000cd390b9b523eb9270fc902abd24a685ce0c73529f344d6a9fa4f0
XSIZE (rubygem/stamp-0.5.0.gem) = 11776
82d4a1390d084af7347f914f7c57191f
exit
--- rubygem-stamp.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ruby 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Oct 5 14:50:18 UTC 2013 
Responsible-Changed-Why:  
ruby@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182691 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Sun Oct 20 21:47:20 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182691: commit references a PR
Date: Sun, 20 Oct 2013 21:45:14 +0000 (UTC)

 Author: swills
 Date: Sun Oct 20 21:45:06 2013
 New Revision: 331064
 URL: http://svnweb.freebsd.org/changeset/ports/331064
 
 Log:
   Format dates and times based on human-friendly examples, not arcane strftime
   directives.
   
   WWW: https://github.com/jeremyw/stamp
   
   PR:		ports/182691
   Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
 
 Added:
   head/textproc/rubygem-stamp/
   head/textproc/rubygem-stamp/Makefile   (contents, props changed)
   head/textproc/rubygem-stamp/distinfo   (contents, props changed)
   head/textproc/rubygem-stamp/pkg-descr   (contents, props changed)
 Modified:
   head/textproc/Makefile
 
 Modified: head/textproc/Makefile
 ==============================================================================
 --- head/textproc/Makefile	Sun Oct 20 21:29:32 2013	(r331063)
 +++ head/textproc/Makefile	Sun Oct 20 21:45:06 2013	(r331064)
 @@ -1331,6 +1331,7 @@
      SUBDIR += rubygem-sass-rails
      SUBDIR += rubygem-sax-machine
      SUBDIR += rubygem-spreadsheet
 +    SUBDIR += rubygem-stamp
      SUBDIR += rubygem-syntax
      SUBDIR += rubygem-termcolor
      SUBDIR += rubygem-terminal-table
 
 Added: head/textproc/rubygem-stamp/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/rubygem-stamp/Makefile	Sun Oct 20 21:45:06 2013	(r331064)
 @@ -0,0 +1,17 @@
 +# $FreeBSD$
 +
 +PORTNAME=	stamp
 +PORTVERSION=	0.5.0
 +CATEGORIES=	textproc rubygems
 +MASTER_SITES=	RG
 +
 +MAINTAINER=	ruby@FreeBSD.org
 +COMMENT=	Format dates and times
 +
 +USE_RUBY=	yes
 +USE_RUBYGEMS=	yes
 +RUBYGEM_AUTOPLIST=	yes
 +
 +NO_STAGE=	yes
 +
 +.include <bsd.port.mk>
 
 Added: head/textproc/rubygem-stamp/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/rubygem-stamp/distinfo	Sun Oct 20 21:45:06 2013	(r331064)
 @@ -0,0 +1,2 @@
 +SHA256 (rubygem/stamp-0.5.0.gem) = 1ad6622d000cd390b9b523eb9270fc902abd24a685ce0c73529f344d6a9fa4f0
 +SIZE (rubygem/stamp-0.5.0.gem) = 11776
 
 Added: head/textproc/rubygem-stamp/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/rubygem-stamp/pkg-descr	Sun Oct 20 21:45:06 2013	(r331064)
 @@ -0,0 +1,4 @@
 +Format dates and times based on human-friendly examples, not arcane strftime
 +directives.
 +
 +WWW: https://github.com/jeremyw/stamp
 _______________________________________________
 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:
