diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-30 23:39:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-30 23:39:35 +0800 |
commit | a75bb9cd68954f7623a1304ef2cb98b779fe6af5 (patch) | |
tree | ffd9b44b4be449134a0ac5c325a15abfd2b4fdb9 /textproc | |
parent | 2758e3c1b18a2a5ecb0ed45690f2bf175aced2c0 (diff) | |
download | freebsd-ports-gnome-a75bb9cd68954f7623a1304ef2cb98b779fe6af5.tar.gz freebsd-ports-gnome-a75bb9cd68954f7623a1304ef2cb98b779fe6af5.tar.zst freebsd-ports-gnome-a75bb9cd68954f7623a1304ef2cb98b779fe6af5.zip |
Update to 1.7.0
- Simplify SHEBANG_FILES
Changes: https://github.com/github/markup/releases
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-github-markup/Makefile | 5 | ||||
-rw-r--r-- | textproc/rubygem-github-markup/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/textproc/rubygem-github-markup/Makefile b/textproc/rubygem-github-markup/Makefile index c4958ec3e0da..5cd1a60adbad 100644 --- a/textproc/rubygem-github-markup/Makefile +++ b/textproc/rubygem-github-markup/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= github-markup -PORTVERSION= 1.6.2 +PORTVERSION= 1.7.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -18,8 +18,7 @@ REINPLACE_ARGS= -i '' PLIST_FILES= bin/github-markup -SHEBANG_FILES= script/bootstrap \ - script/cibuild +SHEBANG_FILES= script/* post-patch: @${REINPLACE_CMD} -e '1d' ${WRKSRC}/lib/github/commands/rest2html diff --git a/textproc/rubygem-github-markup/distinfo b/textproc/rubygem-github-markup/distinfo index a0b55eb8b96e..1b6504fc4123 100644 --- a/textproc/rubygem-github-markup/distinfo +++ b/textproc/rubygem-github-markup/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1512841300 -SHA256 (rubygem/github-markup-1.6.2.gem) = 86515b18da25a91e1b88e58d79f3bf2a89a2a329f6c0439657ed6235836bec27 -SIZE (rubygem/github-markup-1.6.2.gem) = 30720 +TIMESTAMP = 1517316563 +SHA256 (rubygem/github-markup-1.7.0.gem) = 97eb27c70662d9cc1d5997cd6c99832026fae5d4913b5dce1ce6c9f65078e69d +SIZE (rubygem/github-markup-1.7.0.gem) = 30720 |