notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: devel/py-yunomi/Makefile
SVNWeb

Number of commits found: 16

Wed, 11 Jan 2023
[ 15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  77d6847  (Only the first 10 of 3335 ports in this commit are shown above. View all ports for this commit)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 26 May 2021
[ 12:55 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:817ba01d1c9c47a4543af2a974d3fadee60e0356  commit hash:817ba01d1c9c47a4543af2a974d3fadee60e0356  commit hash:817ba01d1c9c47a4543af2a974d3fadee60e0356  817ba01 
devel/py-yunomi: Cosmetic change
Tue, 11 May 2021
[ 21:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:8bc6ef43478074a22bc1e77243f017fa313cd975  commit hash:8bc6ef43478074a22bc1e77243f017fa313cd975  commit hash:8bc6ef43478074a22bc1e77243f017fa313cd975  8bc6ef4 
devel/py-yunomi: Clean up
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 28 Dec 2020
[ 23:02 antoine search for other commits by this committer ] Original commit   Revision:559531 (Only the first 10 of 1942 ports in this commit are shown above. View all ports for this commit)
Drop python 2.7 support from a few ports

With hat:	portmgr
Sun, 25 Feb 2018
[ 05:33 sunpoet search for other commits by this committer ] Original commit   Revision:462920
Relax USES=python

- Add LICENSE_FILE
- Simplify concurrent installation:
  - Use USE_PYTHON=concurrent
  - Remove DOCSDIR
- Add NO_ARCH
- Add PyPI as primary WWW
- Take maintainership
Sat, 24 Feb 2018
[ 08:52 tcberner search for other commits by this committer ] Original commit   Revision:462775 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Give xmj@'s ports back to the pool

PR:		226157
Submitted by:	xmj
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
Convert Python ports to FLAVORS.

  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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 23 Jun 2016
[ 09:48 tz search for other commits by this committer ] Original commit   Revision:417356 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the owner
requested.

This only affects "Created by" lines with one exception: devel/uclcmd. There the
maintainer is changed. This was overlooked in r416918.

Approved by: junovitch (mentor)
Wed, 15 Jun 2016
[ 09:04 tz search for other commits by this committer ] Original commit   Revision:416918 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Change MAINTAINER from xmj@FreeBSD.org to johannes@perceivon.net

PR:           210265
Submitted by: Johannes Jost Meixner (johannes@perceivon.net)
Approved by:  pi (mentor)
Wed, 25 May 2016
[ 16:54 pi search for other commits by this committer ] Original commit   Revision:415848 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Several ports: Change MAINTAINER from xmj@chaot.net to xmj@FreeBSD.org

PR:		209746
Submitted by:	xmj
Mon, 20 Oct 2014
[ 16:04 mva search for other commits by this committer ] Original commit   Revision:371280 (Only the first 10 of 564 ports in this commit are shown above. View all ports for this commit)
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
Mon, 9 Jun 2014
[ 14:32 mva search for other commits by this committer ] Original commit   Revision:357157
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
Sat, 7 Dec 2013
[ 19:00 wg search for other commits by this committer ] Original commit   Revision:335841
devel/py-yunomi: Metrics library with rate, distribution and timing information

yunomi provides insights to the internal behavior of an application, providing
useful statistics and metrics on selected portions of your code. It's a Python
port of the core portion of a Java Metrics library by Coda Hale.

WWW: https://github.com/dreid/yunomi

PR:		ports/184581
Submitted by:	Johannes Jost Meixner <xmj chaot.net>

Number of commits found: 16