1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 1.7.15.

This commit is contained in:
Akinori MUSHA 2003-01-30 16:50:02 +00:00
parent 1cf692a5bf
commit 61076305cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74288
3 changed files with 2 additions and 14 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= xmlrpc
PORTVERSION= 1.7.14
PORTREVISION= 1
PORTVERSION= 1.7.15
CATEGORIES= net ruby
MASTER_SITES= http://www.fantasy-coders.de/ruby/xmlrpc4r/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}

View File

@ -1 +1 @@
MD5 (ruby/xmlrpc4r-1_7_14.tar.gz) = 0a29ca1d10c1f1f55215aee3d671d049
MD5 (ruby/xmlrpc4r-1_7_15.tar.gz) = 505d890e8c96d3c63b17972b94eabcb4

View File

@ -1,11 +0,0 @@
--- lib/httpserver.rb.orig Fri Oct 25 02:28:40 2002
+++ lib/httpserver.rb Mon Jan 27 21:35:27 2003
@@ -39,7 +39,7 @@
StatusCodeMapping = {
200 => "OK",
400 => "Bad Request",
- 403 => "Forbidden"
+ 403 => "Forbidden",
405 => "Method Not Allowed",
411 => "Length Required",
500 => "Internal Server Error"