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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: deskutils/conkyemail/Makefile

Number of commits found: 15

Thursday, 26 Dec 2019
07:54 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:520894 
Friday, 22 Nov 2019
10:50 kai search for other commits by this committer
deskutils/conkyemail: Mark as DEPRECATED

* Deprecate the port because the upstream repository hasn't changed since 6+
  years and the scripts aren't compatible with Python 3.

* Don't set an expiration date for now as it runs fine as long as Python 2.7
  is present in the Ports tree.

PR:		238487
Original commitRevision:518140 
Sunday, 23 Jun 2019
22:32 kai search for other commits by this committer
deskutils/conkyemail: Fix invocation of Python script at runtime

Since the default version of Python has been switched to 3.6 in r498529 the
script "conkyEmail.py" that is invoked by the shell script "conkyEmail"
fails at runtime due incompatible code.

This occurs only if the Python meta port is also installed otherwise it
won't start at all due a hardcoded reference (= /usr/bin/env python) in the
shell script, thus:

* Update and simplify the patch for "conkyEmail" by using placeholders for
  the Python interpreter and ${DATADIR} that will be replaced by the
  post-patch target. [1]

Also while I'm here:
* Silence all commands of the post-patch target to reduce cluttering of
  logfiles
* Add license information
* Pet portlint

PR:		238487
Submitted by:	Katsuyuki Miyoshi <katsubsd@gmail.com> (initial patch)
MFH:		2019Q2 (blanket, runtime fix and framework compliance)
Original commitRevision:504995 
Friday, 23 Feb 2018
21:09 rene search for other commits by this committer
Reset vg@'s ports after he resigned.

With hat:	portmgr-secretary
Original commitRevision:462745 
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 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Friday, 11 Sep 2015
19:19 amdmi3 search for other commits by this committer
- Ignore unneeded .egg-info files
- Add NO_ARCH

Approved by:	portmgr blanket
Original commitRevision:396710 
Sunday, 28 Sep 2014
18:07 mva search for other commits by this committer
- Convert to USES=python

Approved by:	portmgr (implicit)
Original commitRevision:369475 
Thursday, 17 Jul 2014
03:41 adamw search for other commits by this committer
Fix typo.
Original commitRevision:362117 
Sunday, 2 Feb 2014
14:57 miwi search for other commits by this committer
- Stage support
Original commitRevision:342310 
Wednesday, 2 Oct 2013
16:16 vg search for other commits by this committer
- Changed tabs to spaces in  pkg-descr
- Changed MASTER_SITES

Approved by:	eadler (mentor)
Original commitRevision:329066 
Friday, 20 Sep 2013
16:21 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
Original commitRevision:327718 
Monday, 22 Jul 2013
14:34 vg search for other commits by this committer
 - Changed my email
 - Trim Makefile headers and positions name and surname within

Approved by:	eadler, rm (mentors)
Original commitRevision:323455 
Sunday, 9 May 2010
07:50 miwi search for other commits by this committer
conkyemail Email inbox count script with ssl capabilities, for use in Conky

WWW:    https://code.launchpad.net/~m-buck/+junk/conkyemail

PR:             ports/146396
Submitted by:   Gvozdikov Veniamin <g.veniamin at googlemail.com>
Original commit

Number of commits found: 15