Update to 1.02.
This commit is contained in:
parent
27a6fbeab4
commit
e02467c37d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51942
3 changed files with 8 additions and 16 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= format
|
||||
PORTVERSION= 0.93
|
||||
PORTVERSION= 1.02
|
||||
CATEGORIES= textproc ruby
|
||||
#MASTER_SITES= http://www.crhc.uiuc.edu/~rubel/
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
|
@ -18,24 +18,17 @@ DIST_SUBDIR= ruby
|
|||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
USE_RUBY= yes
|
||||
.if !defined(NOPORTDOCS)
|
||||
USE_RUBY_RD= yes
|
||||
.endif
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
do-build:
|
||||
.if !defined(NOPORTDOCS)
|
||||
cd ${WRKSRC}; ${RUBY_RD} format.rb > format.html
|
||||
.endif
|
||||
WRKSRC= ${WRKDIR}/FormatR
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/format.rb ${RUBY_SITELIBDIR}/
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/test_format.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/
|
||||
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/format.html ${RUBY_DOCDIR}/${PORTNAME}/
|
||||
.for f in test_format.rb format_test.pl
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ruby/FormatR-0.93.tar.gz) = 78991203f637b669e767c1c1d8113882
|
||||
MD5 (ruby/FormatR-1.02.tar.gz) = 22a4f686c64798ff0c81bd4fed9c2b1e
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
%%RUBY_SITELIBDIR%%/format.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/format/format_test.pl
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/format/test_format.rb
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/format
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/format/format.html
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/format
|
||||
|
|
Loading…
Reference in a new issue