non port: dns/py-dns-lexicon/Makefile |
Number of commits found: 113 (showing only 100 on this page) |
Friday, 18 Apr 2025
|
05:37 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.21.0
Changes: https://github.com/AnalogJ/lexicon/releases
fcd4210 |
Tuesday, 31 Dec 2024
|
15:49 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.20.1
Changes: https://github.com/AnalogJ/lexicon/releases
53b6455 |
Wednesday, 25 Dec 2024
|
19:15 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.20.0
Changes: https://github.com/AnalogJ/lexicon/releases
0216819 |
Sunday, 8 Sep 2024
|
18:37 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.18.0
Changes: https://github.com/AnalogJ/lexicon/releases
988a02c |
Sunday, 7 Jul 2024
|
08:05 Po-Chuan Hsieh (sunpoet)
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change
1a80ec7 |
Tuesday, 14 Nov 2023
|
17:15 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.17.0
- Remove DDNS and DUCKDNS options
Changes: https://github.com/AnalogJ/lexicon/releases
f6a17de |
Wednesday, 1 Nov 2023
|
02:08 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.16.1
Changes: https://github.com/AnalogJ/lexicon/releases
af578d8 |
Monday, 16 Oct 2023
|
15:59 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.16.0
Changes: https://github.com/AnalogJ/lexicon/releases
1735001 |
Thursday, 5 Oct 2023
|
02:00 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.15.0
Changes: https://github.com/AnalogJ/lexicon/releases
92d868a |
Friday, 29 Sep 2023
|
14:19 Po-Chuan Hsieh (sunpoet)
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine
3754fc5 |
Monday, 21 Aug 2023
|
17:04 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.14.1
Changes: https://github.com/AnalogJ/lexicon/releases
4e6b908 |
Monday, 31 Jul 2023
|
16:40 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Sort USES
12a81c8 |
Saturday, 22 Jul 2023
|
07:46 Tobias C. Berner (tcberner)
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853
b28a739 |
Sunday, 9 Jul 2023
|
10:19 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.12.0
- Update version requirement of RUN_DEPENDS
- Convert to USE_PYTHON=pep517
- Add DUCKDNS option
Changes: https://github.com/AnalogJ/lexicon/releases
722053d |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
3d9a815 |
Monday, 30 Jan 2023
|
13:00 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.11.7
- Update version requirement of RUN_DEPENDS
Changes: https://github.com/AnalogJ/lexicon/releases
730d621 |
Wednesday, 11 Jan 2023
|
15:58 Dmitry Marakasov (amdmi3)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
77d6847 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 31 Aug 2022
|
11:41 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.11.4
Changes: https://github.com/AnalogJ/lexicon/releases
8cce6d7 |
Wednesday, 20 Jul 2022
|
14:21 Tobias C. Berner (tcberner)
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu>
* Bas Kruit <baskruit@bsltwr.dhis.org>
* Bruce M. Simpson <bms@FreeBSD.org>
* Carlos J Puga Medina <cpm@fbsd.es>
* Chris St Denis (<chris@ctgameinfo.com>)
* Clement Laforet <clement@FreeBSD.org>
* Clement Laforet <sheepkiller@cultdeadsheep.org>
* Dan Langille <dvl@FreeBSD.org>
* Dan Pelleg <daniel+mdnsd@pelleg.org>
* Dan Smith <dan@algenta.com>
* David O'Brien (obrien@NUXI.com)
* Dean Hollister <dean@odyssey.apana.org.au>
* Dirk Froemberg <dirk@FreeBSD.org>
* Dmitry Pryadko <d.pryadko@rambler-co.ru>
* Dmitry Sivachenko <mitya@yandex-team.ru>
* Dominik Brettnacher <domi@saargate.de>
* Douglas Thrift <douglas@douglasthrift.net>
* Edwin Groothuis (edwin@mavetju.org)
* Edwin Groothuis <edwin@mavetju.org>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Eyal Soha <esoha@attbi.com>
* Filip Parag <filip@parag.rs>
* Filippo Natali <filippo.natali@gmail.com>
* Frank Behrens
* Gea-Suan Lin <gslin@gslin.org>
* Geoffroy Desvernay <dgeo@centrale-marseille.fr>
* George Reid <greid@ukug.uk.freebsd.org>
* Goran Mekić <meka@tilda.center>
* Hajimu UMEMOTO <ume@FreeBSD.org>
* Herve Quiroz <hq@FreeBSD.org>
* Hirohisa Yamaguchi <umq@ueo.co.jp>
* Hye-Shik Chang <perky@fallin.lv>
* Jaap Akkerhuis <jaap@NLnetLabs.nl>
* James FitzGibbon <jfitz@FreeBSD.org>
* Jase Thew <freebsd@beardz.net>
* Jimmy Bergman jimmy@sigint.se
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Joe Barbish
* Jov <amutu@amutu.com>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Karl Dietz (Karl.Dietz@frankfurt.netsurf.de)
* Kirill Ponomarew <ponomarew@oberon.net>
* Koen Martens <gmc@sonologic.nl>
* Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
* Kostya Lukin <lukin@okbmei.msk.su>
* Kris Kennaway <kris@FreeBSD.org>
* Kubilay Kocak <koobs@FreeBSD.org>
* Kurt Jaeger <fbsd-ports@opsec.eu>
* Leo Vandewoestijne <freebsd@dns-lab.com>
* Leo Vandewoestijne <freebsd@dns.company>
* MIHIRA Yoshiro <sanpei@jp.FreeBSD.org>
* Marcin Gondek <drixter@e-utp.net>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Mark Linimon <linimon@lonesome.com>
* Mark Pulford <mark@kyne.com.au>
* Martin Matuska <mm@FreeBSD.org>
* Martin Wilke <miwi@FreeBSD.org>
* Matthew Hunt <mph@pobox.com>
* Matthew Seaman
* Michael Cardell Widerkrantz <mc@hack.org>
* Moritz Warning <moritzwarning@web.de>
* Natacha Porte <natbsd@instinctive.eu>
* Neil Blakey-Milner
* Olivier Duchateau
* Paul Chvostek <paul@it.ca>
* Paul Dlug <paul@aps.org>
* Philippe Pepiot <phil@philpep.org>
* Piotr Kubaj <pkubaj@FreeBSD.org>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Rafal Lesniak <fbsd@grid.einherjar.de>
* Roman Shterenzon <roman@xpert.com>
* Rong-En Fan <rafan@FreeBSD.org>
* Roy Marples <roy@marples.name>
* Ryan Steinmetz <rpsfa@rit.edu>
* Ryan Steinmetz <zi@FreeBSD.org>
* Sahil Tandon <sahil@tandon.net>
* Seamus Venasse <svenasse@polaris.ca>
* Sergei Kolobov <sergei@FreeBSD.org>
* Sergei Kolobov <sergei@kolobov.com>
* Sergey Matveychuk <sem@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Simon Dick <simond@irrelevant.org>
* Stefan Esser <se@FreeBSD.org>
* Steve Wills <swills@FreeBSD.org>
* Steve Wills <swills@freebsd.org>
* Steven Honson
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
* Timothy Beyer <beyert@cs.ucr.edu>
* Waitman Gobble <waitman@waitman.net>
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Zane C, Bowers <vvelox@vvelox.net>
* adamw
* alexis
* andrew@ugh.net.au
* bkhl
* clsung
* clsung@dragon2.net
* dglo@ssec.wisc.edu
* dnscheckengine-port@academ.com (Stan Barber)
* fenner
* geniusj@ods.org
* ijliao
* ismail.yenigul@endersys.com.tr
* krion
* mark@foster.cc
* n@nectar.com
* roam@FreeBSD.org
* rodrigc@FreeBSD.org
* rpsfa@rit.edu
* sten@blinkenlights.nl
With hat: portmgr
66ee090 |
Wednesday, 29 Jun 2022
|
16:32 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.11.3
Changes: https://github.com/AnalogJ/lexicon/releases
84d4297 |
Friday, 3 Jun 2022
|
09:00 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.11.2
Changes: https://github.com/AnalogJ/lexicon/releases
861d945 |
Sunday, 22 May 2022
|
04:37 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.11.1
Changes: https://github.com/AnalogJ/lexicon/releases
14e2793 |
Friday, 13 May 2022
|
19:30 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.11.0
Changes: https://github.com/AnalogJ/lexicon/releases
e7ed7be |
11:39 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.10.0
Changes: https://github.com/AnalogJ/lexicon/releases
e14d4b4 |
Tuesday, 26 Apr 2022
|
15:01 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.9.5
Changes: https://github.com/AnalogJ/lexicon/releases
b15032a |
Monday, 7 Mar 2022
|
18:11 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.9.4
Changes: https://github.com/AnalogJ/lexicon/releases
95e6cc5 |
Tuesday, 1 Mar 2022
|
02:10 Muhammad Moinur Rahman (bofh)
Update dependency to py-dnspython
After adding py-dnspython1 and updating py-dnspython to 2.2.0 update
some dependency of ports.
75c97e7 |
Monday, 28 Feb 2022
|
23:40 Muhammad Moinur Rahman (bofh)
dns/py-dnspython: Revert 7fc16da
- Remove duplicate PORTVERSION based on PYTHON_MAJOR_VER
- Add PORTEPOCH as version number going backwards 2.1.0=>1.16.0
- Restrict python upto 3.7
- Fix finance/electrum which was changed based on this.
- Fix dns/py-dns-lexicon which was changed based on this.
PR: 261325
Approved by: portmgr
Fixes: 7fc16da dns/py-dnspython: Update to 2.1.0 for Python 3
08b5ebc |
Friday, 28 Jan 2022
|
23:26 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Change RUN_DEPENDS from py-dnspython2 to py-dnspython after
7fc16dab8458ce6df36c53fd1139da2475c57d1d
- Bump PORTREVISION for dependency change
8f4f315 |
Tuesday, 25 Jan 2022
|
19:50 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.9.2
- Remove TRANSIP option
Changes: https://github.com/AnalogJ/lexicon/releases
08f0549 |
Sunday, 23 Jan 2022
|
18:47 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.9.0
Changes: https://github.com/AnalogJ/lexicon/releases
589b55c |
Sunday, 21 Nov 2021
|
18:20 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.8.3
Changes: https://github.com/AnalogJ/lexicon/releases
cc77035 |
Friday, 5 Nov 2021
|
19:14 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.8.2
Changes: https://github.com/AnalogJ/lexicon/releases
6a7644b |
Monday, 25 Oct 2021
|
21:46 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.8.1
Changes: https://github.com/AnalogJ/lexicon/releases
26cfa3b |
Wednesday, 13 Oct 2021
|
19:13 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.8.0
Changes: https://github.com/AnalogJ/lexicon/releases
e2f0472 |
Tuesday, 21 Sep 2021
|
22:23 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Add OCI option
277e1cc |
03:44 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.7.0
Changes: https://github.com/AnalogJ/lexicon/releases
8cd6194 |
Tuesday, 6 Jul 2021
|
14:56 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.6.1
Changes: https://github.com/AnalogJ/lexicon/releases
ee182e9 |
Sunday, 20 Jun 2021
|
11:37 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Add DDNS option
1a724c7 |
Monday, 14 Jun 2021
|
17:40 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Update to 3.6.0
- Remove NAMECHEAP and PLESK options
Changes: https://github.com/AnalogJ/lexicon/releases
e722d5a |
Sunday, 18 Apr 2021
|
05:43 Po-Chuan Hsieh (sunpoet)
dns/py-dns-lexicon: Sort RUN_DEPENDS
7a6f440 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 15 Nov 2020
|
18:03 sunpoet
Update to 3.5.0
- Update version requirement of RUN_DEPENDS
- Remove EASYNAME, GRATISDNS, HENET and SUBREG options
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Saturday, 8 Aug 2020
|
10:20 sunpoet
Update to 3.3.28
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Thursday, 9 Jul 2020
|
18:09 sunpoet
Update to 3.3.27
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Friday, 19 Jun 2020
|
16:05 sunpoet
Update to 3.3.26
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Wednesday, 17 Jun 2020
|
18:01 sunpoet
Update to 3.3.25
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Sunday, 14 Jun 2020
|
14:24 sunpoet
Update to 3.3.24
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Wednesday, 3 Jun 2020
|
18:10 sunpoet
Update to 3.3.23
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Friday, 8 May 2020
|
20:53 sunpoet
Update to 3.3.22
- Remove HETZNER option
Changes: https://github.com/AnalogJ/lexicon/releases
 |
08:49 sunpoet
Update to 3.3.21
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Monday, 4 May 2020
|
19:19 sunpoet
Update to 3.3.20
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Tuesday, 31 Mar 2020
|
23:03 sunpoet
Update to 3.3.19
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Saturday, 28 Mar 2020
|
12:54 sunpoet
Update to 3.3.18
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Wednesday, 15 Jan 2020
|
17:46 sunpoet
Update to 3.3.17
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Monday, 13 Jan 2020
|
17:41 sunpoet
Add EASYNAME, GRANSY, GRATISDNS, HENET, HETZNER, LOCALZONE, NAMECHEAP, PLESK,
ROUTE53, SOFTLAYER, SUBREG and TRANSIP options
 |
Sunday, 12 Jan 2020
|
16:07 sunpoet
Update to 3.3.16
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Saturday, 11 Jan 2020
|
10:41 sunpoet
Update to 3.3.15
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Thursday, 9 Jan 2020
|
17:53 sunpoet
Update to 3.3.14
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Sunday, 5 Jan 2020
|
15:45 sunpoet
Update to 3.3.13
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Sunday, 29 Dec 2019
|
12:55 sunpoet
Update to 3.3.12
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Sunday, 8 Dec 2019
|
17:03 sunpoet
Update to 3.3.11
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Monday, 18 Nov 2019
|
18:11 sunpoet
Update to 3.3.10
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Friday, 15 Nov 2019
|
13:21 sunpoet
Update to 3.3.9
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Sunday, 27 Oct 2019
|
23:07 sunpoet
Update to 3.3.8
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Friday, 25 Oct 2019
|
19:09 sunpoet
Update to 3.3.7
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Thursday, 24 Oct 2019
|
16:43 sunpoet
Update to 3.3.6
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Wednesday, 23 Oct 2019
|
17:45 sunpoet
Update to 3.3.5
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Sunday, 20 Oct 2019
|
17:11 sunpoet
Update to 3.3.4
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Wednesday, 28 Aug 2019
|
23:52 sunpoet
Update to 3.3.3
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Monday, 26 Aug 2019
|
11:48 sunpoet
Update to 3.3.2
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Sunday, 21 Jul 2019
|
20:48 sunpoet
Update to 3.3.1
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Friday, 12 Jul 2019
|
11:02 sunpoet
Update to 3.3.0
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Saturday, 29 Jun 2019
|
20:52 sunpoet
Update to 3.2.9
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Thursday, 27 Jun 2019
|
20:04 sunpoet
Update to 3.2.8
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Thursday, 20 Jun 2019
|
19:09 sunpoet
Update to 3.2.7
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Tuesday, 21 May 2019
|
18:04 sunpoet
Update to 3.2.6
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Sunday, 12 May 2019
|
20:10 sunpoet
Update to 3.2.5
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Thursday, 25 Apr 2019
|
18:29 sunpoet
Update to 3.2.4
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Saturday, 20 Apr 2019
|
23:07 sunpoet
Update to 3.2.3
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Friday, 19 Apr 2019
|
23:26 sunpoet
Update to 3.2.2
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Wednesday, 10 Apr 2019
|
06:18 antoine
Bump a few PORTREVISIONs after r498529
With hat: portmgr
 |
Sunday, 7 Apr 2019
|
20:06 sunpoet
Update to 3.2.1
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Saturday, 6 Apr 2019
|
14:43 sunpoet
Update to 3.2.0
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Friday, 5 Apr 2019
|
22:44 sunpoet
Update to 3.1.7
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Thursday, 7 Mar 2019
|
17:32 sunpoet
Update to 3.1.6
Changes: https://github.com/AnalogJ/lexicon/releases
 |
Wednesday, 6 Mar 2019
|
18:08 sunpoet
Update to 3.1.5
- Take maintainership
Changes: https://github.com/AnalogJ/lexicon/releases
PR: 236273
Submitted by: sunpoet (myself)
Approved by: Goran Mekic <meka@tilda.center> (maintainer)
 |
Friday, 23 Nov 2018
|
15:12 swills
dns/py-dns-lexicon: Update to 2.7.14
PR: 233246
Submitted by: Goran Mekic <meka@tilda.center> (maintainer)
 |
Sunday, 7 Oct 2018
|
05:12 swills
dns/py-dns-lexicon: update to 2.7.9
PR: 231978
Submitted by: Goran Mekic <meka@tilda.center> (maintainer)
 |
Saturday, 21 Jul 2018
|
09:31 wen
- Update to 2.7.0
PR: 229919
Submitted by: meka@tilda.center(maintainer)
 |
Thursday, 28 Jun 2018
|
20:51 swills
dns/py-dns-lexicon: Update to 2.4.4
PR: 229364
Submitted by: Goran Mekic <meka@tilda.center> (maintainer)
 |
Wednesday, 20 Jun 2018
|
17:05 mat
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
 |
Monday, 18 Jun 2018
|
13:16 swills
dns/py-dns-lexicon: Update to 2.4.3
PR: 229104
Submitted by: Goran Mekic <meka@tilda.center> (maintainer)
 |
Sunday, 27 May 2018
|
20:29 krion
Update to 2.3.0
PR: 228537
Submitted by: maintiner
 |
Saturday, 12 May 2018
|
16:59 dbaio
dns/py-dns-lexicon: Update to 2.2.3
PR: 228168
Submitted by: Goran Mekic <meka@tilda.center> (maintainer)
 |
Saturday, 5 May 2018
|
17:45 sunpoet
Update to 2.2.2
Changes: https://github.com/AnalogJ/lexicon/releases
PR: 227992
Submitted by: Goran Mekic <meka@tilda.center> (maintainer)
 |
Thursday, 12 Apr 2018
|
09:30 yuri
dns/py-dns-lexicon: Update 2.1.24 -> 2.2.1
Also sorted RUN_DEPENDS and reordered USE_PYTHON.
PR: 227457
Submitted by: Goran Mekic <meka@tilda.center> (maintainer)
 |
Wednesday, 21 Mar 2018
|
19:04 sunpoet
Update to 2.1.24
Changes: https://github.com/AnalogJ/lexicon/releases
PR: 226819
Submitted by: Goran Mekic <meka@tilda.center> (maintainer)
 |
Friday, 2 Mar 2018
|
04:33 yuri
dns/py-dns-lexicon: Update to 2.1.20
Also removed version numbers of dependencies.
PR: 226280
Submitted by: Goran Mekic <meka@tilda.center>
Approved by: tcberner (mentor, implicit)
 |
Number of commits found: 113 (showing only 100 on this page) |