svn commit: r417606 - head/misc/py-socli

Carlos J. Puga Medina cpm at FreeBSD.org
Sun Jun 26 19:00:10 UTC 2016


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>


More information about the svn-ports-head mailing list