12 Commits

Author SHA1 Message Date
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
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
espie
346b5bc6dc normalize pkgpath 2011-09-16 12:29:12 +00:00
rpointel
b9417a33bb bump after default python version switch. 2011-06-08 17:35:54 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
sthen
8909c03b58 bumps for python 2010-08-30 21:47:46 +00:00
ajacoutot
127208401d First pass at new REVISION/DEPENDS... not finished yet. 2010-07-30 06:58:57 +00:00
jasper
4c5694de70 - more missing package name bumps 2009-03-25 13:39:40 +00:00
ajacoutot
371276505d Import GAMMApage-0.5
GAMMApage is a gamma-adjusting utility for your monitor.  It is able to
adjust gamma on the fly and save settings to be used at each login (on
a per-user basis, GAMMApage will only write to the user's home
directory).


tested by several, ok simon@
2007-11-13 07:12:30 +00:00