Update to 0.4.5.
This commit is contained in:
parent
2f09ba2d0a
commit
9220856235
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50112
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= iconv
|
||||
PORTVERSION= 0.4.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.5
|
||||
CATEGORIES= converters ruby
|
||||
MASTER_SITES= http://member.nifty.ne.jp/nokada/archive/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
@ -19,22 +18,13 @@ LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
.if !defined(NOPORTDOCS)
|
||||
USE_RUBY_RD= yes
|
||||
.endif
|
||||
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-build:
|
||||
@cd ${WRKSRC}; \
|
||||
${RUBY_RD} iconv.c > iconv.html
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_DOCDIR}/iconv
|
||||
.for f in iconv.html rd.css
|
||||
.for f in *.html iconv.rlog rd.css
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/iconv/
|
||||
.endfor
|
||||
.endif
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ruby/iconv-0.4.4.tar.gz) = b0eae941b3c3fc95cb1b82a1a36a9b9c
|
||||
MD5 (ruby/iconv-0.4.5.tar.gz) = b4934bc5d56d371a146a954528a600a8
|
||||
|
@ -1,4 +1,7 @@
|
||||
%%RUBY_SITEARCHLIBDIR%%/iconv.so
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/iconv/iconv.html
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/iconv/iconv.rlog
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/iconv/iconv.rlog.html
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/iconv/iconv.rmi.html
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/iconv/rd.css
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/iconv
|
||||
|
Loading…
Reference in New Issue
Block a user