2011

The committer field is not always an email address

This issue was brought to my attention by wxs (Wesley Shields). The issue is evident at http://www.freshports.org/graphs2.php. When you get there, click on click on Commits Over Time by Committer and then wait for the page to load. Scroll down to the D’s. There you’ll see a few committers suffixed with ‘(ports committer)’. Looking in […]

The committer field is not always an email address Read More »

Doing commits in the correct order

Lately, I’ve been thinking and writing about how to list ports that depend upon this port. Today, another special situation arose: doing commits out of order. Case in question: this commit support for databases/php5-sqlite3 to lang/php5-extensions. The lang/php5-extensions commit was at 15:52:14. However, databases/php5-sqlite3 was not created until 15:54:29. I am not sure how to

Doing commits in the correct order Read More »

Storing dates in date fields

From time to time, ports/security/vuxml/vuln.xml gets a date field containing an invalid date. FreshPorts stores these entries in a table that looks like this: freshports.org=# \d vuxml Table “public.vuxml” Column | Type | Modifiers —————-+————–+—————————————————- id | integer | not null default nextval(‘vuxml_id_seq’::regclass) vid | text | not null topic | text | not null

Storing dates in date fields Read More »

Scroll to Top