diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-15 03:14:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-15 03:14:09 +0800 |
commit | f33977a2a01260e7dbb1849dc43d3203c5d3602f (patch) | |
tree | b151d433ed7d083c7c69cf9ddcd6111305a76231 /textproc | |
parent | 9c83a51934a5f6f963be521fdddca20d469a1525 (diff) | |
download | freebsd-ports-gnome-f33977a2a01260e7dbb1849dc43d3203c5d3602f.tar.gz freebsd-ports-gnome-f33977a2a01260e7dbb1849dc43d3203c5d3602f.tar.zst freebsd-ports-gnome-f33977a2a01260e7dbb1849dc43d3203c5d3602f.zip |
- Update to 1.3.1.1
- Switch to RUBYGEM_AUTOPLIST
PR: 131638
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-rdiscount/Makefile | 12 | ||||
-rw-r--r-- | textproc/rubygem-rdiscount/distinfo | 6 |
2 files changed, 6 insertions, 12 deletions
diff --git a/textproc/rubygem-rdiscount/Makefile b/textproc/rubygem-rdiscount/Makefile index 5ffd024e1dfe..b070f05e725a 100644 --- a/textproc/rubygem-rdiscount/Makefile +++ b/textproc/rubygem-rdiscount/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= rdiscount -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.1.1 CATEGORIES= textproc rubygems MASTER_SITES= RF/gems @@ -14,14 +14,8 @@ COMMENT= A fast Markdown converter for ruby based on discount USE_RUBY= yes USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes -post-install: - @${ECHO} bin/rdiscount > ${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} +PLIST_FILES= bin/rdiscount .include <bsd.port.mk> diff --git a/textproc/rubygem-rdiscount/distinfo b/textproc/rubygem-rdiscount/distinfo index 0ea5c7ea8f75..6b495b0d8ece 100644 --- a/textproc/rubygem-rdiscount/distinfo +++ b/textproc/rubygem-rdiscount/distinfo @@ -1,3 +1,3 @@ -MD5 (rubygem/rdiscount-1.3.1.gem) = 77d7a1e6e94eccd5e12f9f410c6867af -SHA256 (rubygem/rdiscount-1.3.1.gem) = 8706eafa5ca1caef1330aba4d721248f7abe97fff9057929b1e9e3ab2025a235 -SIZE (rubygem/rdiscount-1.3.1.gem) = 33792 +MD5 (rubygem/rdiscount-1.3.1.1.gem) = 52a697f009e7a3985513f8bed5f0ee31 +SHA256 (rubygem/rdiscount-1.3.1.1.gem) = 6174ded940a47e2744bb9f6ee7d9564dae51d209196ca601c7cdba7bc397b748 +SIZE (rubygem/rdiscount-1.3.1.1.gem) = 34816 |