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/ceph/distinfo

Number of commits found: 6

Saturday, 25 Aug 2018
14:40 jhale search for other commits by this committer
Revert checksum to what the port had previously due to a report of breakage.

There is something strange going on here. Maybe with the way Github makes
these archives?
In r463680 we had for the same file/same git hash:
SHA256 (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) =
466f7185015df8d13f8b2b9a17ee30ab419bcd667284ce2b6d32a1128c4640f1
SIZE (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 3634266

Then in r474922 it was changed to:
SHA256 (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) =
8ab8f36f3e0a720c882b8bb4abb3f2e26bd6b025cc263119207f7d2eb3b1e490
SIZE (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 3685656

When I was working on this port the 8ab8f36 checksum failed, but the 466f718
checksum worked, so I changed back in r477944. Now it seems the 8ab8f36
checksum is working and 466f718 is not.

I have both files. Both are identical when extracted. The only difference
appears to be the compression ratio. As of right now I can only download
the 8ab8f36 file.

Reported by:	fluffy
Original commitRevision:478049 
Friday, 24 Aug 2018
07:45 jhale search for other commits by this committer
- Fix rc.d script (too many parameters)
- Fix distinfo (checksum and size were corrupted in last update)
- Remove security/crytopp dependency that the port does not use
- Fix typo in IGNORE message
- Move pkgconf dependency to USES
- Depend on python ports correctly
- Remove CMAKE_BUILD_TYPE - it already is set to "Release" by the framework
- Bump PORTREVISION for dependency changes

PR:		230665
Submitted by:	Willem Jan Withagen <wjw@digiware.nl> (maintainer)
Original commitRevision:477944 
Thursday, 19 Jul 2018
00:02 jbeich search for other commits by this committer
net/ceph: update to 12.2.7

Changes:	https://ceph.com/releases/v12-2-5-luminous-released/
Changes:	https://ceph.com/releases/12-2-7-luminous-released/
PR:		229877
Submitted by:	Willem Jan Withagen (maintainer)
Original commitRevision:474922 
Tuesday, 6 Mar 2018
00:59 jbeich search for other commits by this committer
net/ceph: update to 12.2.4

- Convert to USE_OPENLDAP
- Drop LLD dependency [1]
- Limit portscout reports to 12.*

Changes:	https://ceph.com/releases/v12-2-3-luminous-released/
Changes:	https://ceph.com/releases/v12-2-4-luminous-released/
PR:		224805 [1] 226376
Submitted by:	Willem Jan Withagen (maintainer)
Original commitRevision:463680 
Monday, 1 Jan 2018
01:36 jbeich search for other commits by this committer
net/ceph: update to 12.2.2

Changes:	http://ceph.com/releases/v12-2-1-luminous-released/
Changes:	http://ceph.com/releases/v12-2-2-luminous-released/
PR:		224185
Submitted by:	Willem Jan Withagen (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13699
Original commitRevision:457752 
Sunday, 3 Sep 2017
08:29 pi search for other commits by this committer
New port: net/ceph

Ceph is a distributed object store and file system designed to provide
excellent performance, reliability and scalability.

* Object Storage
  Ceph provides seamless access to objects using native language bindings or
  radosgw, a REST interface for applications written with S3 and Swift.
* Block Storage
  Ceph's RADOS Block Device (RBD) provides access to block device images
  that are striped and replicated across the entire storage cluster.
* File System
  Ceph provides a POSIX-compliant network file system aiming for large data
  storage, high performance, and maximum compatibility with legacy applications.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:449176 

Number of commits found: 6