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
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: devel/tailor/Makefile
SVNWeb

Number of commits found: 29

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)
Sat, 13 Aug 2022
[ 18:51 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:875d7c7d1985049af69dcafec40b6669c562781c  commit hash:875d7c7d1985049af69dcafec40b6669c562781c  commit hash:875d7c7d1985049af69dcafec40b6669c562781c  875d7c7  (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
*: bump PORTREVISION of all devel/xxhash users...

...except archivers/py-borgbackup, which requires a more complete fix.
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)
Fri, 11 Jun 2021
[ 20:23 Neel Chauhan (nc) search for other commits by this committer Author: Chris Hutchinson ]    commit hash:df2cb225d0f18bb648d40d555b2070e6e48a2bfe  commit hash:df2cb225d0f18bb648d40d555b2070e6e48a2bfe  commit hash:df2cb225d0f18bb648d40d555b2070e6e48a2bfe  df2cb22 
devel/tailor: update to 0.9.37

PR:	256543
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.
Tue, 15 Dec 2020
[ 10:24 rhurlin search for other commits by this committer ] Original commit   Revision:558151
devel/tailor: Re-add port and update to 0.9.36

Re-add expired port and update from 0.9.35 to 0.9.36.
Use Python 3.7+ now.

PR:		251777
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D27590
Sun, 8 Mar 2020
[ 17:01 antoine search for other commits by this committer ] Original commit   Revision:528058 (Only the first 10 of 187 ports in this commit are shown above. View all ports for this commit)
Deprecate some ports using deprecated version of python

With hat:	portmgr
Sat, 19 Oct 2019
[ 12:21 rakuco search for other commits by this committer ] Original commit   Revision:514793 (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
Switch MASTER_SITES and WWW to https in Chris' ports.

PR:		241272
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
Thu, 11 Jan 2018
[ 14:18 danfe search for other commits by this committer ] Original commit   Revision:458739 (Only the first 10 of 100 ports in this commit are shown above. View all ports for this commit)
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
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)
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 12 Jan 2016
[ 21:10 amdmi3 search for other commits by this committer ] Original commit   Revision:405915
- Unbreak fetch
- Pass maintainership to submitter
- While here, also
  - Add LICENSE
  - Add NO_ARCH
  - Silence mkdir

PR:		206166
Submitted by:	portmaster@bsdforge.com
Mon, 9 Nov 2015
[ 12:59 antoine search for other commits by this committer ] Original commit   Revision:401096 (Only the first 10 of 285 ports in this commit are shown above. View all ports for this commit)
Mark a few ports BROKEN: unfetchable
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)
Sun, 17 Aug 2014
[ 12:29 mva search for other commits by this committer ] Original commit   Revision:365179
- Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,
  there is no need to touch the plist.

With hat:	python@
Wed, 9 Jul 2014
[ 05:01 vanilla search for other commits by this committer ] Original commit   Revision:361334
1: Stagify.
2: add INSTALLS_EGGINFO, bump version.
Fri, 4 Jul 2014
[ 12:06 bapt search for other commits by this committer ] Original commit   Revision:360604 (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Fri, 20 Sep 2013
[ 17:17 bapt search for other commits by this committer ] Original commit   Revision:327726 (Only the first 10 of 623 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Sun, 15 Feb 2009
[ 14:05 miwi search for other commits by this committer ] Original commit 
- Fix maintainer mail adress

Approved by:    linimon (portmgr)
[ 13:34 miwi search for other commits by this committer ] Original commit 
- Update to 0.9.35

PR:             131272
Submitted by:   Wen Heping <wenheping@gmail.com>
Approved by:    maintianer timeout
Mon, 2 Jun 2008
[ 05:45 rafan search for other commits by this committer ] Original commit 
- Update to 0.9.34
- Pass maintainership to submitter

PR:             ports/124195
Submitted by:   Aryeh M. Friedman <aryeh.friedman at gmail.com>
Mon, 14 Apr 2008
[ 08:36 clsung search for other commits by this committer ] Original commit 
- Update to 0.9.31
Wed, 19 Mar 2008
[ 13:07 rafan search for other commits by this committer ] Original commit 
- Update to 0.9.30
[ 12:47 lippe search for other commits by this committer ] Original commit 
- Drop maintainership of this maintainer.

PR:             ports/121790
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
Approved by:    gabor (mentor)
Mon, 6 Aug 2007
[ 20:32 araujo search for other commits by this committer ] Original commit 
- Update to 0.9.29.

PR:             ports/115093
Submitted by:   Ulrich Spoerlein <uspoerlein@gmail.com>
Approved by:    pav (portmgr, in mentor's absence)
Fri, 25 May 2007
[ 21:50 miwi search for other commits by this committer ] Original commit 
- Update to 0.9.28

PR:             112425
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
Thu, 25 Jan 2007
[ 15:23 rafan search for other commits by this committer ] Original commit 
- Update to 0.9.27
- Pass maintainership to submitter

PR:             ports/108318
Submitted by:   NIIMI Satoshi <sa2c at sa2c.net>
Approved by:    Rui Lopes <rgl at ruilopes.com> (maintainer)
Thu, 17 Aug 2006
[ 19:19 rafan search for other commits by this committer ] Original commit 
- Update to 0.9.26

PR:             ports/102178
Submitted by:   Rui Lopes <rgl at ruilopes.com> (maintainer)
Thu, 29 Jun 2006
[ 10:59 itetcu search for other commits by this committer ] Original commit 
Tailor is a tool to migrate changesets between ArX, Bazaar, Bazaar-NG,
CVS, Codeville, Darcs, Git, Mercurial, Monotone, Subversion and Tla
repositories.

WWW: http://www.darcs.net/DarcsWiki/Tailor/VersionOne

PR:             ports/99035
Submitted by:   Rui Lopes <rgl ruilopes com>

Number of commits found: 29