-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: MacPorts 2.9.3 now available | ||
slug: macports-293-now-available | ||
date: 2024-04-04 01:56:02 | ||
--- | ||
|
||
The MacPorts Project is pleased to announce the release of version | ||
2.9.3. This is a bugfix release with small changes only. See the | ||
[ChangeLog][1] for the list of changes. | ||
|
||
If you already have MacPorts installed, the preferred method for | ||
updating is to run: | ||
|
||
sudo port selfupdate | ||
|
||
For new installs, [package installers][2] are available for the most current | ||
macOS 14 Sonoma and all older releases back to Mac OS X 10.4 Tiger. The | ||
source is also available as tarballs compressed with gzip or bzip2, or from the | ||
[git tag][3]. | ||
|
||
Detached PGP signatures for the disk images, package installers and | ||
source tarballs have been made by [Joshua Root][4], and the git tag has | ||
been signed with the same key. The public key is available on the | ||
keyservers and the MacPorts wiki, the fingerprint being: | ||
|
||
0x01FF673FB4AAE6CD: C403 7936 5723 6DCF 2E58 0C02 01FF 673F B4AA E6CD | ||
|
||
The MacPorts Port Managers | ||
|
||
[1]: <https://github.com/macports/macports-base/blob/release-2.9/ChangeLog> | ||
[2]: <https://www.macports.org/install.php> | ||
[3]: <https://github.com/macports/macports-base/releases/tag/v2.9.3> | ||
[4]: <https://trac.macports.org/wiki/jmr> |