mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- Update to 1.3.1.1
- Switch to RUBYGEM_AUTOPLIST PR: 131638 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
This commit is contained in:
parent
e9a8b57bf5
commit
14370e8647
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228290
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user