diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-31 18:05:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-31 18:05:11 +0800 |
commit | fc8c51b446bd765cbbf791af2dd8715685b86ef3 (patch) | |
tree | e61c47730bcff0e827f2be28a0c87ae51995a37a | |
parent | ab4359b542c2427e9dbc86603b1041b4d3cc9465 (diff) | |
download | freebsd-ports-gnome-fc8c51b446bd765cbbf791af2dd8715685b86ef3.tar.gz freebsd-ports-gnome-fc8c51b446bd765cbbf791af2dd8715685b86ef3.tar.zst freebsd-ports-gnome-fc8c51b446bd765cbbf791af2dd8715685b86ef3.zip |
- Update to 1.5.0
PR: 120318
Submitted by: TAKATSU Tomonari <tota@rtfm.jp> (maintainer)
-rw-r--r-- | devel/rubygem-hoe/Makefile | 11 | ||||
-rw-r--r-- | devel/rubygem-hoe/distinfo | 6 | ||||
-rw-r--r-- | devel/rubygem-hoe/pkg-plist | 32 |
3 files changed, 13 insertions, 36 deletions
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 <bsd.port.pre.mk> .include "${PORTSDIR}/devel/ruby-gems/Makefile.common" .include <bsd.port.post.mk> 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%% |