Page MenuHomeFreeBSD

D12068.diff
No OneTemporary

D12068.diff

Index: head/devel/Makefile
===================================================================
--- head/devel/Makefile
+++ head/devel/Makefile
@@ -5100,6 +5100,7 @@
SUBDIR += py3-six
SUBDIR += py3-tabulate
SUBDIR += py3-threema-msgapi
+ SUBDIR += py3-toposort
SUBDIR += py3-tox
SUBDIR += py3-tzlocal
SUBDIR += py3-urwid
Index: head/devel/py3-toposort/Makefile
===================================================================
--- head/devel/py3-toposort/Makefile
+++ head/devel/py3-toposort/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-toposort
+
+USES= python:3.3+
+
+.include "${MASTERDIR}/Makefile"
Index: head/textproc/Makefile
===================================================================
--- head/textproc/Makefile
+++ head/textproc/Makefile
@@ -1395,6 +1395,7 @@
SUBDIR += py3-libxml2
SUBDIR += py3-numpydoc
SUBDIR += py3-pager
+ SUBDIR += py3-pyPEG2
SUBDIR += py3-pygments
SUBDIR += py3-pystemmer
SUBDIR += py3-snowballstemmer
Index: head/textproc/py3-pyPEG2/Makefile
===================================================================
--- head/textproc/py3-pyPEG2/Makefile
+++ head/textproc/py3-pyPEG2/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-pyPEG2
+
+USES= python:3.3+
+
+.include "${MASTERDIR}/Makefile"

File Metadata

Mime Type
text/plain
Expires
Sun, Jul 5, 11:04 PM (2 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34727141
Default Alt Text
D12068.diff (1 KB)

Event Timeline