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: security/obfsproxy/Makefile

Number of commits found: 27

Monday, 18 Dec 2017
21:51 antoine search for other commits by this committer
Mark BROKEN: fails to configure

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 39
    if sys.version_info < (2, 7):
     ^
SyntaxError: invalid syntax

Reported by:	pkg-fallout
Original commitRevision:456678 
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, 18 Nov 2017
12:41 cpm search for other commits by this committer
security/obfsproxy: Make argparse a conditional dependency

Backport a patch to setup.py making argparse a conditional dependency
to fix the following error at runtime:

pkg_resources.DistributionNotFound: The 'argparse' distribution was not found
and is required by obfsproxy

While I'm here, pet portlint, USE_* comes before USES. Bump PORTREVISION.

PR:		223320
Submitted by:	cpm
Reported by:	Hadi <rezaee.hadi@gmail.com>
Approved by:	cs (maintainer timeout, 2 weeks)
Original commitRevision:454427 
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:		221665
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
Original commitRevision:449230 
Sunday, 4 Dec 2016
13:08 rene search for other commits by this committer
Remove dependency on devel/py-argparse which is expired and included in
Python 2.7+ / 3.2+ by default.

sysutils/osquery fails to build because of C++ errors.
Original commitRevision:427780 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Friday, 25 Dec 2015
21:35 cs search for other commits by this committer
Update to 0.2.13
Original commitRevision:404475 
Wednesday, 27 May 2015
00:09 amdmi3 search for other commits by this committer
- Don't cat pkg-message from Makefiles

Approved by:	portmgr blanket
Original commitRevision:387528 
Friday, 24 Oct 2014
16:50 mva search for other commits by this committer
- Convert ports of science/ and security to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371453 
Monday, 21 Jul 2014
19:29 cs search for other commits by this committer
Update to 0.2.10
Original commitRevision:362470 
Saturday, 3 May 2014
14:40 cs search for other commits by this committer
Update to 0.2.9
Original commitRevision:352915 
Sunday, 30 Mar 2014
15:56 cs search for other commits by this committer
Update to 0.2.7
Original commitRevision:349641 
Saturday, 22 Feb 2014
14:12 cs search for other commits by this committer
Add devel/py-yaml as a run dependency
Original commitRevision:345653 
Thursday, 20 Feb 2014
19:59 cs search for other commits by this committer
- Update to 0.2.6
- Support Staging
- Fix License
Original commitRevision:345261 
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 
Tuesday, 1 Oct 2013
20:54 cs search for other commits by this committer
Update to 0.2.4
Original commitRevision:328994 
Saturday, 21 Sep 2013
22:23 cs search for other commits by this committer
Update to 0.2.3
Original commitRevision:327843 
Friday, 20 Sep 2013
22:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Original commitRevision:327769 
Monday, 15 Jul 2013
09:20 cs search for other commits by this committer
re-add pkg-message properly
Original commitRevision:323025 
07:40 cs search for other commits by this committer
Move security/pyobfsproxy to security/obfsproxy which was the port of the
legacy C version of obfsproxy and recently renamed upstream.
Original commitRevision:323020 
Sunday, 20 May 2012
11:22 cs search for other commits by this committer
Remove mirror which does not serve the distfile anymore
Original commit
Thursday, 3 May 2012
11:38 cs search for other commits by this committer
Update to 0.1.4
Original commit
Friday, 13 Apr 2012
12:11 cs search for other commits by this committer
Bump PORTREVISION after new openssl update
Original commit
Wednesday, 4 Apr 2012
17:58 cs search for other commits by this committer
- Update to 0.1.3
- Add a third mirror

Approved by:    glarkin@ (mentor, implicit)
Feature safe:   yes
Original commit
Tuesday, 13 Mar 2012
14:48 cs search for other commits by this committer
Add official mirror and use official tarball since it was released recently

Approved by:    glarkin@ (mentor, implicit)
Feature safe:   yes
Original commit
Monday, 12 Mar 2012
22:34 cs search for other commits by this committer
Update to 0.1.1 (and bump PORTEPOCH)

Approved by:    glarkin@ (mentor, implicit)
Feature safe:   yes
Original commit
Friday, 24 Feb 2012
15:06 cs search for other commits by this committer
obfsproxy is a tool that attempts to circumvent censorship, by transforming the
Tor traffic between the client and the bridge. This way, censors, who usually
monitor traffic between the client and the bridge, will see innocent-looking
transformed traffic instead of the actual Tor traffic.

WWW: https://www.torproject.org/projects/obfsproxy.html.en

Approved by:    glarkin@ (mentor)
Original commit

Number of commits found: 27