From 47d00b3248392f9a9b6c8ac947c8bed3a877ee9f Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 14 Feb 2009 19:08:58 +0000 Subject: - Update to 1.0.1 - Switch to RUBYGEM_AUTOPLIST PR 131637 Submitted by: Daniel Roethlisberger (maintainer) --- devel/rubygem-grit/Makefile | 11 ++--------- devel/rubygem-grit/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 12 deletions(-) (limited to 'devel') diff --git a/devel/rubygem-grit/Makefile b/devel/rubygem-grit/Makefile index 962bcbe98f7e..807c70c801fd 100644 --- a/devel/rubygem-grit/Makefile +++ b/devel/rubygem-grit/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= grit -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= devel rubygems MASTER_SITES= RF/gems @@ -18,13 +18,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes - -post-install: - @${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} +RUBYGEM_AUTOPLIST= yes .include diff --git a/devel/rubygem-grit/distinfo b/devel/rubygem-grit/distinfo index b5d5405d1139..d0638d1f633e 100644 --- a/devel/rubygem-grit/distinfo +++ b/devel/rubygem-grit/distinfo @@ -1,3 +1,3 @@ -MD5 (rubygem/grit-1.0.0.gem) = 2dce7f30ae3f9f3bb3dffc9ca0e69913 -SHA256 (rubygem/grit-1.0.0.gem) = 8c30e82e2fe52a53d00e85feceeaea4e59ac19687a0be8d769ec8dc0101284dc -SIZE (rubygem/grit-1.0.0.gem) = 1862144 +MD5 (rubygem/grit-1.0.1.gem) = f1023d109c48ecf87939839d4d49781e +SHA256 (rubygem/grit-1.0.1.gem) = d3120a2eeacc2d863af799ea1f5d588b18e1f8ba9a4c9828fc98d2d7a2dc58fa +SIZE (rubygem/grit-1.0.1.gem) = 1862144 -- cgit