diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2018-06-29 14:56:15 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2018-06-29 14:56:15 +0000 |
commit | 3c4906cd4f5e02f8009cc4c5bd9e10c3a1020140 (patch) | |
tree | 6a679c98eaddbd59697eec3d05a6de02d4d2afc4 /textproc/rubygem-html-pipeline-gitlab/Makefile | |
parent | devel/icu: update to 62.1 (diff) |
Updated to 2.7.1 which is required for gitlab 10.8.5.
Reviewed by: mat, tz (mentor)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D16032
Notes
Notes:
svn path=/head/; revision=473552
Diffstat (limited to 'textproc/rubygem-html-pipeline-gitlab/Makefile')
-rw-r--r-- | textproc/rubygem-html-pipeline-gitlab/Makefile | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/textproc/rubygem-html-pipeline-gitlab/Makefile b/textproc/rubygem-html-pipeline-gitlab/Makefile index 7955fcc6ae4c..1d861945baee 100644 --- a/textproc/rubygem-html-pipeline-gitlab/Makefile +++ b/textproc/rubygem-html-pipeline-gitlab/Makefile @@ -1,24 +1,25 @@ # $FreeBSD$ -PORTNAME= html-pipeline-gitlab -PORTVERSION= 0.2.0 +PORTNAME= html-pipeline +PORTVERSION= 2.7.1 CATEGORIES= textproc rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab -MAINTAINER= ruby@FreeBSD.org -COMMENT= Extension filters for html-pipeline used by GitLab +MAINTAINER= mfechner@FreeBSD.org +COMMENT= GitHub HTML processing filters and utilities used by GitLab LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-actionpack4>=4:www/rubygem-actionpack4 \ - rubygem-gitlab_emoji>=0.1:graphics/rubygem-gitlab_emoji \ - rubygem-html-pipeline>=1.11.0:textproc/rubygem-html-pipeline \ - rubygem-mime-types>=0:misc/rubygem-mime-types \ - rubygem-sanitize>=2.1:textproc/rubygem-sanitize +RUN_DEPENDS= rubygem-activesupport4>=2:devel/rubygem-activesupport4 \ + rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PORTSCOUT= limit:^2\.7\.1 .include <bsd.port.mk> |