Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: swills Date: Sat Mar 29 15:00:24 2014 New Revision: 349533 URL: http://svnweb.freebsd.org/changeset/ports/349533 QAT: https://qat.redports.org/buildarchive/r349533/ Log: Coercible gives access to coercer objects where each object is responsible for coercing only one type into other types. WWW: https://github.com/solnic/coercible PR: ports/187991 Submitted by: Michael Moll <kvedulv at kvedulv.de> Added: head/devel/rubygem-coercible/ head/devel/rubygem-coercible/Makefile (contents, props changed) head/devel/rubygem-coercible/distinfo (contents, props changed) head/devel/rubygem-coercible/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Mar 29 14:58:31 2014 (r349532) +++ head/devel/Makefile Sat Mar 29 15:00:24 2014 (r349533) @@ -4160,6 +4160,7 @@ SUBDIR += rubygem-clio SUBDIR += rubygem-cloudfiles SUBDIR += rubygem-cocaine + SUBDIR += rubygem-coercible SUBDIR += rubygem-coffee-rails SUBDIR += rubygem-coffee-script SUBDIR += rubygem-coffee-script-source Added: head/devel/rubygem-coercible/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-coercible/Makefile Sat Mar 29 15:00:24 2014 (r349533) @@ -0,0 +1,20 @@ +# Created by: Michael Moll <kvedulv at kvedulv.de> +# $FreeBSD$ + +PORTNAME= coercible +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby coercion library + +LICENSE= MIT + +RUN_DEPENDS= rubygem-descendants_tracker>=0.0.1:${PORTSDIR}/devel/rubygem-descendants_tracker + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-coercible/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-coercible/distinfo Sat Mar 29 15:00:24 2014 (r349533) @@ -0,0 +1,2 @@ +SHA256 (rubygem/coercible-1.0.0.gem) = 5081ad24352cc8435ce5472bc2faa30260c7ea7f2102cc6a9f167c4d9bffaadc +SIZE (rubygem/coercible-1.0.0.gem) = 24064 Added: head/devel/rubygem-coercible/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-coercible/pkg-descr Sat Mar 29 15:00:24 2014 (r349533) @@ -0,0 +1,4 @@ +Coercible gives access to coercer objects where each object is +responsible for coercing only one type into other types. + +WWW: https://github.com/solnic/coercible _______________________________________________ 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"
State Changed From-To: open->closed New port added. Thanks!