Bug 45502 - [New Port] www/mod_accounting : An Apache module that records traffic statistics into a database
Summary: [New Port] www/mod_accounting : An Apache module that records traffic statist...
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-19 23:50 UTC by Clement Laforet
Modified: 2003-07-24 20:27 UTC (History)
0 users

See Also:


Attachments
mod_accounting.shar (5.17 KB, text/plain)
2002-11-19 23:50 UTC, Clement Laforet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Clement Laforet 2002-11-19 23:50:01 UTC
	mod_accounting is a simple Apache module that can record 
	traffic statistics (bytes in/out per http request) into
	SQL database (MySQL or PostgreSQL)

	WWW: http://mod-acct.sourceforge.net

How-To-Repeat: 	N/A.
Comment 1 Clement Laforet 2003-06-07 11:45:16 UTC
(you can find a clean port here http://www.cultdeadsheep.org/FreeBSD/ports/download/mod_accounting-0.5.tar.gz)
ChangeLog:
	- Update to latest PostgrSQL version
	- Use COMMENT
	* removed file :
		pkg-comment
	
patch: 

diff -Nru mod_accounting.old/Makefile mod_accounting/Makefile
--- mod_accounting.old/Makefile	Sat Jun  7 12:32:08 2003
+++ mod_accounting/Makefile	Sat Jun  7 12:33:18 2003
@@ -12,8 +12,9 @@
 MASTER_SITE_SUBDIR=	mod-acct
 
 MAINTAINER=	sheepkiller@cultdeadsheep.org
+COMMENT=	An Apache module that records traffic statistics into a database
 
-BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
+BUILD_DEPENDS+=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
 
 MAKE_ARGS+=	APXS="${APXS}"
 APXS?=		${LOCALBASE}/sbin/apxs
@@ -21,7 +22,7 @@
 .if defined(WITHOUT_PGSQL)
 MAKE_ARGS+=	WITHOUT_PGSQL=YES
 .else
-LIB_DEPENDS+=	pq.2:${PORTSDIR}/databases/postgresql7
+LIB_DEPENDS+=	pq.3:${PORTSDIR}/databases/postgresql7
 .endif
 
 .if defined(WITHOUT_MYSQL)
diff -Nru mod_accounting.old/pkg-comment mod_accounting/pkg-comment
--- mod_accounting.old/pkg-comment	Sat Jun  7 12:32:08 2003
+++ mod_accounting/pkg-comment	Thu Jan  1 01:00:00 1970
@@ -1 +0,0 @@
-An Apache module that records traffic statistics into a database
diff -Nru mod_accounting.old/pkg-plist mod_accounting/pkg-plist
--- mod_accounting.old/pkg-plist	Sat Jun  7 12:32:08 2003
+++ mod_accounting/pkg-plist	Sat Jun  7 12:34:41 2003
@@ -6,4 +6,3 @@
 %%PORTDOCS%%share/doc/mod_accounting/FAQ.txt
 %%PORTDOCS%%share/doc/mod_accounting/LICENSE
 %%PORTDOCS%%@dirrm share/doc/mod_accounting
-
Comment 2 Oliver Lehmann freebsd_committer freebsd_triage 2003-07-24 20:27:11 UTC
State Changed
From-To: open->closed

Committed, Thanks!