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

Number of commits found: 25

Thursday, 26 Dec 2019
07:54 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:520894 
Sunday, 7 Apr 2019
06:09 antoine search for other commits by this committer
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
Original commitRevision:498248 
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, 3 Apr 2017
17:33 jkim search for other commits by this committer
Remove obsolete OpenSSL hacks for IDEA crypto.

We have some hacks in the ports tree to detect or to unconditionally disable
IDEA crypto support.  These hacks existed because OpenSSL in FreeBSD 9.3 and
earlier was shipped without IDEA support by default but we were allowed to
enable it via WITH_IDEA src.conf(5) option.

https://www.freebsd.org/cgi/man.cgi?query=src.conf&manpath=FreeBSD+9.3-RELEASE

Therefore, we had to implement some hacks to support three different cases,
i.e., a) 9.3 and earlier without IDEA crypto (default), b) 9.3 and earlier
with IDEA crypto (via WITH_IDEA src.conf option), and c) 10.0 and later with
unconditional IDEA support.  Now we can safely remove them because 9.3 and
earlier is no longer supported.

PR:		218233
Exp-Run by:	antoine
Approved by:	antoine (portmgr)
Original commitRevision:437668 
Wednesday, 15 Mar 2017
14:45 mat search for other commits by this committer
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Original commitRevision:436247 
Sunday, 13 Mar 2016
01:50 amdmi3 search for other commits by this committer
- Switch to options helpers
- Silence patching and stripping
- Regenerate patches with `make makepatch`
Original commitRevision:410939 
Monday, 16 Mar 2015
14:08 amdmi3 search for other commits by this committer
- Add LICENSE
- Strip library
Original commitRevision:381396 
Wednesday, 10 Dec 2014
22:29 gahr search for other commits by this committer
- Reset maintainership of my ports
Original commitRevision:374492 
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, 5 May 2014
11:15 bapt search for other commits by this committer
Catch a couple of missing convertsion to :tu/:tl

Submitted by:	ak
With hat:	portmgr
Original commitRevision:352993 
Wednesday, 16 Apr 2014
08:56 gahr search for other commits by this committer
- Unbreak by disabling MD2 and RC5

Reported by:	pkg-fallout
Original commitRevision:351375 
Wednesday, 19 Feb 2014
16:36 gahr search for other commits by this committer
- Fix STAGEing
Original commitRevision:345114 
Friday, 14 Feb 2014
11:11 gahr search for other commits by this committer
- STAGE-clean
Original commitRevision:344191 
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 
Saturday, 22 Aug 2009
00:35 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
Original commit
Monday, 23 Mar 2009
20:07 gahr search for other commits by this committer
- Disable IDEA cipher, not included because of U.S. export restrictions

PR:             130635
Submitted by:   Sam Tannous <stannous@gmail.com>
Original commit
Thursday, 21 Feb 2008
21:20 gahr search for other commits by this committer
My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.

Approved by:    miwi (mentor)
Original commit
Saturday, 22 Dec 2007
00:05 miwi search for other commits by this committer
- Fix build with gcc 4.2
- Pass maintainership to submitter

PR:             118903
Submitted by:   Pietro Cerutti <gahr@gahr.ch>
Original commit
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
Sunday, 10 Sep 2006
23:44 kris search for other commits by this committer
BROKEN on 7.0: Does not compile
Original commit
Thursday, 20 Nov 2003
23:29 pav search for other commits by this committer
- Update to 0.7
- Unmark BROKEN
- Use PORTDOCS macro

PR:             ports/59528
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
Approved by:    adamw (mentor)
Original commit
Thursday, 16 Oct 2003
01:31 kris search for other commits by this committer
BROKEN on 5.x: does not compile
Original commit
Thursday, 20 Feb 2003
18:59 knu search for other commits by this committer
De-pkg-comment.
Original commit
Monday, 29 Apr 2002
18:49 ijliao search for other commits by this committer
use USE_PYDISTUTILS
Original commit
Monday, 11 Feb 2002
14:20 ijliao search for other commits by this committer
add py-pow 0.6.1   Python OpenSSL Wrappers    
Original commit

Number of commits found: 25