diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-15 22:30:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-15 22:30:27 +0000 |
commit | 6f9b25deb5f6d5519179b4ff305865d07b34878c (patch) | |
tree | a0d572317067d3e3e3698206e2a9c6fd65d1d9b1 /devel/rubygem-arrayfields | |
parent | 37e59e6673876f2d6ccc0b65778b3562c9e041bf (diff) | |
download | ports-6f9b25deb5f6d5519179b4ff305865d07b34878c.tar.gz ports-6f9b25deb5f6d5519179b4ff305865d07b34878c.zip |
Notes
Diffstat (limited to 'devel/rubygem-arrayfields')
-rw-r--r-- | devel/rubygem-arrayfields/Makefile | 11 | ||||
-rw-r--r-- | devel/rubygem-arrayfields/distinfo | 6 |
2 files changed, 5 insertions, 12 deletions
diff --git a/devel/rubygem-arrayfields/Makefile b/devel/rubygem-arrayfields/Makefile index 1540c9235e98..8b313ded89ff 100644 --- a/devel/rubygem-arrayfields/Makefile +++ b/devel/rubygem-arrayfields/Makefile @@ -6,7 +6,7 @@ # PORTNAME= arrayfields -PORTVERSION= 4.6.0 +PORTVERSION= 4.7.0 CATEGORIES= devel rubygems MASTER_SITES= RF/codeforpeople @@ -15,13 +15,6 @@ COMMENT= Allow Keyword Access to Array Instances 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-arrayfields/distinfo b/devel/rubygem-arrayfields/distinfo index f7f7a068c3fc..edcb236d1387 100644 --- a/devel/rubygem-arrayfields/distinfo +++ b/devel/rubygem-arrayfields/distinfo @@ -1,3 +1,3 @@ -MD5 (rubygem/arrayfields-4.6.0.gem) = 1fc502b73d1c0061232e306f881c17ea -SHA256 (rubygem/arrayfields-4.6.0.gem) = 1a4a3563d026d6c11c3bee7a0ea1222cc7d4c4b152da86aa7ee3aa40951de59f -SIZE (rubygem/arrayfields-4.6.0.gem) = 13312 +MD5 (rubygem/arrayfields-4.7.0.gem) = b6939422bc6be5006e720b99f5f6bb90 +SHA256 (rubygem/arrayfields-4.7.0.gem) = 35797e717bbaad6c7cbb1824d3afc08e5a05ef704f261399796f6e58d95f8183 +SIZE (rubygem/arrayfields-4.7.0.gem) = 13312 |