Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2013 20:28:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335712 - head/textproc/rubygem-github-markup
Message-ID:  <201312052028.rB5KSsf9003572@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec  5 20:28:54 2013
New Revision: 335712
URL: http://svnweb.freebsd.org/changeset/ports/335712

Log:
  - Update to 1.0.0
  - Add LICENSE
  - Remove contiguous blank lines
  
  Changes:	https://github.com/github/markup/commits/master

Modified:
  head/textproc/rubygem-github-markup/Makefile
  head/textproc/rubygem-github-markup/distinfo   (contents, props changed)

Modified: head/textproc/rubygem-github-markup/Makefile
==============================================================================
--- head/textproc/rubygem-github-markup/Makefile	Thu Dec  5 20:28:48 2013	(r335711)
+++ head/textproc/rubygem-github-markup/Makefile	Thu Dec  5 20:28:54 2013	(r335712)
@@ -1,18 +1,19 @@
 # $FreeBSD$
 
 PORTNAME=	github-markup
-PORTVERSION=	0.7.5
+PORTVERSION=	1.0.0
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Render any fancy markup
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-PLIST_FILES+=	bin/github-markup
-
+PLIST_FILES=	bin/github-markup
 
 .include <bsd.port.mk>

Modified: head/textproc/rubygem-github-markup/distinfo
==============================================================================
--- head/textproc/rubygem-github-markup/distinfo	Thu Dec  5 20:28:48 2013	(r335711)
+++ head/textproc/rubygem-github-markup/distinfo	Thu Dec  5 20:28:54 2013	(r335712)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/github-markup-0.7.5.gem) = a5d74d5a67e723bc4014f5db8682f88d65b5eb66b0ab1b58b04fb023426759f3
-SIZE (rubygem/github-markup-0.7.5.gem) = 18944
+SHA256 (rubygem/github-markup-1.0.0.gem) = 9d98b8978ebabca612686a991d0100591ad6cc11e6d04b2a464e226c3a206b5f
+SIZE (rubygem/github-markup-1.0.0.gem) = 22016



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312052028.rB5KSsf9003572>