/security/mhash/

name>mat mat@FreeBSD.org 2018-06-20T16:59:31+00:00 2840483d3ef222be73090e8e703d1b6847e69894 - py-qt have their framework - depending on a single file breaks with multiple flavors. Sponsored by: Absolight
- py-qt have their framework
- depending on a single file breaks with multiple flavors.

Sponsored by:	Absolight
Convert Python ports to FLAVORS. 2017-11-30T15:50:30+00:00 mat mat@FreeBSD.org 2017-11-30T15:50:30+00:00 32512cab3e8dd90b7cd0525bb5dc98007db431e2 Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Update RUN_DEPENDS: use newer twisted 2017-08-20T15:10:25+00:00 rodrigo rodrigo@FreeBSD.org 2017-08-20T15:10:25+00:00 99a6ebe52bf5f66d3a55daf9c294543a576090ae Bump PORTREVISION for dependency change PR: 221663 Submitted by: sunpoet
Bump PORTREVISION for dependency change

PR:		221663
Submitted by:	sunpoet
Unbreak splatd and take maintenership for this port 2017-03-27T23:07:20+00:00 rodrigo rodrigo@FreeBSD.org 2017-03-27T23:07:20+00:00 8d9ff77318d6e2b637725cddb7efca2b2d266643 - move from google code to github - change WWW in descr - generate a new sum for the archive
- move from google code to github
- change WWW in descr
- generate a new sum for the archive
Mark the remaining ports depending on Google Code as DEPRECATED, with an 2017-03-03T16:00:19+00:00 mat mat@FreeBSD.org 2017-03-03T16:00:19+00:00 1a7dd7fe0e1c3a39f6025f34cf9f511028d1f53e EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
GOOGLE_CODE has gone away. 2016-09-14T15:59:34+00:00 mat mat@FreeBSD.org 2016-09-14T15:59:34+00:00 26f4e5927b33637101bdfee46dfcf88f0d5bcfc2 - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01T14:16:16+00:00 mat mat@FreeBSD.org 2016-04-01T14:16:16+00:00 c60c1d09235abbfd733e901b1872b86adc82027c With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight
- Add LICENSE_FILE 2015-12-31T10:59:07+00:00 amdmi3 amdmi3@FreeBSD.org 2015-12-31T10:59:07+00:00 fbe9871c4b914834dda15e152051aeb53621e301 - Add NO_ARCH - Switch to options helpers
- Add NO_ARCH
- Switch to options helpers