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: net/pygopherd/Makefile

Number of commits found: 22

Wednesday, 4 Mar 2020
16:54 sunpoet search for other commits by this committer
Reset maintainership

- While I'm here:
  - Pet portlint: move DISTVERSIONPREFIX upward
  - Update manpage location (r523104)

PR:		244482
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:527789 
15:46 antoine search for other commits by this committer
Revert r527411 and unbreak

Reported by:	pkg-fallout
Original commitRevision:527765 
Sunday, 1 Mar 2020
20:27 antoine search for other commits by this committer
Deprecate a few python 2.7 ports

With hat:	portmgr
Original commitRevision:527601 
Saturday, 29 Feb 2020
11:25 sunpoet search for other commits by this committer
Reset maintainership

- While I'm here:
  - Pet portlint: move DISTVERSIONPREFIX upward
  - Update manpage location (r523104)

PR:		244482
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:527411 
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, 20 Oct 2017
15:23 swills search for other commits by this committer
net/pygopherd: Update to 2.0.18.4

PR:		222506
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:452536 
Friday, 28 Oct 2016
00:03 cpm search for other commits by this committer
net/pygopherd: modernize port

- Add LICENSE and LICENSE_FILE
- Remove unnecessary PYDISTUTILS_PKGVERSION
- Add NO_ARCH
- Regenerate patches with make makepatch
- Record TIMESTAMP in distinfo
- Fix pkg-plist
- Take maintainership
- Bump PORTREVISION

PR:		213539
Submitted by:	Neel Chauhan <neel@neelc.org>
Approved by:	koobs (mentor)
Original commitRevision:424797 
Tuesday, 3 Mar 2015
07:56 bapt search for other commits by this committer
Remove useless entry in plist
Original commitRevision:380345 
Friday, 24 Oct 2014
16:21 mva search for other commits by this committer
- Convert ports of net/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371449 
Friday, 27 Jun 2014
12:40 pawel search for other commits by this committer
- Add staging support
- Use @sample for config file
Original commitRevision:359514 
Friday, 29 Nov 2013
07:37 araujo search for other commits by this committer
- Return almost all of my ports back to the pool. I have no time to make any
  necessary fixes on them for the past months.
Original commitRevision:335151 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Monday, 30 Jul 2007
09:42 alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
Original commit
Friday, 29 Jun 2007
16:29 araujo search for other commits by this committer
- Change my mail address to araujo@.

Approved by:    stas (mentor)
Original commit
Monday, 15 Jan 2007
14:56 miwi search for other commits by this committer
- Update to 2.0.16
- Pass maintainership to submitter

PR:             ports/107923
Submitted by:   Marcelo Araujo <araujo@bsdmail.org>
Original commit
Thursday, 11 May 2006
22:49 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with N
Original commit
Sunday, 18 Jan 2004
02:38 clement search for other commits by this committer
- Update to 2.0.9
- Make portlint happy

Suggested by:       edwin
Approved by:        erwin (mentor) (implicitly)
Original commit
Saturday, 17 Jan 2004
11:50 edwin search for other commits by this committer
Fix master_site (maybe somebody wants to update the port?)
Noticed by: bento
http://bento.freebsd.org/errorlogs/i386-4-exp-latest/pygopherd-2.0.3.log
Original commit
Thursday, 18 Dec 2003
14:36 clement search for other commits by this committer
- update pygopherd to 2.0.3
- preserve config file

PR:             59984
Approved by:    erwin (mentor)
Original commit
Monday, 3 Nov 2003
01:20 edwin search for other commits by this committer
Fix mastersites. Somebody willing to bring this port up to date?
Original commit
Thursday, 20 Feb 2003
18:51 knu search for other commits by this committer
De-pkg-comment.
Original commit
Saturday, 7 Sep 2002
19:12 ijliao search for other commits by this committer
add pygopherd 1.1.0
Multiprotocol Information Server
Original commit

Number of commits found: 22