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: databases/leveldb/files/patch-Makefile

Number of commits found: 10

Friday, 19 Apr 2019
23:25 sunpoet search for other commits by this committer
Update to 1.21

Changes:	https://github.com/google/leveldb/releases
Original commitRevision:499394 
Friday, 10 Mar 2017
22:44 sunpoet search for other commits by this committer
Run configure script in configure stage
Original commitRevision:435847 
Saturday, 19 Nov 2016
17:02 sunpoet search for other commits by this committer
- Update to 1.19

Changes:	https://github.com/google/leveldb/releases
Original commitRevision:426395 
Saturday, 11 Jul 2015
15:27 sunpoet search for other commits by this committer
- Convert to new options target helper
- Update comment
- Regenerate patch file with makepatch:
Original commitRevision:391744 
Tuesday, 23 Apr 2013
17:15 sunpoet search for other commits by this committer
- Build/install memenv header file and shared/static library
- Bump PORTREVISION for package change
- Cosmetic change

Requested by:	mi
Tested by:	mi, Robert Backhaus <robbak@robbak.com> (net-p2p/bitcoin maintainer)
Original commitRevision:316380 
Saturday, 16 Jun 2012
20:21 sunpoet search for other commits by this committer
- Update to 1.5.0

Changes:        http://code.google.com/p/leveldb/source/list
               
http://code.google.com/p/leveldb/source/detail?r=dd0d562b4d4fbd07db6a44f9e221f8d368fee8e4
               
http://code.google.com/p/leveldb/source/detail?r=b914f91b1049699aa2d0e08660aa9246b87bdcb7
               
http://code.google.com/p/leveldb/source/detail?r=075a35a6d390167b77b687e067dd0ba593e7f624
               
http://code.google.com/p/leveldb/source/detail?r=85584d497e7b354853b72f450683d59fcf6b9c5c
               
http://code.google.com/p/leveldb/source/detail?r=bc1ee4d25e09b04e074db330a41f54ef4af0e31b
               
http://code.google.com/p/leveldb/source/detail?r=a1ad4d1995dc8efeb0d3d7a40b8bb63c9b7c8259
Submitted by:   vanilla
Original commit
Wednesday, 7 Dec 2011
14:04 sunpoet search for other commits by this committer
- Update to 1.2.20111130

Changes:        http://code.google.com/p/leveldb/source/list
               
http://code.google.com/p/leveldb/source/detail?r=c8c5866a86c8d4a3e80d8708d14a06776fb683d1
Feature safe:   yes
Original commit
Monday, 21 Nov 2011
09:01 sunpoet search for other commits by this committer
- Update to 1.2.20111114

Changes:        http://code.google.com/p/leveldb/source/list
               
http://code.google.com/p/leveldb/source/detail?r=42fb47f6edab02d4abb814631c6615dd4661d7d2
               
http://code.google.com/p/leveldb/source/detail?r=36a5f8ed7f9fb3373236d5eace4f5fea369856ee
Feature safe:   yes
Original commit
Friday, 28 Oct 2011
14:18 sunpoet search for other commits by this committer
- Fix snappy detection
- Turn off PERFTOOLS by default
- Pet portlint
- Bump PORTREVISION for dependency change
Original commit
10:54 sunpoet search for other commits by this committer
- Add leveldb 1.2.20111024

LevelDB is a fast key-value storage library written at Google that provides an
ordered mapping from string keys to string values.

Features:
- Keys and values are arbitrary byte arrays.
- Data is stored sorted by key.
- Callers can provide a custom comparison function to override the sort order.
- The basic operations are Put(key,value), Get(key), Delete(key).
- Multiple changes can be made in one atomic batch.
- Users can create a transient snapshot to get a consistent view of data.
- Forward and backward iteration is supported over the data.
- Data is automatically compressed using the Snappy compression library.
- External activity (file system operations etc.) is relayed through a virtual
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 10