View | Details | Raw Unified | Return to bug 199862 | Differences between
and this patch

Collapse All | Expand All

(-)www/rubygem-gollum-lib/Makefile (-6 / +7 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/www/rubygem-gollum-lib/Makefile 385261 2015-05-03 11:32:37Z sunpoet $
2
# $FreeBSD: head/www/rubygem-gollum-lib/Makefile 385261 2015-05-03 11:32:37Z sunpoet $
3
3
4
PORTNAME=	gollum-lib
4
PORTNAME=	gollum-lib
5
PORTVERSION=	3.0.0
5
PORTVERSION=	4.0.3
6
PORTREVISION=	2
7
CATEGORIES=	www rubygems
6
CATEGORIES=	www rubygems
8
MASTER_SITES=	RG
7
MASTER_SITES=	RG
9
8
Lines 12-24 Link Here
12
11
13
LICENSE=	MIT
12
LICENSE=	MIT
14
13
15
RUN_DEPENDS=	rubygem-github-markup>=1.1.0:${PORTSDIR}/textproc/rubygem-github-markup \
14
RUN_DEPENDS=	rubygem-github-markup>=1.3.3:${PORTSDIR}/textproc/rubygem-github-markup \
16
		rubygem-gitlab-grit>=2.6.5:${PORTSDIR}/textproc/rubygem-gitlab-grit \
15
		rubygem-gollum-grit_adapter>=1.0:${PORTSDIR}/www/rubygem-gollum-grit_adapter \
17
		rubygem-nokogiri>=1.6.1:${PORTSDIR}/textproc/rubygem-nokogiri \
16
		rubygem-nokogiri>=1.6.4:${PORTSDIR}/textproc/rubygem-nokogiri \
18
		rubygem-rouge>=1.3.3:${PORTSDIR}/textproc/rubygem-rouge \
17
		rubygem-rouge>=1.7.4:${PORTSDIR}/textproc/rubygem-rouge \
19
		rubygem-sanitize>=2.1.0:${PORTSDIR}/textproc/rubygem-sanitize \
18
		rubygem-sanitize>=2.1.0:${PORTSDIR}/textproc/rubygem-sanitize \
20
		rubygem-stringex>=2.5.1:${PORTSDIR}/devel/rubygem-stringex
19
		rubygem-stringex>=2.5.1:${PORTSDIR}/devel/rubygem-stringex
21
20
21
NEED_ROOT=	yes
22
22
USE_RUBY=	yes
23
USE_RUBY=	yes
23
USE_RUBYGEMS=	yes
24
USE_RUBYGEMS=	yes
24
RUBYGEM_AUTOPLIST=	yes
25
RUBYGEM_AUTOPLIST=	yes
(-)www/rubygem-gollum-lib/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rubygem/gollum-lib-3.0.0.gem) = 7a0896cae6d443e42b19e1353f1f900684b63109844cfdb52c48d40f2824e7a1
1
SHA256 (rubygem/gollum-lib-4.0.3.gem) = 7e7aa8ac271a201479b837d82a9812d36d1144c3f98c30fdf777b2a07eff12b9
2
SIZE (rubygem/gollum-lib-3.0.0.gem) = 43008
2
SIZE (rubygem/gollum-lib-4.0.3.gem) = 45568

Return to bug 199862