- Update to 1.0.2
PR: 131763 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
This commit is contained in:
parent
1003bc7e63
commit
8a0259f582
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228681
2 changed files with 6 additions and 13 deletions
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rutils
|
||||
PORTVERSION= 0.2.5
|
||||
PORTVERSION= 1.0.2
|
||||
CATEGORIES= russian devel rubygems
|
||||
MASTER_SITES= RF
|
||||
|
||||
|
@ -14,15 +14,8 @@ COMMENT= Simple processing of russian strings
|
|||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
post-install:
|
||||
@${ECHO} bin/gilensize > ${TMPPLIST}
|
||||
@${ECHO} bin/rutilize >> ${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/gilensize bin/rutilize
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (rubygem/rutils-0.2.5.gem) = 87d342cedcdeecdb625718bf7e5c462d
|
||||
SHA256 (rubygem/rutils-0.2.5.gem) = 5abd87eb4423f909f7bc549acc8d50fcb785d2a5bbaa68289c45ec1314d85058
|
||||
SIZE (rubygem/rutils-0.2.5.gem) = 54784
|
||||
MD5 (rubygem/rutils-1.0.2.gem) = 4c6ea104ab42d676a7c714cfa47b00b0
|
||||
SHA256 (rubygem/rutils-1.0.2.gem) = 1e410ca1e595a85b1114a52f6674daab316a70fb58fdbd792ab450b6674af53b
|
||||
SIZE (rubygem/rutils-1.0.2.gem) = 55808
|
||||
|
|
Loading…
Reference in a new issue