Bug 190403 - Updated port: www/mod_auth_pubtkt (staged) [maintainer update]
Summary: Updated port: www/mod_auth_pubtkt (staged) [maintainer update]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-30 11:10 UTC by mk
Modified: 2014-05-30 22:00 UTC (History)
0 users

See Also:


Attachments
mod_auth_pubtkt.shar (2.06 KB, text/plain)
2014-05-30 11:10 UTC, mk
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mk 2014-05-30 11:10:00 UTC
Port update to make www/mod_auth_pubtkt staged is below. pkg-plist and files directory have been removed.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-30 11:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

apache@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Olli Hauer freebsd_committer freebsd_triage 2014-05-30 21:55:42 UTC
Responsible Changed
From-To: apache->ohauer

I'll take it
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-30 21:58:48 UTC
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"
Comment 4 Olli Hauer freebsd_committer freebsd_triage 2014-05-30 21:59:15 UTC
State Changed
From-To: open->closed

Committed, 
Thanks!