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: lang/python2/Makefile

Number of commits found: 21

Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 24 Jul 2021
20:23 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/python2: Clean up

- Remove leading definite article from COMMENT
- Remove unneeded use of PYTHON_MAJOR_VER because this is for python 2.7
commit hash: b7f8a1602e5c811f5496e48d6fffda66206a49bd commit hash: b7f8a1602e5c811f5496e48d6fffda66206a49bd commit hash: b7f8a1602e5c811f5496e48d6fffda66206a49bd commit hash: b7f8a1602e5c811f5496e48d6fffda66206a49bd b7f8a16
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
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, 9 Jan 2020
13:33 mat search for other commits by this committer
Garbage collecte unusable things from lang/python{,2,3} metaports.
Original commitRevision:522489 
13:33 mat search for other commits by this committer
Simplify the lang/python{2,3} metaports.

Reviewed by:	antoine
Original commitRevision:522488 
Wednesday, 1 Jan 2020
16:21 antoine search for other commits by this committer
Deprecate python2

With hat:	portmgr
Original commitRevision:521726 
Wednesday, 9 Oct 2019
11:53 bapt search for other commits by this committer
Drop the ipv6 virtual category for l* category as it is not relevant anymore
Original commitRevision:514140 
Friday, 1 Feb 2019
21:42 sunpoet search for other commits by this committer
Add NO_ARCH
Original commitRevision:491863 
Sunday, 21 Jan 2018
10:51 mat search for other commits by this committer
Remove PYTHON*_DEFAULT_VERSION.
Original commitRevision:459584 
Friday, 15 May 2015
03:48 bdrewery search for other commits by this committer
Remove dead PYTHON_NO_DEPENDS. It has not been needed or supported since
USES=python was added in r364450.
Original commitRevision:386379 
Monday, 20 Oct 2014
17:52 mva search for other commits by this committer
- Convert ports of irc/ and lang/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371288 
Monday, 1 Sep 2014
13:03 bapt search for other commits by this committer
Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore

With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D693
Original commitRevision:366875 
Monday, 4 Aug 2014
05:49 mva search for other commits by this committer
- Fix and remove stale symlinks after the lang/python* cleanup

Reported by:	Scott Allendorf <scott-allendorf@uiowa.edu>
Original commitRevision:363965 
Saturday, 25 Jan 2014
09:15 mva search for other commits by this committer
- Do not use absolute source paths for the symlinks to the stagedir

Noticed by:	danfe
Original commitRevision:340997 
08:46 mva search for other commits by this committer
- Enable stagedir support
Original commitRevision:340996 
Thursday, 12 Dec 2013
08:12 kwm search for other commits by this committer
Install python[23].pc files for the lang/python[23] ports.

Discussed with:	koobs@
Approved by:	python@ (wg@)
Original commitRevision:336250 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
Sunday, 15 Sep 2013
12:52 mva search for other commits by this committer
- Introduce PYTHON2_DEFAULT_VERSION, the version of the default python2
  binary in $PATH. It can be set in case the user wants to use a
  specific python2 version as a default. Its behaviour is similar
  to the existing PYTHON3_DEFAULT_VERSION and fixes a small issue with
  package builds for different python versions.
- Outline that PYTHON_DEFAULT_VERSION always takes precedence for a
  specific python major version.
- Update lang/python2 to use PYTHON2_DEFAULT_VERSION and bump the
  PORTREVISION to let the installed port catch up with the change.
- Allow PYTHON3_DEFAULT_VERSION to overriden by a user choice, if
  PYTHON_DEFAULT_VERSION is not set to a python3 port.

Reported by:	David Demelier <demelier.david@gmail.com>
Reviewed by:	koobs@, sbz@
With hat on:	python@
Original commitRevision:327339 
Sunday, 18 Aug 2013
15:25 mva search for other commits by this committer
- Avoid circular dependencies due to the previous bsd.python.mk change
Original commitRevision:324925 
Saturday, 17 Aug 2013
19:10 mva search for other commits by this committer
- Move the symlink magic for the default python version into lang/python
  and lang/python2 and lang/python3. This change brings us closer to the goal
  of making Python ports usable with different Python versions at the same
  time.
- Add a new lang/python2 port to handle the symlinks for bin/python2,
  bin/idle2, bin/pydoc2 and so on.
- Add a new lang/python3 port to handle the symlinks for bin/python3,
  bin/idle3, bin/pydoc3 and so on.
- Bump the PORTREVISION on all lang/python* ports.
Original commitRevision:324864 

Number of commits found: 21