svn commit: r385262 - in head: editors/deforaos-editor security/binwalk textproc/py-tvgrab www/deforaos-surfer
Antoine Brodin
antoine at FreeBSD.org
Sun May 3 11:32:57 UTC 2015
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 <bsd.port.mk>
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 at 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 \
More information about the svn-ports-all
mailing list