Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->ruby Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: ruby->swills I'll take it.
Author: swills Date: Sat Mar 29 15:56:00 2014 New Revision: 349549 URL: http://svnweb.freebsd.org/changeset/ports/349549 QAT: https://qat.redports.org/buildarchive/r349549/ Log: - Update to 2.2.0 PR: ports/188000 Submitted by: Michael Moll <kvedulv@kvedulv.de> Modified: head/www/rubygem-bluecloth/Makefile head/www/rubygem-bluecloth/distinfo Modified: head/www/rubygem-bluecloth/Makefile ============================================================================== --- head/www/rubygem-bluecloth/Makefile Sat Mar 29 15:52:08 2014 (r349548) +++ head/www/rubygem-bluecloth/Makefile Sat Mar 29 15:56:00 2014 (r349549) @@ -1,18 +1,17 @@ # $FreeBSD$ PORTNAME= bluecloth -PORTVERSION= 1.0.1 +PORTVERSION= 2.2.0 CATEGORIES= www rubygems MASTER_SITES= RG -DISTNAME= BlueCloth-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby implementation of Markdown, a text-to-HTML conversion tool -GEM_NAME= ${DISTNAME} - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +PLIST_FILES= bin/bluecloth + .include <bsd.port.mk> Modified: head/www/rubygem-bluecloth/distinfo ============================================================================== --- head/www/rubygem-bluecloth/distinfo Sat Mar 29 15:52:08 2014 (r349548) +++ head/www/rubygem-bluecloth/distinfo Sat Mar 29 15:56:00 2014 (r349549) @@ -1,2 +1,2 @@ -SHA256 (rubygem/BlueCloth-1.0.1.gem) = 614a865a52c7bcae7d81cab0d7aabe02711280fe8a34d07deed1849179d8e84c -SIZE (rubygem/BlueCloth-1.0.1.gem) = 49152 +SHA256 (rubygem/bluecloth-2.2.0.gem) = b30128433f6a83909b0cb52c3e001ee002ca8760d9b433ecc5ced308f7e703f9 +SIZE (rubygem/bluecloth-2.2.0.gem) = 94208 _______________________________________________ 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 Committed. Thanks!