From owner-svn-ports-head@FreeBSD.ORG Thu Nov 29 19:34:18 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4B8E1FE; Thu, 29 Nov 2012 19:34:18 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8B1128FC12; Thu, 29 Nov 2012 19:34:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATJYITC043369; Thu, 29 Nov 2012 19:34:18 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATJYIFD043368; Thu, 29 Nov 2012 19:34:18 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201211291934.qATJYIFD043368@svn.freebsd.org> From: Chris Rees Date: Thu, 29 Nov 2012 19:34:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307976 - head/net-mgmt/netmagis-common X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2012 19:34:18 -0000 Author: crees Date: Thu Nov 29 19:34:18 2012 New Revision: 307976 URL: http://svnweb.freebsd.org/changeset/ports/307976 Log: Trailing slashes in RUN_DEPENDS upset some tools Wrist slapped by: bapt Feature safe: yes Modified: head/net-mgmt/netmagis-common/Makefile Modified: head/net-mgmt/netmagis-common/Makefile ============================================================================== --- head/net-mgmt/netmagis-common/Makefile Thu Nov 29 19:31:26 2012 (r307975) +++ head/net-mgmt/netmagis-common/Makefile Thu Nov 29 19:34:18 2012 (r307976) @@ -32,7 +32,7 @@ USE_APACHE= 22+ RUN_DEPENDS+= pdflatex:${PORTSDIR}/print/teTeX-base \ dot:${PORTSDIR}/graphics/graphviz \ pwgen:${PORTSDIR}/sysutils/pwgen \ - ${LOCALBASE}/libexec/apache22/mod_auth_pgsql.so:${PORTSDIR}/www/mod_auth_pgsql2/ + ${LOCALBASE}/libexec/apache22/mod_auth_pgsql.so:${PORTSDIR}/www/mod_auth_pgsql2 # FIXME compile apache22 with option mod_auth_ldap # FIXME add ap22-mod_auth_cas .endif