Port update to make www/mod_auth_pubtkt staged is below. pkg-plist and files directory have been removed.
Responsible Changed From-To: freebsd-ports-bugs->apache apache@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: apache->ohauer I'll take it
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 <mk@neon1.net> (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 <bsd.port.mk> _______________________________________________ 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"
State Changed From-To: open->closed Committed, Thanks!