Bug 188000 - [PATCH] www/rubygem-bluecloth: update to 2.2.0
Summary: [PATCH] www/rubygem-bluecloth: update to 2.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-27 00:20 UTC by Michael Moll
Modified: 2014-03-29 16:00 UTC (History)
0 users

See Also:


Attachments
file.diff (964 bytes, patch)
2014-03-27 00:20 UTC, Michael Moll
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Moll freebsd_committer freebsd_triage 2014-03-27 00:20:00 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-27 00:20:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2014-03-28 21:39:01 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-03-29 15:56:04 UTC
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"
Comment 4 Steve Wills freebsd_committer freebsd_triage 2014-03-29 15:56:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!