From owner-svn-ports-all@FreeBSD.ORG Fri May 30 20:58:45 2014 Return-Path: Delivered-To: svn-ports-all@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 207A7CEE; Fri, 30 May 2014 20:58:45 +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 0DCD82F89; Fri, 30 May 2014 20:58:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UKwiLp074830; Fri, 30 May 2014 20:58:44 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4UKwiOJ074829; Fri, 30 May 2014 20:58:44 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201405302058.s4UKwiOJ074829@svn.freebsd.org> From: Olli Hauer Date: Fri, 30 May 2014 20:58:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355913 - in head/www/mod_auth_pubtkt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 20:58:45 -0000 Author: ohauer Date: Fri May 30 20:58:44 2014 New Revision: 355913 URL: http://svnweb.freebsd.org/changeset/ports/355913 QAT: https://qat.redports.org/buildarchive/r355913/ Log: - use bsd.apache.mk framework for building (remove Makefile patch) - add stage support (remove pkg-plist) PR: 190403 Submitted by: Manuel Kasper (maintainer) Deleted: head/www/mod_auth_pubtkt/files/ head/www/mod_auth_pubtkt/pkg-plist Modified: head/www/mod_auth_pubtkt/Makefile Modified: head/www/mod_auth_pubtkt/Makefile ============================================================================== --- head/www/mod_auth_pubtkt/Makefile Fri May 30 20:47:57 2014 (r355912) +++ head/www/mod_auth_pubtkt/Makefile Fri May 30 20:58:44 2014 (r355913) @@ -11,10 +11,10 @@ DIST_SUBDIR= apache2 MAINTAINER= mk@neon1.net COMMENT= An Apache module to provide public key ticket based authentication - USE_APACHE= 22+ -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --apxs=${APXS} +AP_FAST_BUILD= yes +AP_GENPLIST= yes +AP_EXTRAS= -DAPACHE22 +SRC_FILE= src/mod_auth_pubtkt.c -NO_STAGE= yes .include