diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-17 13:23:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-17 13:23:23 +0000 |
commit | d2d488ef384a4d4cfecfccc26ede5fe312224d26 (patch) | |
tree | 36e5cab1041b35f5a545902134d65726a54e4002 /textproc | |
parent | 6b6846afefb4b32f41cb3d6bcfc3796e60c68c7f (diff) | |
download | freebsd-ports-d2d488ef384a4d4cfecfccc26ede5fe312224d26.zip |
- Update to 3.3.4
- Add LICENSE_FILE
Changes: https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md
Sponsored by: PortsCamp Taiwan
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-redcarpet/Makefile | 3 | ||||
-rw-r--r-- | textproc/rubygem-redcarpet/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/rubygem-redcarpet/Makefile b/textproc/rubygem-redcarpet/Makefile index 9d4338cd721a..f00a11d6ba13 100644 --- a/textproc/rubygem-redcarpet/Makefile +++ b/textproc/rubygem-redcarpet/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redcarpet -PORTVERSION= 3.3.3 +PORTVERSION= 3.3.4 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Fast, safe and extensible Markdown to (X)HTML parser LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/textproc/rubygem-redcarpet/distinfo b/textproc/rubygem-redcarpet/distinfo index cfdbc836e71f..6f8ec436f69d 100644 --- a/textproc/rubygem-redcarpet/distinfo +++ b/textproc/rubygem-redcarpet/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/redcarpet-3.3.3.gem) = f326d0c013f51cea73351cdb85ddd3906084bc66a1a5638098779d74afe72392 -SIZE (rubygem/redcarpet-3.3.3.gem) = 60416 +SHA256 (rubygem/redcarpet-3.3.4.gem) = 6fbf59f8fa23f84497cfb9bd1601ec35fa32f400d9034bf861c15dbbc02d6813 +SIZE (rubygem/redcarpet-3.3.4.gem) = 60416 |