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: archivers/7-zip/Makefile

Number of commits found: 10

Thursday, 31 Aug 2023
09:39 Max Brazhnikov (makc) search for other commits by this committer
archivers/7-zip: update to 23.01

PR:		273417
Submitted by:	Fabian Wenk
commit hash: afb01763bb13cf2636e25932dbdfa2d2c228042d commit hash: afb01763bb13cf2636e25932dbdfa2d2c228042d commit hash: afb01763bb13cf2636e25932dbdfa2d2c228042d commit hash: afb01763bb13cf2636e25932dbdfa2d2c228042d afb0176
Sunday, 20 Nov 2022
21:03 Max Brazhnikov (makc) search for other commits by this committer
archivers/7-zip: Update to 22.01

Changes 22.00 -> 21.01:
	https://sourceforge.net/p/sevenzip/discussion/45797/thread/c43cbc5f18/
Changes 21.07 -> 22.00:
	https://sourceforge.net/p/sevenzip/discussion/45797/thread/9c2d9061ce/
commit hash: 958b5bff32717c8517fd262f406a5e3b0b3136fc commit hash: 958b5bff32717c8517fd262f406a5e3b0b3136fc commit hash: 958b5bff32717c8517fd262f406a5e3b0b3136fc commit hash: 958b5bff32717c8517fd262f406a5e3b0b3136fc 958b5bf
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
Tuesday, 24 May 2022
17:25 Max Brazhnikov (makc) search for other commits by this committer
archivers/7-zip: provide compatibility link

- Provide 7z as a link to 7zz binary and mark conflict with p7zip
- Do not copy license file along with docs
commit hash: cf33840b7fa53cd23fbfcdb0de81cb394bcdcfae commit hash: cf33840b7fa53cd23fbfcdb0de81cb394bcdcfae commit hash: cf33840b7fa53cd23fbfcdb0de81cb394bcdcfae commit hash: cf33840b7fa53cd23fbfcdb0de81cb394bcdcfae cf33840
Monday, 18 Apr 2022
11:40 Max Brazhnikov (makc) search for other commits by this committer
archivers/7-zip: fix build on armv6/armv7

- Extend HWCAP detection patch to use correct auxvals on armv6/armv7.
- Disable optimised AES, CRC, SHA-1, and SHA-256 kernels on armv6/armv7
  as they don't build with base clang.

PR:		263244
Submitted by:	Robert Clausecker
commit hash: 96151ece4c41ec9a060a5347704f1a51323dd57f commit hash: 96151ece4c41ec9a060a5347704f1a51323dd57f commit hash: 96151ece4c41ec9a060a5347704f1a51323dd57f commit hash: 96151ece4c41ec9a060a5347704f1a51323dd57f 96151ec
Monday, 14 Feb 2022
21:59 Max Brazhnikov (makc) search for other commits by this committer
archivers/7-zip: add man page
commit hash: 143e70f094b0cd7d0d37c331b4b52b54f6dc13aa commit hash: 143e70f094b0cd7d0d37c331b4b52b54f6dc13aa commit hash: 143e70f094b0cd7d0d37c331b4b52b54f6dc13aa commit hash: 143e70f094b0cd7d0d37c331b4b52b54f6dc13aa 143e70f
Sunday, 30 Jan 2022
17:29 Max Brazhnikov (makc) search for other commits by this committer
archivers/7-zip: set CFLAGS to fix build on aarch64

The code will use CRC instructions at runtime if available.

PR:	260329
commit hash: 3d0da7220ca950600c5ddaf70797c27b00803a5c commit hash: 3d0da7220ca950600c5ddaf70797c27b00803a5c commit hash: 3d0da7220ca950600c5ddaf70797c27b00803a5c commit hash: 3d0da7220ca950600c5ddaf70797c27b00803a5c 3d0da72
Tuesday, 28 Dec 2021
14:32 Max Brazhnikov (makc) search for other commits by this committer
archivers/7-zip: Update to 21.07

Merge patches to fix build on arm64 [1].

PR:		260329 [1]
Reported by:	diizzy@
Submitted by:	mikael@
commit hash: b6bf306d87ea3b01bbdeb47688b2456fdca04ad7 commit hash: b6bf306d87ea3b01bbdeb47688b2456fdca04ad7 commit hash: b6bf306d87ea3b01bbdeb47688b2456fdca04ad7 commit hash: b6bf306d87ea3b01bbdeb47688b2456fdca04ad7 b6bf306
Saturday, 11 Dec 2021
12:14 Max Brazhnikov (makc) search for other commits by this committer
archivers/7-zip: add license and cpe info
commit hash: 6e8f1c2531e29a797cb716248b6472c3a125bcec commit hash: 6e8f1c2531e29a797cb716248b6472c3a125bcec commit hash: 6e8f1c2531e29a797cb716248b6472c3a125bcec commit hash: 6e8f1c2531e29a797cb716248b6472c3a125bcec 6e8f1c2
Friday, 10 Dec 2021
15:13 Max Brazhnikov (makc) search for other commits by this committer
archivers/7-zip: add new port

This is console version of original 7-Zip archiver released for Linux:
https://sourceforge.net/p/sevenzip/discussion/45797/thread/cec5e63147/

The sources are packed with 7z, therefore p7zip is required to build this port.
commit hash: cba515834b610de4ee050a032e5eed4b9180fbac commit hash: cba515834b610de4ee050a032e5eed4b9180fbac commit hash: cba515834b610de4ee050a032e5eed4b9180fbac commit hash: cba515834b610de4ee050a032e5eed4b9180fbac cba5158

Number of commits found: 10