1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to 1.1a.

This commit is contained in:
Akinori MUSHA 2003-10-14 22:23:09 +00:00
parent 0e29436165
commit ad6d7454c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91252
3 changed files with 8 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= criteria
PORTVERSION= 1.0
PORTVERSION= 1.1a
CATEGORIES= databases ruby
MASTER_SITES= http://mephle.org/Criteria/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@ -19,6 +19,8 @@ USE_RUBY= yes
USE_RUBY_SETUP= yes
RUBY_SETUP= install.rb
DOCS= ChangeLog README.en
.include <bsd.port.pre.mk>
.if ${RUBY_VER} < 1.8
@ -28,7 +30,9 @@ IGNORE= only works with ruby 1.8 or later
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
${INSTALL_DATA} ${WRKSRC}/README.en ${RUBY_MODDOCDIR}/
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (ruby/criteria-1.0.tar.gz) = b40d801b75c905bec6d790f551f9ecf5
MD5 (ruby/criteria-1.1a.tar.gz) = a39482fdf7bae7639791444dfb4d91ce

View File

@ -4,5 +4,6 @@
%%RUBY_SITELIBDIR%%/criteria/mysql.rb
%%RUBY_SITELIBDIR%%/criteria/sql.rb
@dirrm %%RUBY_SITELIBDIR%%/criteria
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%