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: devel/android-tools-adb/files/patch-usb_libusb.c

Number of commits found: 3

Friday, 9 Oct 2015
15:25 jbeich search for other commits by this committer
devel/android-tools-{adb,fastboot}: update to 6.0.0.r1 (marshmallow)

- Integrate most changes from -devel slaves (e.g. r392432, r397252)
- Get revision based on GH_TAGNAME (from JSON for releases)
- Take maintainership

Changes:	https://android.googlesource.com/platform/system/core/+log/android-5.1.1_r4..android-6.0.0_r1/adb
Changes:	https://android.googlesource.com/platform/system/core/+log/android-5.1.1_r4..android-6.0.0_r1/fastboot
Approved by:	kevlo (adb maintainer)
Differential Revision:	https://reviews.freebsd.org/D3842
Original commitRevision:398924 
Friday, 19 Jun 2015
17:14 jbeich search for other commits by this committer
devel/android-tools-adb: fix "get-devpath" output

Catch up with the following upstream change:

https://android.googlesource.com/platform/system/core/+/e109d26%5E!/

Before

  $ adb get-devpath
  unknown

  $ adb devices -l
  List of devices attached
  ABCD1234             device product:A1 model:Blah device:foo

After

  $ adb get-devpath
  ugen1.2

  $ adb devices -l
  List of devices attached
  ABCD1234             device ugen1.2 product:A1 model:Blah device:foo

Differential Revision:	https://reviews.freebsd.org/D2862
Obtained from:	r389471 (based on)
Approved by:	kevlo (maintainer)
Original commitRevision:390136 
Thursday, 1 Aug 2013
10:05 kevlo search for other commits by this committer
Import Android adb tool.

Android Debug Bridge (adb) is a versatile command line tool that
lets you communicate with an emulator instance or connected
Android-powered device.
Original commitRevision:324099 

Number of commits found: 3