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/fnorb/Makefile

Number of commits found: 33

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

With hat:	portmgr
Original commitRevision:520894 
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 
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 
Friday, 21 Apr 2017
10:38 amdmi3 search for other commits by this committer
- Add NO_ARCH
Original commitRevision:439048 
Wednesday, 19 Apr 2017
05:08 miwi search for other commits by this committer
- Fix shebangs
Original commitRevision:438823 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Monday, 20 Oct 2014
16:04 mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371280 
Monday, 4 Aug 2014
03:40 adamw search for other commits by this committer
In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
Original commitRevision:363960 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
Thursday, 27 Mar 2014
18:45 pawel search for other commits by this committer
- Port is STAGE safe
- Remove leading article from COMMENT
Original commitRevision:349353 
Sunday, 15 Dec 2013
16:22 wg search for other commits by this committer
Use setuptools for all Python ports.

Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.

This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.

With hat on:	python
Reviewed by:	koobs, antoine
Exp-run:	bdrewery
Approved by:	bdrewery (portmgr)
Original commitRevision:336553 
Friday, 20 Sep 2013
17:04 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
Original commitRevision:327723 
Saturday, 2 Mar 2013
22:32 lwhsu search for other commits by this committer
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
Original commitRevision:313303 
Wednesday, 2 Sep 2009
15:01 amdmi3 search for other commits by this committer
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:    portmgr (pav)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Monday, 13 Jun 2005
15:58 sem search for other commits by this committer
- Wrong subdir name for fetching fixed

Reported by:    kris via pointyhat
Original commit
Thursday, 9 Jun 2005
11:15 sem search for other commits by this committer
- Update to 1.3
Original commit
Saturday, 20 Nov 2004
08:09 linimon search for other commits by this committer
With portmgr hat on, reset inactive maintainer.  These ports are now up
for adoption.
Original commit
Thursday, 13 Nov 2003
14:45 trevor search for other commits by this committer
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Original commit
Wednesday, 20 Aug 2003
09:35 perky search for other commits by this committer
Fix build on python2.3
Original commit
Friday, 7 Mar 2003
06:01 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Thursday, 24 Jan 2002
14:43 wjv search for other commits by this committer
- Fnorb is free!  It has been relicensed under the Python licence.   - Remove
NO_CDROM.   - Remove Fnorb from LEGAL.   - Removed FTP site from MASTER_SITES; 
It still carries a tarball containing     the older licence (and hence, has a
different checksum).   - Fixed a few minor syntactical problems in Makefile.   -
Bumped PORTREVISION.    
Original commit
Tuesday, 9 Oct 2001
11:52 wjv search for other commits by this committer
- Add yet another patch to ensure compatibility with Python 2.0 and later.   -
Bump PORTREVISION.    
Original commit
Tuesday, 4 Sep 2001
15:20 wjv search for other commits by this committer
- Housekeeping update :)   - Add runtime dependency on Tkinter   - Deploy
DOCSDIR   - Minor style updates in Makefile   - Update my email address   - Make
installation of examples dependent on NOPORTDOCS   - Bump PORTREVISION (because
of the last point above)    
Original commit
Wednesday, 27 Jun 2001
11:15 wjv search for other commits by this committer
Updating my email address in my remaining ports.    
Original commit
Friday, 23 Feb 2001
15:40 kevlo search for other commits by this committer
- Certain files were installed to incorrect locations, leading to serious    
breakage.   - Fixing the problem lead to a more general overhaul of the port.  
- Bumped PORTREVISION.    
Original commit
Sunday, 11 Feb 2001
17:15 jeh search for other commits by this committer
- Though not broken as such, the way in which port docs was handled in    
pkg-plist caused the docs not to be included if the port was built as a    
package.  The %%PORTDOCS%% PLIST_SUB pragma now allows an elegant way to     get
around this.   - Did bump PORTREVISION of this reason   - Fixed a typo.  :-)    
Original commit
Friday, 24 Nov 2000
15:14 kevlo search for other commits by this committer
- Changed PLIST so that the port deinstalls cleanly even if it had been    
installed -DNOPORTDOCS.    
Original commit
Wednesday, 8 Nov 2000
13:27 sobomax search for other commits by this committer
- Further patches to make Fnorb 1.1 compatible with the tighter socket    
binding code in Python 2.0.  Again, compatibility with Python 1.5.2 should    
be maintained.   - Thanks to Brad Chapman <chapmanb@arches.uga.edu> for his
help.    
Original commit
12:52 sobomax search for other commits by this committer
- Added patch to enable Fnorb to work with Python 2.0 (and which doesn't    
break Fnorb with Python 1.5.2)   - Submitted by: Mike Meyer (mwm@mired.org)   -
Caveat: There may be further Python 2.0 incompatibilities in Fnorb.  The    
next release of Fnorb should be 2.0-compatible.    
Original commit
Wednesday, 1 Nov 2000
11:53 jeh search for other commits by this committer
Port cleanup.  Bumped PORTREVISION to 1    
Original commit
Tuesday, 3 Oct 2000
16:34 kevlo search for other commits by this committer
Fix broken under Python 1.6    
Original commit
Saturday, 16 Sep 2000
06:18 will search for other commits by this committer
Add fnorb 1.1, a CORBA 2.0 object request broker (ORB) written in Python.    
Original commit

Number of commits found: 33