From owner-svn-ports-all@freebsd.org Fri Jan 20 13:02:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25C43CB7904; Fri, 20 Jan 2017 13:02:35 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 CF6CA12D8; Fri, 20 Jan 2017 13:02:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0KD2X3g036115; Fri, 20 Jan 2017 13:02:33 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0KD2Xsv036112; Fri, 20 Jan 2017 13:02:33 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201701201302.v0KD2Xsv036112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 20 Jan 2017 13:02:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431954 - in head: security/openconnect www/foswiki www/twiki 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.23 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: Fri, 20 Jan 2017 13:02:35 -0000 Author: mat Date: Fri Jan 20 13:02:33 2017 New Revision: 431954 URL: https://svnweb.freebsd.org/changeset/ports/431954 Log: Whatever you do, people keep adding back ${PORTSDIR}/ to dependencies. Sponsored by: Absolight Modified: head/security/openconnect/Makefile (contents, props changed) head/www/foswiki/bsd.foswiki.mk (contents, props changed) head/www/twiki/bsd.twiki.mk (contents, props changed) Modified: head/security/openconnect/Makefile ============================================================================== --- head/security/openconnect/Makefile Fri Jan 20 12:50:40 2017 (r431953) +++ head/security/openconnect/Makefile Fri Jan 20 13:02:33 2017 (r431954) @@ -41,7 +41,7 @@ GNUTLS_LIB_DEPENDS= libgnutls.so:securit GNUTLS_CONFIGURE_WITH= gnutls P11_DESC= PKCS#11 support via libp11 -P11_LIB_DEPENDS= libp11.so:${PORTSDIR}/security/libp11 +P11_LIB_DEPENDS= libp11.so:security/libp11 post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/www/foswiki/bsd.foswiki.mk ============================================================================== --- head/www/foswiki/bsd.foswiki.mk Fri Jan 20 12:50:40 2017 (r431953) +++ head/www/foswiki/bsd.foswiki.mk Fri Jan 20 13:02:33 2017 (r431954) @@ -40,7 +40,7 @@ SUB_LIST+= FWDIR=${FWDIR} FIND=${FIND} C TOUCH=${TOUCH} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} \ CONFDIR=${CONFDIR} MAINTAINER?= glarkin@FreeBSD.org -RUN_DEPENDS+= ${FWDEP:C/([^=<>]*)([=<>]*)(.*)/foswiki-\1\20.0.\3:${PORTSDIR}\/www\/foswiki-\1/} +RUN_DEPENDS+= ${FWDEP:C/([^=<>]*)([=<>]*)(.*)/foswiki-\1\20.0.\3:www\/foswiki-\1/} make-dist: ${INSTALL} -d ${WRKDIR}/ Modified: head/www/twiki/bsd.twiki.mk ============================================================================== --- head/www/twiki/bsd.twiki.mk Fri Jan 20 12:50:40 2017 (r431953) +++ head/www/twiki/bsd.twiki.mk Fri Jan 20 13:02:33 2017 (r431954) @@ -28,7 +28,7 @@ SUB_LIST+= TWDIR="${TWDIR}" WWWOWN="${WW SUB_FILES+= pkg-install pkg-deinstall MAINTAINER?= ports@FreeBSD.org DIST_SUBDIR?= twiki -RUN_DEPENDS+= ${TWDEP:C/([^=<>]*)([=<>]*)(.*)/twiki-\1\20.0.\3:${PORTSDIR}\/www\/twiki-\1/} +RUN_DEPENDS+= ${TWDEP:C/([^=<>]*)([=<>]*)(.*)/twiki-\1\20.0.\3:www\/twiki-\1/} make-dist: @${INSTALL} -d ${WRKDIR}/