aboutsummaryrefslogtreecommitdiff
path: root/net/py-radix
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Relax hardcoded paths to fix build with Python 3.8.7Kai Knoblich2020-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the shared libs naming scheme. This means "EXT_SUFFIX" is now derived from SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so". The affected ports strip the libaries in the "post-install" target via hardcoded path(s) and the build fails at the end because the new extension is not expected at this place. Remedy the issue by adding wildcards to these paths. This should also prepare the ports for future Python releases, which will use the new shared libs naming scheme. [1] https://bugs.python.org/issue42604 PR: 252057 Reported by: John Kennedy Reviewed by: fluffy, koobs Approved by: koobs (python) Notes: svn path=/head/; revision=559094
* net/py-radix: Upgrade to 0.10.0Steve Wills2018-02-162-4/+7
| | | | | | | | | PR: 225610 Submitted by: John W. O'Brien <john@saltant.com> Approved by: maintainer timeout (lerik@nolink.net, > 2 weeks) Notes: svn path=/head/; revision=461962
* - Update to 0.9.6Wen Heping2016-06-283-6/+9
| | | | | | | | | | | | - Add LICENSE - Update WWW PR: 209524 Submitted by: john@saltant.com Approved by: maintainer(timeout, >40 days) Notes: svn path=/head/; revision=417751
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* - Convert ports of net/ to new USES=pythonMarcus von Appen2014-10-241-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371449
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-101-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361440
* - Convert to PYDISTUTILS_AUTOPLISTMartin Wilke2014-01-311-2/+2
| | | | | | | | - Stage support - Bump PORTREV Notes: svn path=/head/; revision=341956
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 0.5Li-Wen Hsu2008-02-222-4/+4
| | | | | | | | | PR: ports/119297 Submitted by: Oleg Ukraincev <oleg AT ht-systems.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=207742
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Add py-radix - a python radix tree implementation.Vsevolod Stakhov2005-08-293-0/+31
PR: 84779 Submitted by: Lars Erik Gullerud <lerik@nolink.net> Approved by: perky (mentor) Notes: svn path=/head/; revision=141312