aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-python-lhafile
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
* archivers/py-python-lhafile: Update to 0.2.2Yuri Victorovich2018-02-123-8/+11
| | | | | | | | | | | | | | | Additional port changes: * Changed MASTER_SITES to CHEESESHOP * Added DISTNAME because CHEESESHOP has lhafile as name * Updated/added to desctiption in pkg-descr * Changed WWW URL to the https:// version PR: 225839 Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer) Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=461548
* - Add archives/py-python-lhafileDmitry Marakasov2016-09-063-0/+29
The interface is like zipfile extension included in regular python distribution. WWW: http://fengestad.no/python-lhafile/ PR: 211279 Submitted by: cs@innolan.dk Notes: svn path=/head/; revision=421451