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: devel/py-re2/Makefile

Number of commits found: 3

Saturday, 7 Jan 2017
17:04 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:430816 
Saturday, 4 Jun 2016
16:43 antoine search for other commits by this committer
Mark BROKEN: fails to build

cythoning src/re2.pyx to src/re2.cpp

Error compiling Cython file:
------------------------------------------------------------
...
            return self._named_groups

        self._named_groups = result
        it = self.named_groups.begin()
        while it != self.named_groups.end():
            indexes[cpp_to_pystring(deref(it).first)] = deref(it).second
                                                            ^

Reported by:	pkg-fallout
Original commitRevision:416368 
Sunday, 20 Mar 2016
13:33 jbeich search for other commits by this committer
devel/py-re2: add new port

PR:		207637
Submitted by:	edwardchuang@gmail.com

pyre2 is a Python extension that wraps Google's RE2 regular expression
library. It implements many of the features of Python's built-in re
module with compatible interfaces.

https://pypi.python.org/pypi/re2/
Original commitRevision:411444 

Number of commits found: 3