Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jun 2016 19:00:09 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417606 - head/misc/py-socli
Message-ID:  <201606261900.u5QJ09ir016349@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Sun Jun 26 19:00:09 2016
New Revision: 417606
URL: https://svnweb.freebsd.org/changeset/ports/417606

Log:
  - Drop textproc/py-beautifulsoup as dependency because it was removed.
  - Add www/py-beautifulsoup to RUN_DEPENDS
  - Ignore on the package builders
  
  Reported by:	pkg-fallout
  Reviewed by:	junovitch (mentor)
  Approved by:	junovitch (mentor)
  Differential Revision:	D6971

Modified:
  head/misc/py-socli/Makefile

Modified: head/misc/py-socli/Makefile
==============================================================================
--- head/misc/py-socli/Makefile	Sun Jun 26 18:53:12 2016	(r417605)
+++ head/misc/py-socli/Makefile	Sun Jun 26 19:00:09 2016	(r417606)
@@ -12,7 +12,7 @@ COMMENT=	Stack overflow command line int
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup4>=0:textproc/py-beautifulsoup4 \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup \
 		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests
 
 USES=		python:3
@@ -23,4 +23,10 @@ GH_ACCOUNT=	gautamkrishnar
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT}
+IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
+.endif
+
+.include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606261900.u5QJ09ir016349>