Date: Thu, 10 Feb 2011 11:01:57 GMT From: Chris h <chris#@1command.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/154646: www/mod_bandwidth port file updates (includes patch) Message-ID: <201102101101.p1AB1vG8082325@red.freebsd.org> Resent-Message-ID: <201102101110.p1ABA8VD064246@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 154646 >Category: ports >Synopsis: www/mod_bandwidth port file updates (includes patch) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 10 11:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris h >Release: 8.1-RELEASE-p2 >Organization: >Environment: localhost 8.1-RELEASE-p2 FreeBSD 8.1-RELEASE-p2 #0: Fri Dec 31 19:07:25 PST 2010 root@localhost:/usr/obj/usr/src/sys/XII amd64 >Description: This patch updates Makefile to provide the current location of the source for port (latest version of Makefile has only .c file) these modifications, and approval for my maintaining this port was discussed with (and approved by) Olli Hauer ohauer@, and Philip M. Gollucci. This patch makes (minor) modifications/additions to: Makefile distinfo pkg-descr pkg-message PLEASE NOTE the file attached to this PR is in shar(1) format. Apologies for having been so careless in my previous attempt to provide this PR. >How-To-Repeat: >Fix: See attached patch file Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ./mod_bandwidth.patch # echo x - ./mod_bandwidth.patch sed 's/^X//' >./mod_bandwidth.patch << 'ed519f8e2d0369b49f67e7174eacc41f' Xdiff -ruN mod_bandwidth/Makefile ./mod_bandwidth_new/Makefile X--- mod_bandwidth/Makefile 2010-10-19 20:26:33.000000000 -0700 X+++ ./mod_bandwidth_new/Makefile 2011-02-09 17:08:35.000000000 -0800 X@@ -2,17 +2,13 @@ X # Date created: 2 July 2003 X # Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> X # X-# $FreeBSD: ports/www/mod_bandwidth/Makefile,v 1.15 2010/10/20 03:26:33 pgollucci Exp $ X+# $FreeBSD: ports/www/mod_bandwidth/Makefile,v 1.16 2011/02/09 17:08:23 chrish Exp $ X # X X-#Orignal locations: ftp://ftp.cohprog.com/pub/apache/module/1.3.0/mod_bandwidth.c X-# ftp://ftp.cohprog.com/pub/apache/module/cleanlink.pl X- X PORTNAME= mod_bandwidth X PORTVERSION= 2.1.0 X CATEGORIES= www X-MASTER_SITES= ftp://ftp.cohprog.com/pub/apache/module/1.3.0/ X-## only .c is available from upstream, ftp.fbsd has the tgz X+MASTER_SITES= http://codewarehouse.net/apache/mod_bandwidth/1.3.1/ X PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} X DIST_SUBDIR= apache X Xdiff -ruN mod_bandwidth/distinfo ./mod_bandwidth_new/distinfo X--- mod_bandwidth/distinfo 2008-08-31 12:13:01.000000000 -0700 X+++ ./mod_bandwidth_new/distinfo 2011-02-09 19:51:42.000000000 -0800 X@@ -1,3 +1,3 @@ X-MD5 (apache/mod_bandwidth-2.1.0.tar.gz) = 627e825c123501d6fa83b47ce47f9633 X-SHA256 (apache/mod_bandwidth-2.1.0.tar.gz) = f1b9f69a962a748f0a263395f6b0dff8bf379f19356ffdd2286bfd7b98763f72 X-SIZE (apache/mod_bandwidth-2.1.0.tar.gz) = 12698 X+MD5 (apache/mod_bandwidth-2.1.0.tar.gz) = bb41e35ec730b47bd74206e517d79f1b X+SHA256 (apache/mod_bandwidth-2.1.0.tar.gz) = 338d31c18911da263cee3d0c2ee9b27619a0d0c753bb29e24abfe62fc7897504 X+SIZE (apache/mod_bandwidth-2.1.0.tar.gz) = 12673 Xdiff -ruN mod_bandwidth/pkg-descr ./mod_bandwidth_new/pkg-descr X--- mod_bandwidth/pkg-descr 2003-07-03 08:13:09.000000000 -0700 X+++ ./mod_bandwidth_new/pkg-descr 2011-02-09 23:42:13.000000000 -0800 X@@ -1,7 +1,9 @@ X Bandwidth management module for the Apache webserver. X-mod_bandwidth is a module for the Apache webserver that X-enable the setting of server-wide or per connection X-bandwidth limits, based on the directory, size of files X-and remote IP/domain. X+mod_bandwidth is a module for the Apache webserver that X+permits the setting of server-wide, or per connection X+bandwidth limits, based on the directory, size of files, X+and remote IP/domain. X X WWW: http://www.cohprog.com/mod_bandwidth.html X+or X+WWW: http://codewarehouse.net/apache/mod_bandwidth/ Xdiff -ruN mod_bandwidth/pkg-message ./mod_bandwidth_new/pkg-message X--- mod_bandwidth/pkg-message 2003-07-03 08:13:09.000000000 -0700 X+++ ./mod_bandwidth_new/pkg-message 2011-02-09 23:46:50.000000000 -0800 X@@ -1,5 +1,7 @@ X-************************************************************ X-To configure correctly mod_bandwidth you can find directives X-documentation here : X+****************************************************** X+To help you configure mod_bandwidth correctly, use the X+directives documentation available here: X http://www.cohprog.com/v3/bandwidth/doc-en.html X-************************************************************ X+or X+http://codewarehouse.net/apache/mod_bandwidth/ X+****************************************************** ed519f8e2d0369b49f67e7174eacc41f exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102101101.p1AB1vG8082325>