Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2013 01:50:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/182762: commit references a PR
Message-ID:  <201310250150.r9P1o1hb049220@freefall.freebsd.org>

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182762: commit references a PR
Date: Fri, 25 Oct 2013 01:47:50 +0000 (UTC)

 Author: swills
 Date: Fri Oct 25 01:47:42 2013
 New Revision: 331543
 URL: http://svnweb.freebsd.org/changeset/ports/331543
 
 Log:
   This is a jQuery plugin that implement Github-like mentions.
   
   WWW: http://ichord.github.com/jquery-atwho-rails
   
   PR:		ports/182762
   Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
 
 Added:
   head/www/rubygem-jquery-atwho-rails/
   head/www/rubygem-jquery-atwho-rails/Makefile   (contents, props changed)
   head/www/rubygem-jquery-atwho-rails/distinfo   (contents, props changed)
   head/www/rubygem-jquery-atwho-rails/pkg-descr   (contents, props changed)
 Modified:
   head/www/Makefile
 
 Modified: head/www/Makefile
 ==============================================================================
 --- head/www/Makefile	Fri Oct 25 01:38:47 2013	(r331542)
 +++ head/www/Makefile	Fri Oct 25 01:47:42 2013	(r331543)
 @@ -1770,6 +1770,7 @@
      SUBDIR += rubygem-innate
      SUBDIR += rubygem-jekyll
      SUBDIR += rubygem-journey
 +    SUBDIR += rubygem-jquery-atwho-rails
      SUBDIR += rubygem-jquery-rails
      SUBDIR += rubygem-jquery-turbolinks
      SUBDIR += rubygem-jquery-ui-rails
 
 Added: head/www/rubygem-jquery-atwho-rails/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/rubygem-jquery-atwho-rails/Makefile	Fri Oct 25 01:47:42 2013	(r331543)
 @@ -0,0 +1,20 @@
 +# $FreeBSD$
 +
 +PORTNAME=	jquery-atwho-rails
 +PORTVERSION=	0.4.1
 +CATEGORIES=	www rubygems
 +MASTER_SITES=	RG
 +
 +MAINTAINER=	ruby@FreeBSD.org
 +COMMENT=	jQuery plugin that implement Github-like mentions
 +
 +RUN_DEPENDS=	rubygem-generator_spec>=0:${PORTSDIR}/devel/rubygem-generator_spec \
 +		rubygem-rspec>=0:${PORTSDIR}/devel/rubygem-rspec
 +
 +USE_RUBY=	yes
 +USE_RUBYGEMS=	yes
 +RUBYGEM_AUTOPLIST=	yes
 +
 +NO_STAGE=	yes
 +
 +.include <bsd.port.mk>
 
 Added: head/www/rubygem-jquery-atwho-rails/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/rubygem-jquery-atwho-rails/distinfo	Fri Oct 25 01:47:42 2013	(r331543)
 @@ -0,0 +1,2 @@
 +SHA256 (rubygem/jquery-atwho-rails-0.4.1.gem) = 7f7f3fab7f7cd53ced8e0b2ed51c92f508f72430383f4e1d151be8846edc181b
 +SIZE (rubygem/jquery-atwho-rails-0.4.1.gem) = 15872
 
 Added: head/www/rubygem-jquery-atwho-rails/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/rubygem-jquery-atwho-rails/pkg-descr	Fri Oct 25 01:47:42 2013	(r331543)
 @@ -0,0 +1,3 @@
 +This is a jQuery plugin that implement Github-like mentions.
 +
 +WWW: http://ichord.github.com/jquery-atwho-rails
 _______________________________________________
 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?201310250150.r9P1o1hb049220>