Bug 179256 - New port www/mod_qos v1.1 (plist missing)
Summary: New port www/mod_qos v1.1 (plist missing)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-apache (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-03 11:20 UTC by Andrea Cervesato
Modified: 2013-06-23 20:30 UTC (History)
0 users

See Also:


Attachments
file.shar (1.63 KB, text/plain)
2013-06-03 11:20 UTC, Andrea Cervesato
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrea Cervesato 2013-06-03 11:20:00 UTC
missing AP_FAST_BUILD= yes

Fix: missing AP_FAST_BUILD= yes

Patch attached with submission follows:
How-To-Repeat: missing AP_FAST_BUILD= yes
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-03 11:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

apache@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-23 20:22:53 UTC
Author: ohauer
Date: Sun Jun 23 19:22:41 2013
New Revision: 321647
URL: http://svnweb.freebsd.org/changeset/ports/321647

Log:
  - new port www/mod_qos
  
  mod_qos is a quality of service module for the Apache web server implementing
  control mechanisms that can provide different levels of priority to different
  HTTP requests.
  
  WWW: http://opensource.adnovum.ch/mod_qos/
  
  PR:		ports/179256
  Submitted by:	Andrea Cervesato <andrea.cervesato@gmail.com>

Added:
  head/www/mod_qos/
  head/www/mod_qos/Makefile   (contents, props changed)
  head/www/mod_qos/distinfo   (contents, props changed)
  head/www/mod_qos/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Jun 23 18:45:19 2013	(r321646)
+++ head/www/Makefile	Sun Jun 23 19:22:41 2013	(r321647)
@@ -523,6 +523,7 @@
     SUBDIR += mod_proxy_html
     SUBDIR += mod_proxy_xml
     SUBDIR += mod_python3
+    SUBDIR += mod_qos
     SUBDIR += mod_remoteip
     SUBDIR += mod_reproxy
     SUBDIR += mod_rivet

Added: head/www/mod_qos/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/mod_qos/Makefile	Sun Jun 23 19:22:41 2013	(r321647)
@@ -0,0 +1,22 @@
+# Created by: Andrea Cervesato <andrea@cervesato.it>
+# $FreeBSD$
+
+PORTNAME=	mod_qos
+PORTVERSION=	10.15
+CATEGORIES=	www
+MASTER_SITES=	SF
+MASTER_SITE_SUBDIR= mod-qos
+DIST_SUBDIR=	apache2
+
+MAINTAINER=	andrea@cervesato.it
+COMMENT=	Qos for Apache
+
+MAKE_JOBS_SAFE=	yes
+
+USE_APACHE=	22+
+AP_GENPLIST=	yes
+AP_FAST_BUILD=	yes
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/apache2
+
+.include <bsd.port.mk>

Added: head/www/mod_qos/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/mod_qos/distinfo	Sun Jun 23 19:22:41 2013	(r321647)
@@ -0,0 +1,2 @@
+SHA256 (apache2/mod_qos-10.15.tar.gz) = b036100e361c2b67f2b92535c6e00894bcd51967bb8a5ba806353b48c9c6b8e5
+SIZE (apache2/mod_qos-10.15.tar.gz) = 469922

Added: head/www/mod_qos/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/mod_qos/pkg-descr	Sun Jun 23 19:22:41 2013	(r321647)
@@ -0,0 +1,5 @@
+mod_qos is a quality of service module for the Apache web server implementing
+control mechanisms that can provide different levels of priority to different
+HTTP requests.
+
+WWW: http://opensource.adnovum.ch/mod_qos/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2013-06-23 20:23:44 UTC
State Changed
From-To: open->closed

Committed, 
Thanks!