- 19 Mar, 2017 40 commits
-
-
jbeich authored
Changes: https://github.com/Flexget/Flexget/compare/2.10.12...2.10.18
-
vanilla authored
-
vanilla authored
-
vanilla authored
-
rene authored
With hat: portmgr-secretary
-
rene authored
Submitted by: olivierd@ With hat: portmgr-secretary
-
brnrd authored
- Add vulnerability patch from upstream - Improve OQGraph BROKEN message - Take maintaintership MFH: 2017Q1 Security: 7c27192f-0bc3-11e7-9940-b499baebfeaf Security: 4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf Security: CVE-2017-3313 Security: CVE-2017-3302
-
rene authored
Submitted by: portscout
-
vanilla authored
PR: 217790 Submitted by: maintainer
-
rene authored
2017-03-17 archivers/macutils: Not maintained in 16 years, many missing header inclusions
-
dinoex authored
-
riggs authored
-
brnrd authored
- clang segfaults on 10.x
-
madpilot authored
-
madpilot authored
PR: 217805 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: Yonas Yanfa <yonas@fizk.net> (maintainer)
-
madpilot authored
X11 looks for this driver with two names depending on the hardware, since linux has tow separate drivers. Having just one KMS driver in FreeBSD I create a symlink with the alternative name, so X11 can alys find the driver. PR: 217825 Submitted by: Henry Hu <henry.hu.sh@gmail.com>
-
ehaupt authored
port is still needed by ports (eg. mail/cleanup-maildir) - While here add LICENSE - The distfile checksums differ due to some minor changes [1], therefore also bump PORTREVISION [1] --- distfile changes begin here --- diff -Nur google/python-graph-core-1.8.2/PKG-INFO cheeseshop/python-graph-core-1.8.2/PKG-INFO --- google/python-graph-core-1.8.2/PKG-INFO 2012-07-14 23:12:33.000000000 +0200 +++ cheeseshop/python-graph-core-1.8.2/PKG-INFO 2015-03-26 22:07:53.000000000 +0100 @@ -1,4 +1,4 @@ -Metadata-Version: 1.0 +Metadata-Version: 1.1 Name: python-graph-core Version: 1.8.2 Summary: A library for working with graphs in Python diff -Nur google/python-graph-core-1.8.2/pygraph/algorithms/minmax.py cheeseshop/python-graph-core-1.8.2/pygraph/algorithms/minmax.py --- google/python-graph-core-1.8.2/pygraph/algorithms/minmax.py 2012-02-19 20:36:08.000000000 +0100 +++ cheeseshop/python-graph-core-1.8.2/pygraph/algorithms/minmax.py 2014-03-11 00:04:22.000000000 +0100 @@ -132,6 +132,13 @@ # Shortest Path +def path(st, target): + if (target is None): + return [] + else: + return [target] + path(st, st[target]) + + def shortest_path(graph, source): """ Return the shortest path distance between source and all other nodes using Dijkstra's diff -Nur google/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO --- google/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO 2012-07-14 23:12:33.000000000 +0200 +++ cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO 2015-03-26 22:07:51.000000000 +0100 @@ -1,4 +1,4 @@ -Metadata-Version: 1.0 +Metadata-Version: 1.1 Name: python-graph-core Version: 1.8.2 Summary: A library for working with graphs in Python diff -Nur google/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt --- google/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt 2012-07-14 23:12:33.000000000 +0200 +++ cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt 2015-03-26 22:07:51.000000000 +0100 @@ -1,5 +1,5 @@ -pygraph/classes -pygraph/readwrite pygraph -pygraph/mixins pygraph/algorithms +pygraph/classes +pygraph/mixins +pygraph/readwrite --- distfile changes end here ---
-
danfe authored
binary encryptor. WWW: http://evpo.net/encryptpad/ Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1484432907 which corresponds to commit c9e6636 tagged as this release. PR: 215639 Submitted by: Dmitri Goutnik
-
amdmi3 authored
- Switch to options helpers
-
wen authored
PR: 217865 Submitted by: neel@neelc.org(maintainer)
-
glewis authored
-
araujo authored
When use RESTRICT it implies the former ones.
-
araujo authored
Approved by: maintainer (implicit)
-
araujo authored
When use RESTRICT it implies the former ones.
-
glewis authored
. Make it work with LibreSSL [1] Submitted by: naddy@ [1]
-
sunpoet authored
- Bump PORTREVISION for dependency change
-
sunpoet authored
Changes: https://github.com/castle/ruby-u2f/releases
-
sunpoet authored
- Add PORTSCOUT
-
sunpoet authored
-
sunpoet authored
-
sunpoet authored
-
sunpoet authored
-
sunpoet authored
- Use BSD_INSTALL_* - Cosmetic change
-
wen authored
PR: 217897 Submitted by: cyberbotx@cyberbotx.com(maintainer)
-
wen authored
PR: 217905 Submitted by: douglas@douglasthrift.net(maintainer)
-
wen authored
PR: 217904 Submitted by: douglas@douglasthrift.net(maintainer)
-
wen authored
Changes: http://cpansearch.perl.org/src/BORISV/BibTeX-Parser-1.00/Changes
-
wen authored
PR: 215764 Submitted by: riggs@
-
wen authored
-
sunpoet authored
- Add pecl-mailparse2 2.1.6 (copied from pecl-mailparse) - Add UPDATING entry Changes: https://pecl.php.net/package-changelog.php?package=mailparse PR: 213319 Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)
-