From fc8c51b446bd765cbbf791af2dd8715685b86ef3 Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 31 Mar 2008 10:05:11 +0000 Subject: - Update to 1.5.0 PR: 120318 Submitted by: TAKATSU Tomonari (maintainer) --- devel/rubygem-hoe/Makefile | 11 ++++++++++- devel/rubygem-hoe/distinfo | 6 +++--- devel/rubygem-hoe/pkg-plist | 32 -------------------------------- 3 files changed, 13 insertions(+), 36 deletions(-) delete mode 100644 devel/rubygem-hoe/pkg-plist (limited to 'devel') diff --git a/devel/rubygem-hoe/Makefile b/devel/rubygem-hoe/Makefile index face8b578612..9a917a1bb834 100644 --- a/devel/rubygem-hoe/Makefile +++ b/devel/rubygem-hoe/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= hoe -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= devel rubygems MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= seattlerb @@ -17,6 +17,15 @@ BUILD_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake \ rubyforge:${PORTSDIR}/devel/rubygem-rubyforge RUN_DEPENDS= ${BUILD_DEPENDS} +post-install: + @${ECHO} bin/sow > ${TMPPLIST} + @${ECHO} ${GEM_CACHE} >> ${TMPPLIST} + @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST} + @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST} + @${ECHO} ${GEM_SPEC} >> ${TMPPLIST} + @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST} + @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST} + .include .include "${PORTSDIR}/devel/ruby-gems/Makefile.common" .include diff --git a/devel/rubygem-hoe/distinfo b/devel/rubygem-hoe/distinfo index 110b60de1ca1..2517c0304473 100644 --- a/devel/rubygem-hoe/distinfo +++ b/devel/rubygem-hoe/distinfo @@ -1,3 +1,3 @@ -MD5 (rubygem/hoe-1.4.0.gem) = 0a903349975f6484dc5a31943c4ac599 -SHA256 (rubygem/hoe-1.4.0.gem) = c595b84c8eb487041903984b6c8a1e7e31b7ab82aa0a53821ca48ddb05fe8571 -SIZE (rubygem/hoe-1.4.0.gem) = 15872 +MD5 (rubygem/hoe-1.5.0.gem) = 0e5a7d3f5ff6f24fab557ef7a0339db6 +SHA256 (rubygem/hoe-1.5.0.gem) = 096e7d7f698ebd1b6468660fb51995f4d0d13fddaf5f248e3665dba10b86b9e1 +SIZE (rubygem/hoe-1.5.0.gem) = 16384 diff --git a/devel/rubygem-hoe/pkg-plist b/devel/rubygem-hoe/pkg-plist deleted file mode 100644 index 6dd3ed43f294..000000000000 --- a/devel/rubygem-hoe/pkg-plist +++ /dev/null @@ -1,32 +0,0 @@ -bin/sow -%%GEM_CACHE%% -%%GEM_SPEC%% -%%GEM_LIB_DIR%%/History.txt -%%GEM_LIB_DIR%%/Manifest.txt -%%GEM_LIB_DIR%%/README.txt -%%GEM_LIB_DIR%%/Rakefile -%%GEM_LIB_DIR%%/bin/sow -%%GEM_LIB_DIR%%/lib/hoe.rb -%%GEM_LIB_DIR%%/test/test_hoe.rb -%%GEM_DOC_DIR%%/rdoc/created.rid -%%GEM_DOC_DIR%%/rdoc/rdoc-style.css -%%GEM_DOC_DIR%%/rdoc/files/lib/hoe_rb.html -%%GEM_DOC_DIR%%/rdoc/files/History_txt.html -%%GEM_DOC_DIR%%/rdoc/files/Manifest_txt.html -%%GEM_DOC_DIR%%/rdoc/files/README_txt.html -%%GEM_DOC_DIR%%/rdoc/classes/Hoe.html -%%GEM_DOC_DIR%%/rdoc/classes/Hoe.src/M000001.html -%%GEM_DOC_DIR%%/rdoc/fr_file_index.html -%%GEM_DOC_DIR%%/rdoc/fr_class_index.html -%%GEM_DOC_DIR%%/rdoc/fr_method_index.html -%%GEM_DOC_DIR%%/rdoc/index.html -@dirrm %%GEM_LIB_DIR%%/test -@dirrm %%GEM_LIB_DIR%%/lib -@dirrm %%GEM_LIB_DIR%%/bin -@dirrm %%GEM_LIB_DIR%% -@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Hoe.src -@dirrm %%GEM_DOC_DIR%%/rdoc/classes -@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib -@dirrm %%GEM_DOC_DIR%%/rdoc/files -@dirrm %%GEM_DOC_DIR%%/rdoc -@dirrm %%GEM_DOC_DIR%% -- cgit