svn commit: r335712 - head/textproc/rubygem-github-markup

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 5 20:28:57 UTC 2013


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 at 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


More information about the svn-ports-head mailing list