Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 May 2013 23:10:03 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        ruby@FreeBSD.org
Subject:   Re: ports/177528: commit references a PR
Message-ID:  <201305092310.r49NA3VZ060468@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/177528; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177528: commit references a PR
Date: Thu,  9 May 2013 23:06:04 +0000 (UTC)

 Author: jgh
 Date: Thu May  9 23:05:56 2013
 New Revision: 317755
 URL: http://svnweb.freebsd.org/changeset/ports/317755
 
 Log:
   Phone is a Ruby library for phone number parsing, validation and formatting.
   
   WWW: http://github.com/carr/phone
   
   PR:		ports/177528
   Submitted by:	douglas@douglasthrift.net
 
 Added:
   head/textproc/rubygem-phone/
   head/textproc/rubygem-phone/Makefile   (contents, props changed)
   head/textproc/rubygem-phone/distinfo   (contents, props changed)
   head/textproc/rubygem-phone/pkg-descr   (contents, props changed)
 Modified:
   head/textproc/Makefile
 
 Modified: head/textproc/Makefile
 ==============================================================================
 --- head/textproc/Makefile	Thu May  9 22:42:49 2013	(r317754)
 +++ head/textproc/Makefile	Thu May  9 23:05:56 2013	(r317755)
 @@ -1308,6 +1308,7 @@
      SUBDIR += rubygem-multi_xml
      SUBDIR += rubygem-nokogiri
      SUBDIR += rubygem-opml
 +    SUBDIR += rubygem-phone
      SUBDIR += rubygem-rak
      SUBDIR += rubygem-rchardet
      SUBDIR += rubygem-rdiscount
 
 Added: head/textproc/rubygem-phone/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/rubygem-phone/Makefile	Thu May  9 23:05:56 2013	(r317755)
 @@ -0,0 +1,19 @@
 +# Created by: Douglas Thrift <douglas@douglasthrift.net>
 +# $FreeBSD$
 +
 +PORTNAME=	phone
 +PORTVERSION=	1.1
 +CATEGORIES=	textproc rubygems
 +MASTER_SITES=	RG
 +
 +MAINTAINER=	douglas@douglasthrift.net
 +COMMENT=	Phone number parsing, validation and formatting
 +
 +LICENSE=	MIT
 +LICENSE_FILE=	${WRKSRC}/LICENSE
 +
 +USE_RUBY=	yes
 +USE_RUBYGEMS=	yes
 +RUBYGEM_AUTOPLIST=	yes
 +
 +.include <bsd.port.mk>
 
 Added: head/textproc/rubygem-phone/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/rubygem-phone/distinfo	Thu May  9 23:05:56 2013	(r317755)
 @@ -0,0 +1,2 @@
 +SHA256 (rubygem/phone-1.1.gem) = 3c3d9096f953ea43f9b9a5ebbf50f4a897a0f040062f0bc3b8171e106dea23c2
 +SIZE (rubygem/phone-1.1.gem) = 26624
 
 Added: head/textproc/rubygem-phone/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/rubygem-phone/pkg-descr	Thu May  9 23:05:56 2013	(r317755)
 @@ -0,0 +1,3 @@
 +Phone is a Ruby library for phone number parsing, validation and formatting.
 +
 +WWW: http://github.com/carr/phone
 _______________________________________________
 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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305092310.r49NA3VZ060468>