Commit Graph

31 Commits

Author SHA1 Message Date
sthen
d858b7cc2a Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
2022-11-26 23:28:11 +00:00
ajacoutot
df1eac83dd Update to libpwquality-1.4.5. 2022-11-19 09:18:48 +00:00
sthen
716f142842 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:29:09 +00:00
ajacoutot
25de91b267 Remove jasper@ from MAINTAINER; I am the sole hobbit nowadays...
Discussed with jasper@
2022-11-04 09:14:21 +00:00
sthen
47ff250980 make sure setuptools is present at build time 2022-08-19 09:12:34 +00:00
sthen
eed574102a Fix ports for newer py3-setuptools; mostly just PLIST regens after some
files were dropped (mostly entry_points.txt) or .egg-info files changed
to directories. Small patches were needed where some other build systems
were calling Python tools to install due to changes in setuptools.
Messy patching needed for games/0ad which bundles a spidermonkey tar of
a specific version and patches it using files in its own distribution.

Been through a bulk on i386, plus I tested a few things separately on
amd64 where fallout from the recent qscintilla update has broken some ports
on !LP64 which was blocking them on i386.
2022-08-18 02:24:48 +00:00
naddy
8c0294c2fa drop RCS Ids 2022-03-11 19:53:16 +00:00
sthen
29389da44c bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:15 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
ajacoutot
b95ae9a62e Update to libpwquality-1.4.4. 2020-10-13 11:48:42 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
ajacoutot
4ab4f85ac5 Move to py3. 2020-05-16 10:41:32 +00:00
ajacoutot
b10785bc1e Update to libpwquality-1.4.2. 2019-11-02 14:18:41 +00:00
ajacoutot
a53ad684aa Update to libpwquality-1.4.1. 2019-09-27 16:02:26 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
naddy
792b694c0a switch to CONFIGURE_STYLE=autoreconf 2019-05-19 19:13:45 +00:00
ajacoutot
79215aa987 Typo in COMMENT.
from Ross L Richardson, thanks
2019-02-18 08:02:04 +00:00
ajacoutot
17477a5741 Drop HOMEPAGE, it's on github now. 2018-05-29 16:00:08 +00:00
ajacoutot
f2ce9fe8ca Update to libpwquality-1.4.0. 2018-02-27 09:28:07 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
ajacoutot
1095470f5e Update to libpwquality-1.3.0. 2015-07-24 06:18:21 +00:00
ajacoutot
9f7b16e48d Tweaks, no pkg change. 2014-08-14 06:40:00 +00:00
ajacoutot
b5996d34b0 Update to libpwquality-1.2.4. 2014-08-14 06:38:51 +00:00
ajacoutot
c611a41f46 Update to libpwquality-1.2.3. 2013-09-24 14:57:14 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
jasper
5a01675bf3 ${HOBBITS} take maintainership 2012-06-19 09:48:04 +00:00
jasper
87d2271924 oh crumbs...upstream rolled a new release with out patches. bump to 1.1.1 2012-06-13 15:26:16 +00:00
jasper
84c8aa8a35 import libpwquality 1.1.0
The libpwquality library purpose is to provide common functions for
password quality checking and also scoring them based on their apparent
randomness. The library also provides a function for generating random
passwords with good pronounceability. The library supports reading and
parsing of a configuration file.

including patches that have been committed upstream to disable pam, as
suggested by and ok aja@
2012-06-13 15:13:09 +00:00