diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-17 21:23:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-17 21:23:23 +0800 |
commit | da25d29b032642879d5eb045848dde011e000502 (patch) | |
tree | 36e5cab1041b35f5a545902134d65726a54e4002 /textproc | |
parent | 472673c95baa60a8a0e646af990aade750f3042d (diff) | |
download | freebsd-ports-gnome-da25d29b032642879d5eb045848dde011e000502.tar.gz freebsd-ports-gnome-da25d29b032642879d5eb045848dde011e000502.tar.zst freebsd-ports-gnome-da25d29b032642879d5eb045848dde011e000502.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 |