Index: head/devel/rubygem-celluloid/Makefile =================================================================== --- head/devel/rubygem-celluloid/Makefile (revision 389450) +++ head/devel/rubygem-celluloid/Makefile (revision 389451) @@ -1,20 +1,21 @@ # Created by: Ryan Steinmetz # $FreeBSD$ PORTNAME= celluloid PORTVERSION= 0.16.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Build concurrent programs out of concurrent objects LICENSE= MIT RUN_DEPENDS= rubygem-timers>=4.0.0:${PORTSDIR}/devel/rubygem-timers +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/devel/rubygem-celluloid/pkg-descr =================================================================== --- head/devel/rubygem-celluloid/pkg-descr (revision 389450) +++ head/devel/rubygem-celluloid/pkg-descr (revision 389451) @@ -1,5 +1,5 @@ Celluloid enables people to build concurrent programs out of concurrent objects just as easily as they build sequential programs out of sequential objects. -WWW: https://rubygems.org/gems/celluloid +WWW: https://github.com/celluloid/celluloid