Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
28 May 2020 08:43:30
2.1.0

|
danfe  |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6). |
23 Feb 2019 02:16:53
2.1.0

|
zi  |
- Update to 2.1.0 |
21 Mar 2017 12:54:29
2.0.2

|
zi  |
- Update to 2.0.2 |
18 Aug 2016 23:28:59
2.0.1

|
zi  |
- Update to 2.0.1 |
01 Jun 2016 13:15:37
1.9.9

|
mat  |
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight |
09 Jan 2016 03:26:51
1.9.9

|
zi  |
- Update to 1.9.9 |
06 May 2015 15:16:54
1.9.8p2

|
mat  |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
19 Mar 2015 16:44:59
1.9.8p2

|
bdrewery  |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
22 Dec 2014 17:12:27
1.9.8p2

|
feld  |
Update "BSD" license in devel category |
29 Jul 2014 21:43:18
1.9.8p2

|
adamw  |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
06 Feb 2014 22:04:33
1.9.8p2

|
bapt  |
Support stage |
20 Sep 2013 17:17:45
1.9.8p2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
24 Jun 2013 11:50:20
1.9.8p2

|
zi  |
- Update to 1.9.8p2
PR: ports/179535
Submitted by: Waitman Gobble <uzimac@da3m0n8t3r.com> |
09 Oct 2012 22:38:05
1.9.7

|
zi  |
- Update to 1.9.7 |
06 May 2012 18:02:04
1.9.6
|
zi  |
New port: devel/uthash
This is a hash table, implemented in C, supporting constant-time
add/find/remove of C structures. Any structure having a unique,
arbitrarily-typed key member can be hashed by adding a UT_hash_handle
member to the structure and calling these macros.
WWW: http://uthash.sourceforge.net/ |