From owner-freebsd-apache@FreeBSD.ORG Tue Jun 5 12:02:42 2012 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85BBC1065674; Tue, 5 Jun 2012 12:02:42 +0000 (UTC) (envelope-from root@dgeo.sysadm.ec-m.fr) Received: from meli.ec-m.fr (meli.ec-m.fr [147.94.19.138]) by mx1.freebsd.org (Postfix) with ESMTP id 408468FC1F; Tue, 5 Jun 2012 12:02:42 +0000 (UTC) Received: from amavis3.serv.int (amavis3.serv.int [10.3.0.47]) by meli.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id BEE8A278CE6; Tue, 5 Jun 2012 14:02:36 +0200 (CEST) X-Virus-Scanned: amavisd-new at centrale-marseille.fr Received: from meli.ec-m.fr ([10.3.0.12]) by amavis3.serv.int (amavis3.serv.int [10.3.0.47]) (amavisd-new, port 10024) with LMTP id iKDSxs7mwRfe; Tue, 5 Jun 2012 14:02:04 +0200 (CEST) Received: from dgeo.sysadm.ec-m.fr (dgeo.sysadm.ec-m.fr [147.94.19.169]) by meli.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id B1B78278CD8; Tue, 5 Jun 2012 14:02:06 +0200 (CEST) Received: by dgeo.sysadm.ec-m.fr (Postfix, from userid 0) id 83FCC1CD0A; Tue, 5 Jun 2012 14:02:04 +0200 (CEST) To: FreeBSD-gnats-submit@freebsd.org From: Geoffroy Desvernay X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20120605120204.83FCC1CD0A@dgeo.sysadm.ec-m.fr> Date: Tue, 5 Jun 2012 14:02:04 +0200 (CEST) Cc: apache@FreeBSD.org Subject: [PATCH] www/mod_auth_cas: update to 1.0.9.1 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2012 12:02:42 -0000 >Submitter-Id: current-users >Originator: Geoffroy Desvernay >Organization: Ecole Centrale de Marseille >Confidential: no >Synopsis: [PATCH] www/mod_auth_cas: update to 1.0.9.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-STABLE amd64 >Environment: System: FreeBSD dgeo.sysadm.ec-m.fr 9.0-STABLE FreeBSD 9.0-STABLE #0: Wed May 9 10:24:08 CEST >Description: - Update to 1.0.9.1 Upstream update, adding SAML validation + bug fixes https://source.jasig.org/cas-clients/mod_auth_cas/tags/mod_auth_cas-1.0.9.1/README - Change MASTER_SITE url (changed upstream) upstream now use autotools, but it seems to work without so I simply added libcurl dependency and linking Port maintainer (apache@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- ap22-mod_auth_cas-1.0.9.1.patch begins here --- diff -ruN --exclude=CVS ../mod_auth_cas.orig/Makefile ./Makefile --- ../mod_auth_cas.orig/Makefile 2011-08-20 19:27:38.000000000 +0200 +++ ./Makefile 2012-06-05 13:52:10.000000000 +0200 @@ -6,10 +6,9 @@ # PORTNAME= mod_auth_cas -PORTVERSION= 1.0.8 -PORTREVISION= 1 +PORTVERSION= 1.0.9.1 CATEGORIES= www -#MASTER_SITES= https://www.ja-sig.org/svn/cas-clients/mod_auth_cas/tags/mod_auth_cas-1.0.8/src/ +MASTER_SITES= https://source.jasig.org/cas-clients/mod_auth_cas/tags/mod_auth_cas-1.0.9.1/src/ # SVN tags only, *sigh* DISTFILES= mod_auth_cas.c mod_auth_cas.h DIST_SUBDIR= mod_auth_cas @@ -18,13 +17,18 @@ MAINTAINER= apache@FreeBSD.org COMMENT= Apache 2.x module that supports the CASv1 and CASv2 protocols -MAKE_JOBS_SAFE= yes +LICENSE= AL2 + +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +MAKE_JOBS_SAFE= yes NO_WRKSUBDIR= yes USE_APACHE= 20+ AP_FAST_BUILD= yes AP_GENPLIST= yes +AP_LIB= ${LOCALBASE}/lib +AP_EXTRAS= -l ssl -l curl post-extract: ${CP} ${DISTDIR}/${DIST_SUBDIR}/mod_auth_cas.c ${WRKSRC}/mod_auth_cas.c diff -ruN --exclude=CVS ../mod_auth_cas.orig/distinfo ./distinfo --- ../mod_auth_cas.orig/distinfo 2011-03-19 13:34:31.000000000 +0100 +++ ./distinfo 2012-06-05 13:52:21.000000000 +0200 @@ -1,4 +1,4 @@ -SHA256 (mod_auth_cas/mod_auth_cas.c) = 0603d66013bac281067d67067a0400c00e036f63a1075ee8257afe049a70a683 -SIZE (mod_auth_cas/mod_auth_cas.c) = 67710 -SHA256 (mod_auth_cas/mod_auth_cas.h) = e0359ac88a290f9c8f9686b9d60ea61ec230f28146abf4ac6a3239feeadaad28 -SIZE (mod_auth_cas/mod_auth_cas.h) = 7409 +SHA256 (mod_auth_cas/mod_auth_cas.c) = ddff1d54d2824842b6abacc882c6105a9d006964b7e3b367c1e77c8e5b0a92c1 +SIZE (mod_auth_cas/mod_auth_cas.c) = 81903 +SHA256 (mod_auth_cas/mod_auth_cas.h) = 99518b262b1bc28c1d7d51e9e2cc8510b9c733b29b6d7af99fed145dcdc1af96 +SIZE (mod_auth_cas/mod_auth_cas.h) = 7630 --- ap22-mod_auth_cas-1.0.9.1.patch ends here ---