notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: textproc/cdiff/Makefile

Number of commits found: 33

Wednesday, 10 Apr 2019
06:18 antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
Original commitRevision:498530 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
  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
Original commitRevision:455210 
Tuesday, 23 May 2017
12:41 mat search for other commits by this committer
Add a few commits after 1.0, it adds the ability to set the tab width.

Sponsored by:	Absolight
Original commitRevision:441518 
12:34 mat search for other commits by this committer
Update to 1.0.

Sponsored by:	Absolight
Original commitRevision:441517 
Friday, 29 Jan 2016
16:13 mat search for other commits by this committer
Update to 0.9.8.

Changes:	https://github.com/ymattw/cdiff/compare/0.9.7...0.9.8
Sponsored by:	Absolight
Original commitRevision:407481 
Saturday, 25 Apr 2015
09:11 mat search for other commits by this committer
Update to 0.9.7, fixes a bug in side by side view when viewing a patch of patch.

Sponsored by:	Absolight
Original commitRevision:384718 
Thursday, 19 Mar 2015
19:58 mat search for other commits by this committer
Convert to the new USE_GITHUB.

Sponsored by:	Absolight
Original commitRevision:381683 
16:44 bdrewery search for other commits by this committer
Update USE_GITHUB so it does not require GH_COMMIT.

Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
Original commitRevision:381618 
Sunday, 7 Dec 2014
10:01 mva search for other commits by this committer
- Convert textproc/ to USES=python

With hat:	python@
Original commitRevision:374183 
Monday, 11 Aug 2014
12:29 antoine search for other commits by this committer
Canonicalize some old USE_PY*

With hat:	portmgr
Original commitRevision:364600 
Tuesday, 22 Jul 2014
13:16 mat search for other commits by this committer
Update to 20140711.

Sponsored by:	Absolight
Original commitRevision:362538 
Saturday, 21 Jun 2014
17:03 mat search for other commits by this committer
Update to 6c95ff4

Sponsored by:	Absolight
Original commitRevision:358721 
Friday, 20 Jun 2014
14:22 mat search for other commits by this committer
Maj to 0.9.5.20140620

Sponsored by:	Absolight
Original commitRevision:358575 
Tuesday, 18 Mar 2014
14:04 mat search for other commits by this committer
Catch up with latest from upstream.

Sponsored by:	Absolight
Original commitRevision:348549 
Monday, 2 Dec 2013
13:27 mat search for other commits by this committer
Use PYDISTUTILS_AUTOPLIST

PR:		ports/184390
Submitted by:	sunpoet
Original commitRevision:335484 
Thursday, 14 Nov 2013
17:08 mat search for other commits by this committer
Fixup crash happening when input is not in UTF-8.

Reported by:	ale
Original commitRevision:333775 
Friday, 18 Oct 2013
18:47 mat search for other commits by this committer
Change upstream to a new shinier one.

(And take maintainership.)

PR:		ports/183084
Submitted by:	mat
Approved by:	garga (maintainer)
Original commitRevision:330766 
Friday, 20 Sep 2013
23:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Original commitRevision:327773 
Monday, 2 Sep 2013
09:45 garga search for other commits by this committer
Change my ports to USES (gmake|perl5)
Original commitRevision:325961 
Friday, 5 Oct 2012
12:41 garga search for other commits by this committer
Change headers of all ports maintained by me to new format
Original commitRevision:305298 
Thursday, 2 Aug 2012
09:02 cs search for other commits by this committer
- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
Original commit
Monday, 2 Jul 2012
22:18 garga search for other commits by this committer
remove MAKE_JOBS_SAFE since it has NO_BUILD set and silence portlint
Original commit
Saturday, 28 Mar 2009
17:53 garga search for other commits by this committer
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
Original commit
Thursday, 21 Dec 2006
16:10 garga search for other commits by this committer
- Update to 1.5

Changelog:
  - Add an option to change de colors using an environment var called
    CDIFFCOLORS

PR:             ports/106878
Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org>
Original commit
Monday, 4 Sep 2006
08:17 linimon search for other commits by this committer
Reassign from inactive maintainer to new volunteer.

Hat:            portmgr
Original commit
Tuesday, 12 Apr 2005
08:06 flz search for other commits by this committer
- Fix issues with monochrome terminals.

PR:             ports/75310
Submitted by:   Alex Kapranoff <kappa@rambler-co.ru>
Approved by:    maintainer timeout (> 3 months)
Original commit
Friday, 6 Feb 2004
13:12 trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
Original commit
Friday, 7 Mar 2003
06:11 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Sunday, 10 Mar 2002
22:01 eivind search for other commits by this committer
Update to 1.4.  This adds support for "cvs annotate"
Original commit
Thursday, 26 Apr 2001
19:03 eivind search for other commits by this committer
Update from 1.2 to 1.3: Make cdiff understand long lines etc (actual   change: 1
character - less -r to less -R)    
Original commit
Monday, 20 Nov 2000
13:16 eivind search for other commits by this committer
Handle compressed files    
Original commit
Tuesday, 24 Oct 2000
17:51 eivind search for other commits by this committer
Upgrade to 1.1.    
Original commit
Wednesday, 20 Sep 2000
12:37 eivind search for other commits by this committer
Colorizing diff viewing tool    
Original commit

Number of commits found: 33