svn commit: r355913 - in head/www/mod_auth_pubtkt: . files

Olli Hauer ohauer at FreeBSD.org
Fri May 30 20:58:45 UTC 2014


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 at 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 at 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>


More information about the svn-ports-all mailing list