diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-22 01:19:22 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-22 02:12:01 +0800 |
commit | 861344517b29c9a8e8f7a058d081f41decf68fcc (patch) | |
tree | 1d53c8fa012886f489c0cb5b85efc2b21ef7e5c1 /textproc/rubygem-coderay | |
parent | sysutils/rubygem-yell: Update to 2.2.2 (diff) |
textproc/rubygem-coderay: Update to 1.1.3
Changes: https://github.com/rubychan/coderay/releases
Diffstat (limited to 'textproc/rubygem-coderay')
-rw-r--r-- | textproc/rubygem-coderay/Makefile | 7 | ||||
-rw-r--r-- | textproc/rubygem-coderay/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/rubygem-coderay/Makefile b/textproc/rubygem-coderay/Makefile index 17821651de62..ecb20b8cea50 100644 --- a/textproc/rubygem-coderay/Makefile +++ b/textproc/rubygem-coderay/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari <tota@FreeBSD.org> PORTNAME= coderay -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -11,9 +11,10 @@ COMMENT= Fast and easy syntax highlighting for selected languages LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes PLIST_FILES= bin/coderay diff --git a/textproc/rubygem-coderay/distinfo b/textproc/rubygem-coderay/distinfo index fc4bd0d8419d..3337d2759d8d 100644 --- a/textproc/rubygem-coderay/distinfo +++ b/textproc/rubygem-coderay/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1504539996 -SHA256 (rubygem/coderay-1.1.2.gem) = 9efc1b3663fa561ccffada890bd1eec3a5466808ebc711ab1c5d300617d96a97 -SIZE (rubygem/coderay-1.1.2.gem) = 92160 +TIMESTAMP = 1626714678 +SHA256 (rubygem/coderay-1.1.3.gem) = dc530018a4684512f8f38143cd2a096c9f02a1fc2459edcfe534787a7fc77d4b +SIZE (rubygem/coderay-1.1.3.gem) = 92672 |