diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-05 20:28:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-05 20:28:54 +0000 |
commit | 6e0d45735c0ca13179fc4e2361ab5b83864764ac (patch) | |
tree | 7835efe0fccec1127c9c53d25e66738d0aa2c926 /textproc/rubygem-github-markup | |
parent | f5001bc3f40164d2a796f490ac03a3b322221943 (diff) | |
download | ports-6e0d45735c0ca13179fc4e2361ab5b83864764ac.tar.gz ports-6e0d45735c0ca13179fc4e2361ab5b83864764ac.zip |
Notes
Diffstat (limited to 'textproc/rubygem-github-markup')
-rw-r--r-- | textproc/rubygem-github-markup/Makefile | 7 | ||||
-rw-r--r-- | textproc/rubygem-github-markup/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/rubygem-github-markup/Makefile b/textproc/rubygem-github-markup/Makefile index e75fc9e49650..8e7b27d9eb8e 100644 --- a/textproc/rubygem-github-markup/Makefile +++ b/textproc/rubygem-github-markup/Makefile @@ -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> diff --git a/textproc/rubygem-github-markup/distinfo b/textproc/rubygem-github-markup/distinfo index 6f80aa22469a..8eac4647f4eb 100644 --- a/textproc/rubygem-github-markup/distinfo +++ b/textproc/rubygem-github-markup/distinfo @@ -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 |