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/py-pcs/Makefile

Number of commits found: 16

Sunday, 18 Nov 2018
18:35 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:485242 
Wednesday, 16 May 2018
19:36 jbeich search for other commits by this committer
net/py-pcs: mark BROKEN after r470010

pcs/pcap/pcap.c:4802:34: error: expected expression
    (void)(Py_BEGIN_ALLOW_THREADS);
                                 ^
pcs/pcap/pcap.c:4820:12: error: expected ')'
    (void)(Py_END_ALLOW_THREADS);
           ^
/usr/local/include/python2.7/ceval.h:135:60: note: expanded from macro
'Py_END_ALLOW_THREADS'
 #define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
                                                            ^
pcs/pcap/pcap.c:4820:11: note: to match this '('
    (void)(Py_END_ALLOW_THREADS);
          ^
pcs/pcap/pcap.c:5866:34: error: expected expression
    (void)(Py_BEGIN_ALLOW_THREADS);
                                 ^
pcs/pcap/pcap.c:5884:12: error: expected ')'
    (void)(Py_END_ALLOW_THREADS);
           ^

PR:		228235
Reported by:	pkg-fallout
Original commitRevision:470143 
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 
Saturday, 19 Aug 2017
12:52 koobs search for other commits by this committer
net/py-pcs: Limit USES=python (actually)

Actually change the value of USES=python:<version-spec> that was
supposed to land in ports r448303

It was reverted during QA and the final diff was not reviewed prior to commit.

Pointyhat me.

PR:		219325
Approved by:	portmgr (blanket)
MFH:		2017Q3
Original commitRevision:448305 
12:41 koobs search for other commits by this committer
net/py-pcs: Limit to Python 2.7 (Does not support Python 3)

This version (0.6) of the upstream package version does not appear to intend to,
or explicitly support Python 3. It also currently fails to build with Python 3.x
with a SyntaxError:

  SyntaxError: Missing parentheses in call to 'print'

This change limits the USES=python:<version-spec> support declaration to 2.7
accordingly.

Note: A closed upstream PR [1] mentions fixing tests for Python 3 in 2015, so
the version-specifier may change (be relaxed) upon future port/version updates,
or at MAINTAINER's (also the package author) discretion to explicitly mark
Python 3 as an intended supported version, *independent* to any build/run-time
issues that may exist.

While I'm here, pet portlint:

- Strip shared libraries
- Add LICENSE_FILE
- Fix section order (*_DEPENDS)

[1] https://github.com/gvnn3/PCS/pull/2

PR:		219325
Reported by:	Johannes Jost Meixner
Approved by:	portmgr (blanket)
MFH:		2017Q3
Original commitRevision:448303 
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 
Sunday, 20 Sep 2015
19:22 amdmi3 search for other commits by this committer
- Switch to options helpers

Approved by:	portmgr blanket
Original commitRevision:397387 
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 
Tuesday, 15 Jul 2014
16:36 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361967 
Friday, 20 Jun 2014
18:02 skreuzer search for other commits by this committer
Add staging support
Define LICENSE
Convert to new options framework
Original commitRevision:358619 
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 
Wednesday, 30 Sep 2009
01:01 skreuzer search for other commits by this committer
Updated to v0.6
Honor NOPORTEXAMPLES

Submitted by:   George Neville-Neil <gnn@FreeBSD.org>
Feature safe:   Yes
Original commit
Saturday, 22 Aug 2009
00:32 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with N
Original commit
Wednesday, 3 Jun 2009
07:11 erwin search for other commits by this committer
Mark BROKEN on 8.x: does not build.
Original commit
Monday, 12 Nov 2007
03:29 linimon search for other commits by this committer
Work around the bug introduced in a previous version of pyrex, to fix
build on the cluster.

Approved by:    portmgr (self)
Original commit
Monday, 26 Mar 2007
19:55 tmclaugh search for other commits by this committer
Forced commit to note repocopy from net/pcs -> net/py-pcs to conform with
python module naming convention.

Approved by:    maintainer
Repocopy by:    marcus
Original commit

Number of commits found: 16