aboutsummaryrefslogtreecommitdiff
path: root/dns/py-dns-lexicon
Commit message (Collapse)AuthorAgeFilesLines
* dns/py-dns-lexicon: Update to 3.17.0Po-Chuan Hsieh2023-11-142-9/+6
| | | | | | - Remove DDNS and DUCKDNS options Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-lexicon: Update to 3.16.1Po-Chuan Hsieh2023-11-012-4/+4
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-lexicon: Update to 3.16.0Po-Chuan Hsieh2023-10-162-4/+4
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-lexicon: Update to 3.15.0Po-Chuan Hsieh2023-10-052-6/+12
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* *: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}Po-Chuan Hsieh2023-09-291-2/+2
| | | | | | | | | | - 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
* dns/py-dns-lexicon: Update to 3.14.1Po-Chuan Hsieh2023-08-212-5/+5
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-lexicon: Sort USESPo-Chuan Hsieh2023-07-311-1/+1
|
* framework: convert tree to use USES=pycryptographyTobias C. Berner2023-07-221-2/+1
| | | | | | | A future commit will update to security/py-cryptography will introduce a rust dependency. PR: 254853
* dns/py-dns-lexicon: Update to 3.12.0Po-Chuan Hsieh2023-07-092-8/+11
| | | | | | | | - Update version requirement of RUN_DEPENDS - Convert to USE_PYTHON=pep517 - Add DUCKDNS option Changes: https://github.com/AnalogJ/lexicon/releases
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | 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>
* dns/py-dns-lexicon: Update to 3.11.7Po-Chuan Hsieh2023-01-302-5/+6
| | | | | | - Update version requirement of RUN_DEPENDS Changes: https://github.com/AnalogJ/lexicon/releases
* */*: rename CHEESESHOP to PYPI in MASTER_SITESDmitry Marakasov2023-01-111-1/+1
| | | | | | PR: 267994 Differential revision: D37518 Approved by: bapt
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* dns/py-dns-lexicon: Update to 3.11.4Po-Chuan Hsieh2022-08-312-4/+4
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* dns: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* dns/py-dns-lexicon: Update to 3.11.3Po-Chuan Hsieh2022-06-292-4/+4
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-lexicon: Update to 3.11.2Po-Chuan Hsieh2022-06-032-4/+5
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-lexicon: Update to 3.11.1Po-Chuan Hsieh2022-05-222-4/+4
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-lexicon: Update to 3.11.0Po-Chuan Hsieh2022-05-132-4/+4
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-lexicon: Update to 3.10.0Po-Chuan Hsieh2022-05-132-4/+4
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-lexicon: Update to 3.9.5Po-Chuan Hsieh2022-04-262-4/+4
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-lexicon: Update to 3.9.4Po-Chuan Hsieh2022-03-072-5/+4
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* Update dependency to py-dnspythonMuhammad Moinur Rahman2022-03-011-2/+2
| | | | | After adding py-dnspython1 and updating py-dnspython to 2.2.0 update some dependency of ports.
* dns/py-dnspython: Revert 7fc16daMuhammad Moinur Rahman2022-02-281-2/+2
| | | | | | | | | | | - 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
* dns/py-dns-lexicon: Change RUN_DEPENDS from py-dnspython2 to py-dnspython ↵Po-Chuan Hsieh2022-01-281-1/+2
| | | | | | after 7fc16dab8458ce6df36c53fd1139da2475c57d1d - Bump PORTREVISION for dependency change
* dns/py-dns-lexicon: Update to 3.9.2Po-Chuan Hsieh2022-01-252-7/+5
| | | | | | - Remove TRANSIP option Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-lexicon: Update to 3.9.0Po-Chuan Hsieh2022-01-232-5/+5
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-lexicon: Update to 3.8.3Po-Chuan Hsieh2021-11-212-4/+4
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-lexicon: Update to 3.8.2Po-Chuan Hsieh2021-11-052-4/+4
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-lexicon: Update to 3.8.1Po-Chuan Hsieh2021-10-252-4/+4
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-lexicon: Update to 3.8.0Po-Chuan Hsieh2021-10-132-16/+16
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-lexicon: Add OCI optionPo-Chuan Hsieh2021-09-211-1/+3
|
* dns/py-dns-lexicon: Update to 3.7.0Po-Chuan Hsieh2021-09-212-4/+4
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-lexicon: Update to 3.6.1Po-Chuan Hsieh2021-07-062-4/+4
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-lexicon: Add DDNS optionPo-Chuan Hsieh2021-06-201-1/+3
|
* dns/py-dns-lexicon: Update to 3.6.0Po-Chuan Hsieh2021-06-142-13/+8
| | | | | | - Remove NAMECHEAP and PLESK options Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-lexicon: Sort RUN_DEPENDSPo-Chuan Hsieh2021-04-181-2/+2
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 3.5.0Sunpoet Po-Chuan Hsieh2020-11-152-27/+19
| | | | | | | | | | - Update version requirement of RUN_DEPENDS - Remove EASYNAME, GRATISDNS, HENET and SUBREG options Changes: https://github.com/AnalogJ/lexicon/releases Notes: svn path=/head/; revision=555318
* Update to 3.3.28Sunpoet Po-Chuan Hsieh2020-08-082-5/+6
| | | | | | | Changes: https://github.com/AnalogJ/lexicon/releases Notes: svn path=/head/; revision=544421
* Update to 3.3.27Sunpoet Po-Chuan Hsieh2020-07-092-4/+4
| | | | | | | Changes: https://github.com/AnalogJ/lexicon/releases Notes: svn path=/head/; revision=541779
* Update to 3.3.26Sunpoet Po-Chuan Hsieh2020-06-192-4/+4
| | | | | | | Changes: https://github.com/AnalogJ/lexicon/releases Notes: svn path=/head/; revision=539639
* Update to 3.3.25Sunpoet Po-Chuan Hsieh2020-06-172-4/+4
| | | | | | | Changes: https://github.com/AnalogJ/lexicon/releases Notes: svn path=/head/; revision=539453
* Update to 3.3.24Sunpoet Po-Chuan Hsieh2020-06-142-4/+4
| | | | | | | Changes: https://github.com/AnalogJ/lexicon/releases Notes: svn path=/head/; revision=538773
* Update to 3.3.23Sunpoet Po-Chuan Hsieh2020-06-032-4/+4
| | | | | | | Changes: https://github.com/AnalogJ/lexicon/releases Notes: svn path=/head/; revision=537663
* Update to 3.3.22Sunpoet Po-Chuan Hsieh2020-05-082-9/+5
| | | | | | | | | - Remove HETZNER option Changes: https://github.com/AnalogJ/lexicon/releases Notes: svn path=/head/; revision=534454
* Update to 3.3.21Sunpoet Po-Chuan Hsieh2020-05-082-4/+4
| | | | | | | Changes: https://github.com/AnalogJ/lexicon/releases Notes: svn path=/head/; revision=534361
* Update to 3.3.20Sunpoet Po-Chuan Hsieh2020-05-042-4/+4
| | | | | | | Changes: https://github.com/AnalogJ/lexicon/releases Notes: svn path=/head/; revision=533957
* Update to 3.3.19Sunpoet Po-Chuan Hsieh2020-03-312-4/+4
| | | | | | | Changes: https://github.com/AnalogJ/lexicon/releases Notes: svn path=/head/; revision=530069