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

Number of commits found: 17

Saturday, 26 Jun 2021
11:35 Rene Ladan (rene) search for other commits by this committer
*/*: Remove expired ports:

2021-06-23 www/aws: Uses EOL Python 2.7 via devel/gnatpython
2021-06-23 www/aws-demos: Uses EOL Python 2.7 via www/aws
2020-12-31 devel/gnatpython: Uses Python 2.7 which is EOLed upstream
commit hash: 619332f149dd267f44932a3f6e9eae385f1755d2 commit hash: 619332f149dd267f44932a3f6e9eae385f1755d2 commit hash: 619332f149dd267f44932a3f6e9eae385f1755d2 commit hash: 619332f149dd267f44932a3f6e9eae385f1755d2 619332f
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
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, 9 Sep 2017
09:01 amdmi3 search for other commits by this committer
- Fix LICENSE
- Add LICENSE_FILE
- Update WWW
- Regenerate patch
Original commitRevision:449481 
Friday, 21 Apr 2017
20:25 rene search for other commits by this committer
Return ports maintained by John Marino to the pool, he is no longer interested.

Submitted by:	Mark Millard via private e-mail
Original commitRevision:439129 
Wednesday, 15 Feb 2017
21:33 rene search for other commits by this committer
Return the ports mistakenly reset to ports@ in r433856 to John Marino.

The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.

The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time.
Original commitRevision:434195 
Saturday, 11 Feb 2017
12:42 rene search for other commits by this committer
Return ports maintained by John Marino to the pool, see r433827 for details
Original commitRevision:433856 
Sunday, 21 Jun 2015
09:13 marino search for other commits by this committer
devel/gnatpython: Upgrade version 20140205 => 20140224 (latest)
Original commitRevision:390186 
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 
Friday, 16 May 2014
14:32 marino search for other commits by this committer
devel/gnatpython: Correct build on FreeBSD 10+

GNATPython was hardcoded to use gcc and that caused the c-based rlimit
utility to fail to build.  Changing "gcc" to "cc" in the setup script
solved the issue for clang-based systems.
Original commitRevision:354231 
Friday, 14 Feb 2014
13:26 marino search for other commits by this committer
devel/gnatpython: Update from version 20110912 to 20140205
Original commitRevision:344203 
Friday, 22 Nov 2013
21:48 marino search for other commits by this committer
devel/gnatpython: Fix pkg-fallout on head

Fix by using auto-plist functionality.  Somehow one of the binaries
just don't build on F10.  Bump PORTREVISION, expand python use to "any"
This passes 6x on Redports
Original commitRevision:334618 
Sunday, 10 Nov 2013
11:09 marino search for other commits by this committer
devel/gnatpython: Convert to staging
Original commitRevision:333376 
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 
Friday, 12 Jul 2013
13:40 marino search for other commits by this committer
Replace John Marino email address with FreeBSD version

While I'm here, also trim the headers on a couple of ports and remove
a reference to the Dragonlace mirror which is down indefinitely.

Approved by:	bapt (mentor)
Original commitRevision:322832 
Friday, 7 Oct 2011
12:25 culot search for other commits by this committer
- Update to svn rev. 54 (20110912)

PR:             ports/161361
Submitted by:   John Marino <draco@marino.st> (maintainer)
Original commit
Thursday, 17 Feb 2011
09:25 wen search for other commits by this committer
GNATPython is a python package to ease development of testsuites and/or
build scripts in a portable way.  It is an extension to Ada which exports
GNAT.Expect.TTY and requires the GNAT AUX compiler.

WWW: http://forge.open-do.org/projects/gnatpython

PR:             ports/153828
Submitted by:   John Marino <freebsdml@marino.st>
Original commit

Number of commits found: 17