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: net/megacmd/Makefile

Number of commits found: 14

Thursday, 5 Oct 2023
12:13 Jason E. Hale (jhale) search for other commits by this committer
security/cryptopp: Update to 8.9.0

Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release890.html
commit hash: a183016bcd7df1bac249d0dc2a6e8b168f9b0534 commit hash: a183016bcd7df1bac249d0dc2a6e8b168f9b0534 commit hash: a183016bcd7df1bac249d0dc2a6e8b168f9b0534 commit hash: a183016bcd7df1bac249d0dc2a6e8b168f9b0534 a183016
Wednesday, 12 Jul 2023
05:31 Jason E. Hale (jhale) search for other commits by this committer
security/cryptopp: Update to 8.8.0

Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release880.html
commit hash: 5e3c265d1138e3fbcb843c0673715d0be95d717d commit hash: 5e3c265d1138e3fbcb843c0673715d0be95d717d commit hash: 5e3c265d1138e3fbcb843c0673715d0be95d717d commit hash: 5e3c265d1138e3fbcb843c0673715d0be95d717d 5e3c265
Thursday, 18 May 2023
08:19 Robert Clausecker (fuz) search for other commits by this committer Author: kikadf
net/megacmd: update to 1.6.3

Update megasdk to 4.17.1d.
Simplify SHEBANG_FILES.
Run mega-* wrapper commands with sh(1) instead of bash(1).

PR:		271430
commit hash: cc33a2ff418a4034d29e2195e25289233aed8772 commit hash: cc33a2ff418a4034d29e2195e25289233aed8772 commit hash: cc33a2ff418a4034d29e2195e25289233aed8772 commit hash: cc33a2ff418a4034d29e2195e25289233aed8772 cc33a2f
Thursday, 20 Apr 2023
11:49 Robert Clausecker (fuz) search for other commits by this committer Author: kikadf
net/megacmd: update to 1.6.1

 - update sdk to 4.17.1a
 - fix segmentation fault with cryptopp-8.7.0:
   add -DCRYPTOPP_DISABLE_ASM to CXXFLAGS on i386 and amd64
 - adopt port

PR:		269979, 270916
commit hash: c72cc0314bc0e0fe56f220585c57fb09303aea1d commit hash: c72cc0314bc0e0fe56f220585c57fb09303aea1d commit hash: c72cc0314bc0e0fe56f220585c57fb09303aea1d commit hash: c72cc0314bc0e0fe56f220585c57fb09303aea1d c72cc03
Friday, 16 Sep 2022
03:56 Jason E. Hale (jhale) search for other commits by this committer
security/cryptopp: Update to 8.7.0

Drop most of the SIMD logic. The cryptopp Makefile autodetects CPU
features regardless if CPUTYPE is set and it is not possible to disable
specific instruction sets. It is only possible to completely disable
assembly optimizations, which is recommended for package building unless
all consumer machines support the build machine's CPU instruction sets.

Since version 8.1, it is no longer necessary to export
-DCRYPTOPP_DISABLE_ASM to the pkgconfig file. Consumers will now
build without it defined if the SIMD option is disabled. Remove old
workarounds pertaining to this issue.
https://github.com/weidai11/cryptopp/issues/779

Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release870.html
commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661 commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661 commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661 commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661 5a19c08
Thursday, 8 Sep 2022
23:12 Lorenzo Salvadore (salvadore) search for other commits by this committer Author: Daniel Menelkir
all: Return Daniel Menelkir's ports to the pool per his request

PR:		266294
commit hash: 12a4cabc616f3a19a13a784ceba8b14ee10f2ea6 commit hash: 12a4cabc616f3a19a13a784ceba8b14ee10f2ea6 commit hash: 12a4cabc616f3a19a13a784ceba8b14ee10f2ea6 commit hash: 12a4cabc616f3a19a13a784ceba8b14ee10f2ea6 12a4cab
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
Sunday, 27 Feb 2022
18:32 Fernando Apesteguía (fernape) search for other commits by this committer
net/megacmd: Update to 1.5.0

PR:	261344
Reported by:	menelkir@itroll.org (maintainer)
commit hash: fcac26b57159975fb5debd94c167784b1508fd83 commit hash: fcac26b57159975fb5debd94c167784b1508fd83 commit hash: fcac26b57159975fb5debd94c167784b1508fd83 commit hash: fcac26b57159975fb5debd94c167784b1508fd83 fcac26b5
Thursday, 24 Jun 2021
17:24 Fernando Apesteguía (fernape) search for other commits by this committer
net/megacmd: Update to 1.4.1

No changelog available.

The change from the Linux to Win version in the distfile is intended.

PR:	256760
Reported by:	menelkir@itroll.org (maintainer)
commit hash: 2e2c1c32e0dd60b860183111179a29d0f0cbed5d commit hash: 2e2c1c32e0dd60b860183111179a29d0f0cbed5d commit hash: 2e2c1c32e0dd60b860183111179a29d0f0cbed5d commit hash: 2e2c1c32e0dd60b860183111179a29d0f0cbed5d 2e2c1c3
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
Wednesday, 10 Mar 2021
11:50 fernape search for other commits by this committer
net/megacmd: Update to 1.4.0

PR:	254168
Submitted by:	menelkir@itroll.org (maintainer)
Original commitRevision:567993 
Tuesday, 19 Jan 2021
04:26 jhale search for other commits by this committer
security/cryptopp: Update to 8.4.0

Bump PORTREVSION on all consumers. ABI-breaking changes were introduced and
recompile of consumers is necessary.

Remove unused cryptopp dependency from devel/xeus. Upstream migrated to OpenSSL
several releases ago. [1]

[1]
https://github.com/jupyter-xeus/xeus/commit/c98c44c174cafcf424f4203dc3c61564118feb3e

Changes:	https://www.cryptopp.com/release840.html
Original commitRevision:562021 
Monday, 19 Oct 2020
03:29 lwhsu search for other commits by this committer
Add net/megacmd

Command Line Interactive and Scriptable Application to access MEGA

PR:		231485
Submitted by:	kikadf <kikadf.01@gmail.com>
		Daniel Menelkir <menelkir@itroll.org>
Original commitRevision:552707 

Number of commits found: 14