From owner-svn-ports-head@FreeBSD.ORG Sun Oct 26 18:23:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E1865B7; Sun, 26 Oct 2014 18:23:20 +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 09D9E791; Sun, 26 Oct 2014 18:23:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9QINJSP043501; Sun, 26 Oct 2014 18:23:19 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9QINJkl043496; Sun, 26 Oct 2014 18:23:19 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201410261823.s9QINJkl043496@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 26 Oct 2014 18:23:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371521 - in head: . www www/mod_authz_unixgroup www/mod_authz_unixgroup22 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-1 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, 26 Oct 2014 18:23:20 -0000 Author: ohauer Date: Sun Oct 26 18:23:18 2014 New Revision: 371521 URL: https://svnweb.freebsd.org/changeset/ports/371521 QAT: https://qat.redports.org/buildarchive/r371521/ Log: - Reflect Apache version in portsdir Added: head/www/mod_authz_unixgroup22/ - copied from r371519, head/www/mod_authz_unixgroup/ Deleted: head/www/mod_authz_unixgroup/ Modified: head/MOVED head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Oct 26 18:20:06 2014 (r371520) +++ head/MOVED Sun Oct 26 18:23:18 2014 (r371521) @@ -7168,3 +7168,4 @@ audio/mad||2014-10-20|Directly use audio mail/dspam-devel|mail/dspam|2014-10-20|Merged into mail/dspam dns/bind98|dns/bind99|2014-10-21|BIND 9.8 EOL dns/powerdns-devel|dns/powerdns|2014-10-24|Older than dns/powerdns and no longer needed +www/mod_authz_unixgroup|www/mod_authz_unixgroup22|2014-10-26|Reflect Apache version in portsdir Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Oct 26 18:20:06 2014 (r371520) +++ head/www/Makefile Sun Oct 26 18:23:18 2014 (r371521) @@ -435,7 +435,7 @@ SUBDIR += mod_authnz_crowd SUBDIR += mod_authnz_external22 SUBDIR += mod_authnz_external24 - SUBDIR += mod_authz_unixgroup + SUBDIR += mod_authz_unixgroup22 SUBDIR += mod_authz_unixgroup24 SUBDIR += mod_backtrace SUBDIR += mod_bw