mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Fix build with Ruby 1.8.6 by updating cgi_multipart_eof_fix to 2.1
- Remove pre-install section - Bump PORTREVISION PR: ports/111215 Submitted by: Alexander Logvinov <ports_AT_logvinov dot com>
This commit is contained in:
parent
77ab0bf673
commit
68abc6effb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189170
@ -6,11 +6,12 @@
|
||||
|
||||
PORTNAME= mongrel
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= ${MASTER_SITE_RUBYFORGE} \
|
||||
http://mongrel.rubyforge.org/releases/gems/:PATCH
|
||||
http://files.rubyforge.mmmultiworks.com/fauna/:PATCH
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PATCHNAME}${EXTRACT_SUFX}:PATCH
|
||||
DISTFILES= ${PATCHNAME}${EXTRACT_SUFX}:PATCH ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Fast HTTP 1.1 library and server for Ruby web applications
|
||||
@ -20,10 +21,7 @@ BUILD_DEPENDS= gpgen:${PORTSDIR}/devel/rubygem-gem_plugin \
|
||||
rubygem-fastthread>=0.6.2:${PORTSDIR}/devel/rubygem-fastthread
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PATCHNAME= cgi_multipart_eof_fix-1.0.0
|
||||
|
||||
pre-install:
|
||||
${RUBYGEMBIN} install --no-ri --install-dir ${PREFIX}/lib/ruby/gems/${REV} ${DISTDIR}/${DIST_SUBDIR}/${PATCHNAME}${EXTRACT_SUFX}
|
||||
PATCHNAME= cgi_multipart_eof_fix-2.1
|
||||
|
||||
post-install:
|
||||
@${RM} -rf "${PREFIX}/${GEM_LIB_DIR}/ext"
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (rubygem/cgi_multipart_eof_fix-2.1.gem) = 02759eecbf8eecd9a811192cbc1e990b
|
||||
SHA256 (rubygem/cgi_multipart_eof_fix-2.1.gem) = 5ff42c1e33c84f13dfc577d75371655c0868c0af67efa748b03d8f7ae16dd2a2
|
||||
SIZE (rubygem/cgi_multipart_eof_fix-2.1.gem) = 10240
|
||||
MD5 (rubygem/mongrel-1.0.1.gem) = e3caa5d827d0d4bf03acc7245b71694f
|
||||
SHA256 (rubygem/mongrel-1.0.1.gem) = c5dd51f2a0ad7b321aa68d358bcc85488231f08ee09b7699ae86a43746186911
|
||||
SIZE (rubygem/mongrel-1.0.1.gem) = 159232
|
||||
MD5 (rubygem/cgi_multipart_eof_fix-1.0.0.gem) = f21a106c951fca111a7168f106089d58
|
||||
SHA256 (rubygem/cgi_multipart_eof_fix-1.0.0.gem) = 5babae9db4068abacb9fbbba1013960afed3ca5d35998237476596f639f2eaa7
|
||||
SIZE (rubygem/cgi_multipart_eof_fix-1.0.0.gem) = 5632
|
||||
|
@ -1,10 +1,20 @@
|
||||
bin/mongrel_rails
|
||||
%%GEMS_DIR%%/cgi_multipart_eof_fix-1.0.0/README
|
||||
%%GEMS_DIR%%/cgi_multipart_eof_fix-1.0.0/cgi_multipart_eof_fix.patch
|
||||
%%GEMS_DIR%%/cgi_multipart_eof_fix-1.0.0/lib/cgi_multipart_eof_fix.rb
|
||||
%%GEMS_DIR%%/cgi_multipart_eof_fix-1.0.0/test_cgi_multipart_eof_fix.rb
|
||||
%%GEMS_DIR%%/cgi_multipart_eof_fix-2.1/LICENSE.txt
|
||||
%%GEMS_DIR%%/cgi_multipart_eof_fix-2.1/README.txt
|
||||
%%GEMS_DIR%%/cgi_multipart_eof_fix-2.1/Rakefile
|
||||
%%GEMS_DIR%%/cgi_multipart_eof_fix-2.1/lib/cgi_multipart_eof_fix.rb
|
||||
%%GEMS_DIR%%/cgi_multipart_eof_fix-2.1/cgi_multipart_eof_fix_test.rb
|
||||
%%GEM_CACHE%%
|
||||
%%CACHE_DIR%%/cgi_multipart_eof_fix-1.0.0.gem
|
||||
%%CACHE_DIR%%/cgi_multipart_eof_fix-2.1.gem
|
||||
%%DOC_DIR%%/cgi_multipart_eof_fix-2.1/rdoc/rdoc-style.css
|
||||
%%DOC_DIR%%/cgi_multipart_eof_fix-2.1/rdoc/files/lib/cgi_multipart_eof_fix_rb.html
|
||||
%%DOC_DIR%%/cgi_multipart_eof_fix-2.1/rdoc/classes/CGI.html
|
||||
%%DOC_DIR%%/cgi_multipart_eof_fix-2.1/rdoc/classes/CGI/QueryExtension.html
|
||||
%%DOC_DIR%%/cgi_multipart_eof_fix-2.1/rdoc/fr_file_index.html
|
||||
%%DOC_DIR%%/cgi_multipart_eof_fix-2.1/rdoc/fr_class_index.html
|
||||
%%DOC_DIR%%/cgi_multipart_eof_fix-2.1/rdoc/index.html
|
||||
%%DOC_DIR%%/cgi_multipart_eof_fix-2.1/rdoc/created.rid
|
||||
%%DOC_DIR%%/cgi_multipart_eof_fix-2.1/rdoc/fr_method_index.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/IO.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/IO.src/M000003.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/IO.src/M000004.html
|
||||
@ -463,7 +473,7 @@ bin/mongrel_rails
|
||||
%%GEM_LIB_DIR%%/tools/rakehelp.rb
|
||||
%%GEM_LIB_DIR%%/tools/trickletest.rb
|
||||
%%GEM_SPEC%%
|
||||
%%SPEC_DIR%%/cgi_multipart_eof_fix-1.0.0.gemspec
|
||||
%%SPEC_DIR%%/cgi_multipart_eof_fix-2.1.gemspec
|
||||
@dirrm %%GEM_LIB_DIR%%/tools
|
||||
@dirrm %%GEM_LIB_DIR%%/test
|
||||
@dirrm %%GEM_LIB_DIR%%/lib/mongrel
|
||||
@ -561,6 +571,11 @@ bin/mongrel_rails
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/classes
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc
|
||||
@dirrm %%GEM_DOC_DIR%%
|
||||
@dirrm %%DOC_DIR%%/cgi_multipart_eof_fix-1.0.0
|
||||
@dirrm %%GEMS_DIR%%/cgi_multipart_eof_fix-1.0.0/lib
|
||||
@dirrm %%GEMS_DIR%%/cgi_multipart_eof_fix-1.0.0
|
||||
@dirrm %%DOC_DIR%%/cgi_multipart_eof_fix-2.1/rdoc/classes/CGI
|
||||
@dirrm %%DOC_DIR%%/cgi_multipart_eof_fix-2.1/rdoc/classes
|
||||
@dirrm %%DOC_DIR%%/cgi_multipart_eof_fix-2.1/rdoc/files/lib
|
||||
@dirrm %%DOC_DIR%%/cgi_multipart_eof_fix-2.1/rdoc/files
|
||||
@dirrm %%DOC_DIR%%/cgi_multipart_eof_fix-2.1/rdoc
|
||||
@dirrm %%DOC_DIR%%/cgi_multipart_eof_fix-2.1
|
||||
@dirrm %%GEMS_DIR%%/cgi_multipart_eof_fix-2.1/lib
|
||||
@dirrm %%GEMS_DIR%%/cgi_multipart_eof_fix-2.1
|
||||
|
Loading…
Reference in New Issue
Block a user