From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 6 15:37:24 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A60EB6D for ; Fri, 6 Jun 2014 15:37:24 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C0E02F45 for ; Fri, 6 Jun 2014 15:37:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s56FbOnY009915 for ; Fri, 6 Jun 2014 16:37:24 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 190716] New: update www/mod_authnz_crowd to be staged Date: Fri, 06 Jun 2014 15:37:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vivek@khera.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 15:37:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190716 Bug ID: 190716 Summary: update www/mod_authnz_crowd to be staged Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: Normal Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: vivek@khera.org this updates the port to be staged. i'm not sure if bumping the portrevision is correct, as nothing about the actual software changed. Fix: diff -Nru mod_authnz_crowd.old/Makefile mod_authnz_crowd/Makefile --- mod_authnz_crowd.old/Makefile 2014-04-16 14:28:47.000000000 -0400 +++ mod_authnz_crowd/Makefile 2014-06-06 11:22:25.550288436 -0400 @@ -3,7 +3,7 @@ PORTNAME= mod_authnz_crowd PORTVERSION= 2.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://downloads.atlassian.com/software/crowd/downloads/cwdapache/ DIST_SUBDIR= apache2 @@ -16,7 +16,8 @@ LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion \ libcurl.so:${PORTSDIR}/ftp/curl -USE_AUTOTOOLS= autoconf:env automake:env libtool:env +USE_AUTOTOOLS= autoconf:env automake:env +USES= libtool GNU_CONFIGURE= yes USE_GNOME= libxml2 USE_GCC= any @@ -35,12 +36,17 @@ LDFLAGS+= -L${PREFIX}/lib -NO_STAGE= yes +post-patch: + ${REINPLACE_CMD} -e 's|@APXS_STAGE@|-S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR}|' \ + ${WRKSRC}/src/Makefile.am + +pre-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/Includes + + post-install: ${INSTALL_DATA} ${WRKDIR}/zzz_authnz_crowd.conf \ - ${PREFIX}/${APACHEETCDIR}/Includes/ - @${ECHO_CMD} - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} + ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/Includes/ .include diff -Nru mod_authnz_crowd.old/files/patch-src__Makefile.am mod_authnz_crowd/files/patch-src__Makefile.am --- mod_authnz_crowd.old/files/patch-src__Makefile.am 2014-01-14 15:31:13.000000000 -0500 +++ mod_authnz_crowd/files/patch-src__Makefile.am 2014-06-06 11:22:06.693288655 -0400 @@ -24,6 +24,6 @@ - if [ -e /etc/apache2/mods-enabled/dav_svn.load ]; then mv /etc/apache2/mods-enabled/dav_svn.load /etc/apache2/mods-enabled/1dav_svn.load; fi - @APACHECTL@ configtest || mv /tmp/httpd.conf.bak @HTTPD_CONF@ - @APACHECTL@ graceful -+ @APXS@ -i mod_authnz_crowd.la -+ @APXS@ -e -n dav_svn modules/mod_dav_svn.so -+ @APXS@ -i svn/mod_authz_svn_crowd.la ++ @APXS@ @APXS_STAGE@ -i mod_authnz_crowd.la ++ @APXS@ @APXS_STAGE@ -e -n dav_svn modules/mod_dav_svn.so ++ @APXS@ @APXS_STAGE@ -i svn/mod_authz_svn_crowd.la -- You are receiving this mail because: You are the assignee for the bug.