View | Details | Raw Unified | Return to bug 116511
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 5-12 Link Here
5
# $FreeBSD: ports/www/rubygem-redcloth/Makefile,v 1.7 2006/12/03 01:41:02 pav Exp $
5
# $FreeBSD: ports/www/rubygem-redcloth/Makefile,v 1.7 2006/12/03 01:41:02 pav Exp $
6
6
7
PORTNAME=	redcloth
7
PORTNAME=	redcloth
8
PORTVERSION=	3.0.3
8
PORTVERSION=	3.0.4
9
PORTREVISION=	2
10
CATEGORIES=	www rubygems
9
CATEGORIES=	www rubygems
11
MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
10
MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
11
MASTER_SITE_SUBDIR=	${PORTNAME}
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (rubygem/RedCloth-3.0.3.gem) = a12563b9bd3240328ac9b4eb471ea3ba
1
MD5 (rubygem/RedCloth-3.0.4.gem) = 5f010d2f42c5117e2b1c6486ceb46c02
2
SHA256 (rubygem/RedCloth-3.0.3.gem) = aff462f6647a6fc722ce9043ea02ef88385c60287454d8940053b9b02a0ef5c4
2
SHA256 (rubygem/RedCloth-3.0.4.gem) = 3fa4bc0d86308395d3c17e9af77f1f9ebef8567592f1edd0a09f7eb90ef8adb4
3
SIZE (rubygem/RedCloth-3.0.3.gem) = 23040
3
SIZE (rubygem/RedCloth-3.0.4.gem) = 41984
(-)pkg-plist (+9 lines)
Lines 1-8 Link Here
1
bin/redcloth
1
%%GEM_CACHE%%
2
%%GEM_CACHE%%
2
%%GEM_LIB_DIR%%/bin/redcloth
3
%%GEM_LIB_DIR%%/bin/redcloth
4
%%GEM_LIB_DIR%%/doc/CHANGELOG
5
%%GEM_LIB_DIR%%/doc/COPYING
6
%%GEM_LIB_DIR%%/doc/README
7
%%GEM_LIB_DIR%%/doc/REFERENCE
8
%%GEM_LIB_DIR%%/doc/make.rb
3
%%GEM_LIB_DIR%%/lib/redcloth.rb
9
%%GEM_LIB_DIR%%/lib/redcloth.rb
4
%%GEM_LIB_DIR%%/run-tests.rb
10
%%GEM_LIB_DIR%%/run-tests.rb
11
%%GEM_LIB_DIR%%/setup.rb
5
%%GEM_LIB_DIR%%/tests/code.yml
12
%%GEM_LIB_DIR%%/tests/code.yml
13
%%GEM_LIB_DIR%%/tests/hard_breaks.yml
6
%%GEM_LIB_DIR%%/tests/images.yml
14
%%GEM_LIB_DIR%%/tests/images.yml
7
%%GEM_LIB_DIR%%/tests/instiki.yml
15
%%GEM_LIB_DIR%%/tests/instiki.yml
8
%%GEM_LIB_DIR%%/tests/links.yml
16
%%GEM_LIB_DIR%%/tests/links.yml
Lines 14-19 Link Here
14
%%GEM_SPEC%%
22
%%GEM_SPEC%%
15
@dirrm %%GEM_LIB_DIR%%/tests
23
@dirrm %%GEM_LIB_DIR%%/tests
16
@dirrm %%GEM_LIB_DIR%%/lib
24
@dirrm %%GEM_LIB_DIR%%/lib
25
@dirrm %%GEM_LIB_DIR%%/doc
17
@dirrm %%GEM_LIB_DIR%%/bin
26
@dirrm %%GEM_LIB_DIR%%/bin
18
@dirrm %%GEM_LIB_DIR%%
27
@dirrm %%GEM_LIB_DIR%%
19
@dirrm %%GEM_DOC_DIR%%
28
@dirrm %%GEM_DOC_DIR%%

Return to bug 116511