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: Mk/Uses/tar.mk

Number of commits found: 15

Sunday, 22 May 2022
06:13 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/Uses/tar.mk: Add .tar.zst support (USES=tar:zst or USES=tar:zstd)

- While I'm here, sort tar arguments for easier lookup
commit hash: c088899ebb347656e57e2cab0bcf0133cd34c332 commit hash: c088899ebb347656e57e2cab0bcf0133cd34c332 commit hash: c088899ebb347656e57e2cab0bcf0133cd34c332 commit hash: c088899ebb347656e57e2cab0bcf0133cd34c332 c088899
05:57 Tobias C. Berner (tcberner) search for other commits by this committer
Mk/Uses/tar.mk: revert "Add .tar.zst support (USES=tar:zst or USES=tar:zstd)"

This reverts commit 863e0d46e6fac215477cf3f9787fb89bd216191c.

Reverted due to error:
	===>  libmtdev-1.1.6_1 Incorrect 'USES+=tar:bz2'.
	*** Error code 1

	Stop.

Please fix, test, and readd.

With hat:	portmgr
commit hash: 1d244c00f3ec8a406b921592edc121a4d103f16d commit hash: 1d244c00f3ec8a406b921592edc121a4d103f16d commit hash: 1d244c00f3ec8a406b921592edc121a4d103f16d commit hash: 1d244c00f3ec8a406b921592edc121a4d103f16d 1d244c0
05:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/Uses/tar.mk: Add .tar.zst support (USES=tar:zst or USES=tar:zstd)

- While I'm here, sort tar arguments for easier lookup
commit hash: 863e0d46e6fac215477cf3f9787fb89bd216191c commit hash: 863e0d46e6fac215477cf3f9787fb89bd216191c commit hash: 863e0d46e6fac215477cf3f9787fb89bd216191c commit hash: 863e0d46e6fac215477cf3f9787fb89bd216191c 863e0d4
Sunday, 24 Apr 2022
10:00 Tobias C. Berner (tcberner) search for other commits by this committer
framework: cleanup conditional-indentations in Mk/

Run Tools/scripts/indent_make_if.pl on all of Mk.

These white space changes contribute greatly to the readability of those files.
As we have a version control system, finding out the reasons for the changes
prior to these white space changes is still easily possible

Differential Revision:	https://reviews.freebsd.org/D35024
Reviewed by:		portmgr (rene, bapt)
commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 aa25396
09:29 Rene Ladan (rene) search for other commits by this committer
Mk: release portmgr maintainership of most USES files

Differential Revision: https://reviews.freebsd.org/D34936

Reviewed by:	desktop (tcberner), portmgr (tcberner), ruby (yasu), tijl
commit hash: 767d81e1296a49573aaa24dfc9677f801fddc6d4 commit hash: 767d81e1296a49573aaa24dfc9677f801fddc6d4 commit hash: 767d81e1296a49573aaa24dfc9677f801fddc6d4 commit hash: 767d81e1296a49573aaa24dfc9677f801fddc6d4 767d81e
Tuesday, 6 Apr 2021
14:27 Mathieu Arnold (mat) search for other commits by this committer
framework: Remove $FreeBSD$

Where appropriate fiddle with a few other things.
commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 5d33e04
Wednesday, 12 Jun 2019
09:45 danfe search for other commits by this committer
Add `.tar.lz' suffix support to our framework since BSD tar(1) natively
supports it.

Lzip offers better compression ratios and archival features compared to
more common .gz or .xz formats, and is being used by some software when
packaging their distfiles.

Approved by:	portmgr (rene)
Differential Revision:	https://reviews.freebsd.org/D20619
Original commitRevision:504008 
Sunday, 6 Mar 2016
12:29 amdmi3 search for other commits by this committer
- Add support for USES=tar:tbz2

Approved by:	portmgr (mat)
Differential Revision:	D5564
Original commitRevision:410457 
Sunday, 28 Sep 2014
16:36 tijl search for other commits by this committer
Change the way USES is handled:
- Loop over USES twice, once to define all *_ARGS variables and once to
  include Uses/*.mk.  This allows all Uses/*.mk to examine arguments given
  to other USES entries.
- Always define *_ARGS (possibly empty) and replace commas with spaces.

Similar for _USES_POST.

Adjust all Uses/*.mk:
- defined(u_ARGS) becomes !empty(u_ARGS)
- Eliminate helper variables like _*_ARGS=${*_ARGS:C/,/ /g}
- Some Uses/*.mk used ":" as argument separator instead of ",", but no port
  used this form
- Uses/cran.mk: remove unused variable VALID_ARGS and USES+=fortran which
  has no effect
- Uses/twisted.mk: simplify handling of the case where neither "build" nor
  "run" arguments have been specified

PR:		193931
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:369465 
Monday, 4 Aug 2014
11:46 bapt search for other commits by this committer
Add txz and bz2 arguments to USES=tar

bz2 with other arguments where the argument is the extention not the frmat
Keep bzip2 as an alias for bz2.
Original commitRevision:363991 
Sunday, 30 Mar 2014
10:50 antoine search for other commits by this committer
Fix a typo

Submitted by:	rene
With hat:	portmgr
Original commitRevision:349611 
Monday, 17 Mar 2014
13:13 mat search for other commits by this committer
Add tar:tbz.

Suggested by:	danfe
Sponsored by:	Absolight
Original commitRevision:348469 
Saturday, 15 Mar 2014
10:31 gerald search for other commits by this committer
Move MAINTAINER lines to the end of the initial comment block and
make things a bit more consistent.

Approved by:	portmgr (bapt)
Original commitRevision:348308 
Wednesday, 12 Mar 2014
17:59 sunpoet search for other commits by this committer
- Add USES=tar:lzma for .tar.lzma case

Approved by:	bapt (portmgr)
Original commitRevision:347993 
09:17 bapt search for other commits by this committer
Two new USES added to finish handling distfiles formats a consistent way:

USES=tar[:[xz|bzip2|Z|tgz]] handles distributions files in format:
- plain tar
- tar.xz
- tar.bz2
- tar.Z
- tgz

USES=lha handles distributions files info LHA format
Original commitRevision:347964 

Number of commits found: 15