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: news/hellanzb/Makefile

Number of commits found: 29

Tuesday, 14 Jan 2020
12:36 antoine search for other commits by this committer
Deprecate a few broken ports

With hat:	portmgr
Original commitRevision:523007 
Wednesday, 6 Nov 2019
14:00 antoine search for other commits by this committer
Mark a few ports BROKEN (unfetchable)
Original commitRevision:516887 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
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 
Monday, 4 Sep 2017
00:01 sunpoet search for other commits by this committer
Change from USES=twisted to devel/py-twisted

- Bump PORTREVISION for dependency change

PR:		221664
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
Original commitRevision:449229 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Friday, 28 Aug 2015
14:22 amdmi3 search for other commits by this committer
- Add NO_ARCH
- heplers
- Switch to @sample
- Drop @dirrm* from plist

Approved by:	portmgr blanket
Original commitRevision:395485 
Saturday, 6 Dec 2014
22:16 feld search for other commits by this committer
Update "BSD" license
Original commitRevision:374160 
Friday, 24 Oct 2014
16:43 mva search for other commits by this committer
- Convert ports of news/ and print/ to new USES=python

Approved by: portmgr (implicit)
Original commitRevision:371452 
Tuesday, 24 Jun 2014
14:58 vanilla search for other commits by this committer
Stagify.

Approved by:	portmgr@ (blanket approval)
Original commitRevision:359092 
Friday, 21 Feb 2014
13:38 ehaupt search for other commits by this committer
Remove trailing whitespaces from category news
Original commitRevision:345428 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Sunday, 8 Dec 2013
12:04 mva search for other commits by this committer
New USES=twisted, to replace the old USE_TWISTED knob.

twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
    USE_TWISTED=        yes
    USE_TWISTED=        conch names
    USE_TWISTED_RUN=    yes
you now would write
    USES=       twisted
    USES=       twisted:conch,names
    USES=       twisted:run
Original commitRevision:335877 
Friday, 20 Sep 2013
22:31 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
news)
Original commitRevision:327759 
Tuesday, 26 Feb 2013
18:47 rm search for other commits by this committer
- add upstream patch to fix runtime with Twisted version > 11.1
- bump PORTREVISION

while here:
- trim Makefile header
- define PORTDOCS uncoditionally
- convert to optionsng (DOCS case)

PR:		171388
Reported by:	W.Scholten <w-info@xs4all.nl>
Approved by:	maintainer timeout (4 months)
Original commitRevision:313002 
Monday, 23 Jan 2012
03:51 rm search for other commits by this committer
- fix runtime with decent Twisted [1]
- install license via license framework, not manually
- use USE_TWISTED_RUN instead of direct depends
- strict python version (will not work with 3.x)

PR:             163975 [1]
Submitted by:   W.Scholten <w-info at xs4all dot nl>
Approved by:    maintainer (timeout; 2 weeks)
Original commit
Wednesday, 29 Dec 2010
20:04 pgollucci search for other commits by this committer
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
Original commit
Tuesday, 6 Jan 2009
17:59 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Thursday, 4 Oct 2007
02:18 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Saturday, 31 Mar 2007
09:17 alexbl search for other commits by this committer
 - update to 0.13

PR:             110957
Submitted by:   Philip Jenvey <pjenvey@groovie.org>
Original commit
Thursday, 22 Feb 2007
04:21 alexbl search for other commits by this committer
 - update to 0.12

Submitted by:   Philip Jenvey (maintainer, via irc)
Original commit
Tuesday, 30 Jan 2007
05:31 alexbl search for other commits by this committer
 - update to 0.11

PR:             108532
Submitted by:   Philip Jenvey <pjenvey@groovie.org>
Original commit
Tuesday, 14 Nov 2006
06:45 alexbl search for other commits by this committer
 - update to 0.10

PR:             105508
Submitted by:   Philip Jenvey <pjenvey@groovie.org> (maintainer)
Original commit
Sunday, 26 Mar 2006
14:46 pav search for other commits by this committer
- Update to 0.9

PR:             ports/94922
Submitted by:   Philip Jenvey <pjenvey@groovie.org> (maintainer)
Original commit
Tuesday, 27 Dec 2005
05:08 pav search for other commits by this committer
- Update to 0.8

PR:             ports/90940
Submitted by:   Philip Jenvey <pjenvey@bob.local.com> (maintainer)
Original commit
Monday, 19 Sep 2005
13:20 garga search for other commits by this committer
- Update to 0.7

PR:             ports/86311
Submitted by:   maintainer
Original commit
Sunday, 3 Jul 2005
15:23 pav search for other commits by this committer
hellanzb is an easy to use app designed to retrieve nzb files and fully process
them. The goal being to make getting files from Usenet as hands-free as
possible. Once fully installed, all that's required is moving an nzb file to the
queue directory. The rest: downloading, par-checking, un-raring, etc. is done
automatically by hellanzb.

PR:             ports/82876
Submitted by:   Philip Jenvey <pjenvey@groovie.org>
Original commit

Number of commits found: 29