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

(-)rubygem-hoe/Makefile (-1 / +10 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/devel/rubygem-hoe/Makefile,v 1.7 2008/01/09 02:18:54 clsung Exp $
5
# $FreeBSD: ports/devel/rubygem-hoe/Makefile,v 1.7 2008/01/09 02:18:54 clsung Exp $
6
6
7
PORTNAME=	hoe
7
PORTNAME=	hoe
8
PORTVERSION=	1.4.0
8
PORTVERSION=	1.5.0
9
CATEGORIES=	devel rubygems
9
CATEGORIES=	devel rubygems
10
MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
10
MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
11
MASTER_SITE_SUBDIR=	seattlerb
11
MASTER_SITE_SUBDIR=	seattlerb
Lines 17-22 Link Here
17
		rubyforge:${PORTSDIR}/devel/rubygem-rubyforge
17
		rubyforge:${PORTSDIR}/devel/rubygem-rubyforge
18
RUN_DEPENDS=	${BUILD_DEPENDS}
18
RUN_DEPENDS=	${BUILD_DEPENDS}
19
19
20
post-install:
21
	@${ECHO} bin/sow > ${TMPPLIST}
22
	@${ECHO} ${GEM_CACHE} >> ${TMPPLIST}
23
	@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST}
24
	@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST}
25
	@${ECHO} ${GEM_SPEC} >> ${TMPPLIST}
26
	@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST}
27
	@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST}
28
20
.include <bsd.port.pre.mk>
29
.include <bsd.port.pre.mk>
21
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
30
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
22
.include <bsd.port.post.mk>
31
.include <bsd.port.post.mk>
(-)rubygem-hoe/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (rubygem/hoe-1.4.0.gem) = 0a903349975f6484dc5a31943c4ac599
1
MD5 (rubygem/hoe-1.5.0.gem) = 0e5a7d3f5ff6f24fab557ef7a0339db6
2
SHA256 (rubygem/hoe-1.4.0.gem) = c595b84c8eb487041903984b6c8a1e7e31b7ab82aa0a53821ca48ddb05fe8571
2
SHA256 (rubygem/hoe-1.5.0.gem) = 096e7d7f698ebd1b6468660fb51995f4d0d13fddaf5f248e3665dba10b86b9e1
3
SIZE (rubygem/hoe-1.4.0.gem) = 15872
3
SIZE (rubygem/hoe-1.5.0.gem) = 16384
(-)rubygem-hoe/pkg-plist (-32 lines)
Lines 1-32 Link Here
1
bin/sow
2
%%GEM_CACHE%%
3
%%GEM_SPEC%%
4
%%GEM_LIB_DIR%%/History.txt
5
%%GEM_LIB_DIR%%/Manifest.txt
6
%%GEM_LIB_DIR%%/README.txt
7
%%GEM_LIB_DIR%%/Rakefile
8
%%GEM_LIB_DIR%%/bin/sow
9
%%GEM_LIB_DIR%%/lib/hoe.rb
10
%%GEM_LIB_DIR%%/test/test_hoe.rb
11
%%GEM_DOC_DIR%%/rdoc/created.rid
12
%%GEM_DOC_DIR%%/rdoc/rdoc-style.css
13
%%GEM_DOC_DIR%%/rdoc/files/lib/hoe_rb.html
14
%%GEM_DOC_DIR%%/rdoc/files/History_txt.html
15
%%GEM_DOC_DIR%%/rdoc/files/Manifest_txt.html
16
%%GEM_DOC_DIR%%/rdoc/files/README_txt.html
17
%%GEM_DOC_DIR%%/rdoc/classes/Hoe.html
18
%%GEM_DOC_DIR%%/rdoc/classes/Hoe.src/M000001.html
19
%%GEM_DOC_DIR%%/rdoc/fr_file_index.html
20
%%GEM_DOC_DIR%%/rdoc/fr_class_index.html
21
%%GEM_DOC_DIR%%/rdoc/fr_method_index.html
22
%%GEM_DOC_DIR%%/rdoc/index.html
23
@dirrm %%GEM_LIB_DIR%%/test
24
@dirrm %%GEM_LIB_DIR%%/lib
25
@dirrm %%GEM_LIB_DIR%%/bin
26
@dirrm %%GEM_LIB_DIR%%
27
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Hoe.src
28
@dirrm %%GEM_DOC_DIR%%/rdoc/classes
29
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib
30
@dirrm %%GEM_DOC_DIR%%/rdoc/files
31
@dirrm %%GEM_DOC_DIR%%/rdoc
32
@dirrm %%GEM_DOC_DIR%%

Return to bug 120318