From owner-svn-ports-all@FreeBSD.ORG Tue Jul 1 14:27:12 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABCFCE1E; Tue, 1 Jul 2014 14:27:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9906326B7; Tue, 1 Jul 2014 14:27:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s61ERCHH006346; Tue, 1 Jul 2014 14:27:12 GMT (envelope-from girgen@svn.freebsd.org) Received: (from girgen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s61ERC8O006345; Tue, 1 Jul 2014 14:27:12 GMT (envelope-from girgen@svn.freebsd.org) Message-Id: <201407011427.s61ERC8O006345@svn.freebsd.org> From: Palle Girgensohn Date: Tue, 1 Jul 2014 14:27:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360018 - head/security/shibboleth2-sp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2014 14:27:12 -0000 Author: girgen Date: Tue Jul 1 14:27:12 2014 New Revision: 360018 URL: http://svnweb.freebsd.org/changeset/ports/360018 QAT: https://qat.redports.org/buildarchive/r360018/ Log: into the fire... last commit didnt't really help, it has to be part of SUB_LIST as well Modified: head/security/shibboleth2-sp/Makefile Modified: head/security/shibboleth2-sp/Makefile ============================================================================== --- head/security/shibboleth2-sp/Makefile Tue Jul 1 14:24:47 2014 (r360017) +++ head/security/shibboleth2-sp/Makefile Tue Jul 1 14:27:12 2014 (r360018) @@ -3,7 +3,7 @@ PORTNAME= shibboleth-sp PORTVERSION= 2.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ @@ -39,7 +39,7 @@ PLIST_SUB+= WITH_APACHE_22="@comment " PLIST_SUB+= WITH_APACHE_24="" .endif -SUB_LIST+= SH=${SH} +SUB_LIST+= SH=${SH} WWWGRP=${WWWGRP} PLIST_SUB+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} SUB_LIST+= SHIBD_USER=${USERS}