From owner-svn-ports-head@FreeBSD.ORG Sun May 3 11:32:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B99BE1; Sun, 3 May 2015 11:32:57 +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 E1A01131F; Sun, 3 May 2015 11:32:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t43BWunb027398; Sun, 3 May 2015 11:32:56 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t43BWtpT027392; Sun, 3 May 2015 11:32:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201505031132.t43BWtpT027392@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 3 May 2015 11:32:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385262 - in head: editors/deforaos-editor security/binwalk textproc/py-tvgrab www/deforaos-surfer 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.20 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: Sun, 03 May 2015 11:32:57 -0000 Author: antoine Date: Sun May 3 11:32:55 2015 New Revision: 385262 URL: https://svnweb.freebsd.org/changeset/ports/385262 Log: Fix some _DEPENDS Reported by: STRICT_DEPENDS Modified: head/editors/deforaos-editor/Makefile head/security/binwalk/Makefile head/textproc/py-tvgrab/Makefile head/www/deforaos-surfer/Makefile Modified: head/editors/deforaos-editor/Makefile ============================================================================== --- head/editors/deforaos-editor/Makefile Sun May 3 11:32:37 2015 (r385261) +++ head/editors/deforaos-editor/Makefile Sun May 3 11:32:55 2015 (r385262) @@ -13,11 +13,11 @@ COMMENT= DeforaOS desktop text editor LICENSE= GPLv3 -BUILD_DEPENDS= xsltproc>=0:${PORTSDIR}/textproc/libxslt \ - docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl +BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ + docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \ - libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop + libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop MAKE_ARGS= PREFIX=${PREFIX} USES= desktop-file-utils gettext pkgconfig Modified: head/security/binwalk/Makefile ============================================================================== --- head/security/binwalk/Makefile Sun May 3 11:32:37 2015 (r385261) +++ head/security/binwalk/Makefile Sun May 3 11:32:55 2015 (r385262) @@ -10,14 +10,13 @@ COMMENT= Search binary images for embedd LICENSE= MIT -USES= python gmake +USES= python USE_PYTHON= autoplist distutils GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -BUILD_DEPENDS= liblzma>=0:${PORTSDIR}/archivers/py-liblzma -RUN_DEPENDS= /usr/local/bin/7z:${PORTSDIR}/archivers/p7zip \ - /usr/local/bin/cabextract:${PORTSDIR}/archivers/cabextract +RUN_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip \ + cabextract:${PORTSDIR}/archivers/cabextract .include Modified: head/textproc/py-tvgrab/Makefile ============================================================================== --- head/textproc/py-tvgrab/Makefile Sun May 3 11:32:37 2015 (r385261) +++ head/textproc/py-tvgrab/Makefile Sun May 3 11:32:55 2015 (r385262) @@ -12,12 +12,9 @@ DISTNAME= pytvgrab-lib-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library to write grabbers of tv scheduling collections -EXTRACT_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil:extract - USES= python:2 tar:bzip2 USE_PYTHON= distutils autoplist - PORTDOCS= README post-extract: Modified: head/www/deforaos-surfer/Makefile ============================================================================== --- head/www/deforaos-surfer/Makefile Sun May 3 11:32:37 2015 (r385261) +++ head/www/deforaos-surfer/Makefile Sun May 3 11:32:55 2015 (r385262) @@ -13,7 +13,7 @@ COMMENT= DeforaOS desktop web browser LICENSE= GPLv3 -BUILD_DEPENDS= xsltproc>=0:${PORTSDIR}/textproc/libxslt \ +BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \ libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop \