Page MenuHomeFreeBSD

D12068.id32176.diff
No OneTemporary

D12068.id32176.diff

Index: devel/Makefile
===================================================================
--- devel/Makefile
+++ devel/Makefile
@@ -5085,6 +5085,7 @@
SUBDIR += py3-six
SUBDIR += py3-tabulate
SUBDIR += py3-threema-msgapi
+ SUBDIR += py3-toposort
SUBDIR += py3-tox
SUBDIR += py3-tzlocal
SUBDIR += py3-urwid
Index: devel/py3-toposort/Makefile
===================================================================
--- /dev/null
+++ devel/py3-toposort/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-toposort
+
+USES= python:3.3+
+
+.include "${MASTERDIR}/Makefile"
Index: textproc/Makefile
===================================================================
--- textproc/Makefile
+++ textproc/Makefile
@@ -1392,6 +1392,7 @@
SUBDIR += py3-libxml2
SUBDIR += py3-numpydoc
SUBDIR += py3-pager
+ SUBDIR += py3-pyPEG2
SUBDIR += py3-pygments
SUBDIR += py3-pystemmer
SUBDIR += py3-snowballstemmer
Index: textproc/py3-pyPEG2/Makefile
===================================================================
--- /dev/null
+++ 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
Tue, Sep 1, 3:09 AM (1 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37757776
Default Alt Text
D12068.id32176.diff (1 KB)

Event Timeline