svn commit: r447007 - in head/devel: . py3-verboselogs

Marcelo Araujo araujo at FreeBSD.org
Tue Aug 1 05:09:52 UTC 2017


Author: araujo
Date: Tue Aug  1 05:09:51 2017
New Revision: 447007
URL: https://svnweb.freebsd.org/changeset/ports/447007

Log:
  Add p3-verboselogs slave of py-verboselogs, it is a dependency for
  the new py3-iocage version.
  
  Approved by:	portmgr (bdrewery)
  Differential Revision:	https://reviews.freebsd.org/D11795

Added:
  head/devel/py3-verboselogs/
  head/devel/py3-verboselogs/Makefile   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Aug  1 02:10:10 2017	(r447006)
+++ head/devel/Makefile	Tue Aug  1 05:09:51 2017	(r447007)
@@ -5044,6 +5044,7 @@
     SUBDIR += py3-tzlocal
     SUBDIR += py3-urwid
     SUBDIR += py3-vcversioner
+    SUBDIR += py3-verboselogs
     SUBDIR += py3-virtualenv
     SUBDIR += py3-voluptuous
     SUBDIR += py3-wcwidth

Added: head/devel/py3-verboselogs/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py3-verboselogs/Makefile	Tue Aug  1 05:09:51 2017	(r447007)
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-verboselogs
+
+PORTSCOUT=	ignore:1
+
+USES=		python:3.3+
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list