diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-15 03:08:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-15 03:08:58 +0800 |
commit | 47d00b3248392f9a9b6c8ac947c8bed3a877ee9f (patch) | |
tree | 42b8603f0ff339ffa86803efcbb575ec911b2047 /devel | |
parent | 2384293109e6f322546762f01b1b9a7ab11f04c2 (diff) | |
download | freebsd-ports-gnome-47d00b3248392f9a9b6c8ac947c8bed3a877ee9f.tar.gz freebsd-ports-gnome-47d00b3248392f9a9b6c8ac947c8bed3a877ee9f.tar.zst freebsd-ports-gnome-47d00b3248392f9a9b6c8ac947c8bed3a877ee9f.zip |
- Update to 1.0.1
- Switch to RUBYGEM_AUTOPLIST
PR 131637
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-grit/Makefile | 11 | ||||
-rw-r--r-- | devel/rubygem-grit/distinfo | 6 |
2 files changed, 5 insertions, 12 deletions
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 <bsd.port.mk> 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 |