Update to 0.8.3.
This commit is contained in:
parent
2ebc6eb269
commit
0d93333325
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77605
3 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= fcgi
|
||||
PORTVERSION= 0.8.2
|
||||
PORTVERSION= 0.8.3
|
||||
CATEGORIES= www ruby
|
||||
MASTER_SITES= http://www.moonwolf.com/ruby/archive/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
|
@ -26,7 +26,7 @@ BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
|
|||
INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
DOCS= README
|
||||
DOCS= README README.signals
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ruby/ruby-fcgi-0.8.2.tar.gz) = cfa10e6b2cdc93f2fb6d2c431394eb03
|
||||
MD5 (ruby/ruby-fcgi-0.8.3.tar.gz) = b8ee895deb787aa2d79caaf2266e4c01
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
%%RUBY_SITEARCHLIBDIR%%/fcgi.so
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.signals
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
|
||||
|
|
Loading…
Reference in a new issue