From owner-svn-ports-head@FreeBSD.ORG Sun May 18 21:11:39 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB40ADC0; Sun, 18 May 2014 21:11:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B04D52C8B; Sun, 18 May 2014 21:11:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4ILBdiC005603; Sun, 18 May 2014 21:11:39 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4ILBdhL005599; Sun, 18 May 2014 21:11:39 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201405182111.s4ILBdhL005599@svn.freebsd.org> From: Olli Hauer Date: Sun, 18 May 2014 21:11:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354471 - head/www/mod_log_mysql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2014 21:11:39 -0000 Author: ohauer Date: Sun May 18 21:11:38 2014 New Revision: 354471 URL: http://svnweb.freebsd.org/changeset/ports/354471 QAT: https://qat.redports.org/buildarchive/r354471/ Log: - add new file location, WWW, and changes compression type PR: ports/189631 Submitted by: C Hutchinson (maintainer) Modified: head/www/mod_log_mysql/Makefile head/www/mod_log_mysql/distinfo head/www/mod_log_mysql/pkg-descr Modified: head/www/mod_log_mysql/Makefile ============================================================================== --- head/www/mod_log_mysql/Makefile Sun May 18 21:05:53 2014 (r354470) +++ head/www/mod_log_mysql/Makefile Sun May 18 21:11:38 2014 (r354471) @@ -3,8 +3,9 @@ PORTNAME= mod_log_mysql PORTVERSION= 1.04 +PORTREVISION= 2 CATEGORIES= www -MASTER_SITES= http://bsdforge.com/projects/source/apache2/ +MASTER_SITES= http://bsdforge.com/projects/source/www/mod_log_mysql/ DIST_SUBDIR= apache2 MAINTAINER= portmaster@bsdforge.com @@ -16,6 +17,7 @@ LICENSE_NAME_PUBLIC_DOMAIN= Public Domai LICENSE_TEXT_PUBLIC_DOMAIN= mod_log_mysql.c is in the Public Domain as of 2003.10.23. LICENSE_PERMS_PUBLIC_DOMAIN= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +USES= tar:xz RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_log_config-st.so:${PORTSDIR}/www/mod_log_config-st USE_APACHE= 22 Modified: head/www/mod_log_mysql/distinfo ============================================================================== --- head/www/mod_log_mysql/distinfo Sun May 18 21:05:53 2014 (r354470) +++ head/www/mod_log_mysql/distinfo Sun May 18 21:11:38 2014 (r354471) @@ -1,2 +1,2 @@ -SHA256 (apache2/mod_log_mysql-1.04.tar.gz) = da6cfbd1788b28e7421fcf4963e592bafec3b946ea9f01ac5319708e7ec41d45 -SIZE (apache2/mod_log_mysql-1.04.tar.gz) = 8010 +SHA256 (apache2/mod_log_mysql-1.04.tar.xz) = 1f891699599e2aa7f83a260bf1c613b36c47770507a8e7a330f05db24514f5c4 +SIZE (apache2/mod_log_mysql-1.04.tar.xz) = 7568 Modified: head/www/mod_log_mysql/pkg-descr ============================================================================== --- head/www/mod_log_mysql/pkg-descr Sun May 18 21:05:53 2014 (r354470) +++ head/www/mod_log_mysql/pkg-descr Sun May 18 21:11:38 2014 (r354471) @@ -14,3 +14,5 @@ Key features are: * Won't loose data if the database server is down. Note: this module requires mod_log_config-st + +WWW: http://bsdforge.com/projects/www/mod_log_mysql/