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/py-traits/distinfo

Number of commits found: 17

Friday, 10 Nov 2023
11:53 Wen Heping (wen) search for other commits by this committer
devel/py-traits: Update to 6.4.3
commit hash: 08a4228d82754f5c35ed366bb0c418c5b12e19f3 commit hash: 08a4228d82754f5c35ed366bb0c418c5b12e19f3 commit hash: 08a4228d82754f5c35ed366bb0c418c5b12e19f3 commit hash: 08a4228d82754f5c35ed366bb0c418c5b12e19f3 08a4228
Tuesday, 5 Sep 2023
00:01 Wen Heping (wen) search for other commits by this committer
devel/py-traits: Update to 6.4.2
commit hash: 7b916f7638c95447c3704cef07976515055cf83f commit hash: 7b916f7638c95447c3704cef07976515055cf83f commit hash: 7b916f7638c95447c3704cef07976515055cf83f commit hash: 7b916f7638c95447c3704cef07976515055cf83f 7b916f7
Sunday, 14 Aug 2022
13:12 Wen Heping (wen) search for other commits by this committer
devel/py-traits: Update to 6.4.1
commit hash: ed4aff42766bd46ab5f382c3314fd5dcf88da428 commit hash: ed4aff42766bd46ab5f382c3314fd5dcf88da428 commit hash: ed4aff42766bd46ab5f382c3314fd5dcf88da428 commit hash: ed4aff42766bd46ab5f382c3314fd5dcf88da428 ed4aff4
Friday, 24 Dec 2021
07:33 Wen Heping (wen) search for other commits by this committer
devel/py-traits: Update to 6.3.2
commit hash: d1a98bdeff1cef56bcb2006a87e028bb4c5939b9 commit hash: d1a98bdeff1cef56bcb2006a87e028bb4c5939b9 commit hash: d1a98bdeff1cef56bcb2006a87e028bb4c5939b9 commit hash: d1a98bdeff1cef56bcb2006a87e028bb4c5939b9 d1a98bd
Thursday, 14 Oct 2021
06:53 Wen Heping (wen) search for other commits by this committer
devel/py-traits: Update to 6.3.1
commit hash: 7cca50057bac693c234ae34770b5453be62ae86a commit hash: 7cca50057bac693c234ae34770b5453be62ae86a commit hash: 7cca50057bac693c234ae34770b5453be62ae86a commit hash: 7cca50057bac693c234ae34770b5453be62ae86a 7cca500
Tuesday, 27 Apr 2021
07:38 Wen Heping (wen) search for other commits by this committer
devel/py-traits: Update to 6.2.0
commit hash: 4a5c387785761b210af77b6f1c48cb3f7d08f1c3 commit hash: 4a5c387785761b210af77b6f1c48cb3f7d08f1c3 commit hash: 4a5c387785761b210af77b6f1c48cb3f7d08f1c3 commit hash: 4a5c387785761b210af77b6f1c48cb3f7d08f1c3 4a5c387
Tuesday, 20 Oct 2020
06:54 wen search for other commits by this committer
- Update to 6.1.1
Original commitRevision:552799 
Friday, 6 Sep 2019
05:52 wen search for other commits by this committer
- Update to 5.1.2
Original commitRevision:511278 
Sunday, 28 Apr 2019
00:28 wen search for other commits by this committer
- Update to 5.1.1
Original commitRevision:500272 
Monday, 18 Feb 2019
11:57 wen search for other commits by this committer
- Update to 5.0.0
Original commitRevision:493258 
Monday, 28 Nov 2016
03:02 wen search for other commits by this committer
- Update to 4.6.0
Original commitRevision:427281 
Friday, 23 Jan 2015
10:20 olivierd search for other commits by this committer
- Update to 4.5.0
- Switch MASTER_SITES to CHEESESHOP macro
- Remove DOCS and EXAMPLES
- Adjust dependencies

PR:		196977
Submitted by:	myself
Approved by:	wen@ (maintainer)
Original commitRevision:377719 
Friday, 18 Feb 2011
01:22 wen search for other commits by this committer
- Update to 3.6.0

PR:             ports/154349
Submitted by:   Wen Heping (myself)
Original commit
Wednesday, 2 Jun 2010
08:52 wen search for other commits by this committer
- Update to 3.4.0
Original commit
Saturday, 22 Aug 2009
19:22 miwi search for other commits by this committer
- Update to 3.20

PR:             138040
Submitted by:   Jacob Frelinger <jacob.frelinger@duke.edu>
Approved by:    maintainer
Original commit
Sunday, 22 Mar 2009
11:10 miwi search for other commits by this committer
- Update to 3.1.0

PR:             132896
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Sunday, 14 Dec 2008
10:40 miwi search for other commits by this committer
The Traits project is at the center of all Enthought Tool Suite
development and has changed the mental model used at Enthought for
programming in the already extremely efficient Python programming
language.

The Traits project allows Python programmers to use a special kind
of type definition called a trait, which gives object attributes
some additional characteristics, such as Initialization, Validation,
Delegation, Notification and Visualization.

A class can freely mix trait-based attributes with normal Python
attributes, or can opt to allow the use of only a fixed or open set
of trait attributes within the class. Trait attributes defined by
a classs are automatically inherited by any subclass derived from
the class.

WWW:    http://pypi.python.org/pypi/Traits/

PR:             ports/129589
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit

Number of commits found: 17