Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2014 20:58:44 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
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
Message-ID:  <201405302058.s4UKwiOJ074829@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405302058.s4UKwiOJ074829>