No detailed description about the changes since the old distfile is no more
available. It seems to be a .xml fix only ; see :
http://www.flightgear.org/forums/viewtopic.php?f=4&t=8604&p=97370
Bump PORTREVISION and rename the engines sub-directory
Approved by: ehaupt (mentor)
- Update WWW
[1] Changelog:
tthsum-1.2.1 [2009-12-29] (wdoekes)
* Minor code and build system cleanup.
tthsum-1.2.0 [2009-05-29] (wdoekes)
* Changed -p output to print percentages instead of MiB counts.
* Base32 decoding errors did not generate a valid error message. (Error code
0 conflicted with SUCCESS.)
* Fixed that ctrlesctostr accepted strange BASE36 escape sequences.
* Made getopt for Windows more compatible with POSIX getopt.
* Fixed that including the tthsum specific texts.c is optional.
* Changed some header inclusions to be more compliant with C specs and made
the source a bit more strict (ANSI C compatible, C++ compatible).
* Added a test suite to detect stupid bugs at compile time. (Like the next
bug.)
* Endianness was not properly detected on various architectures (see debian
bug 517619; thanks Alan Curry <pacman> for reporting).
* Standardized UTF8 functions to behave as specified on Windows.
* Corrected the need for a double EOF when reading from stdin.
* Changed license from GPLv2 to GPLv3. Updated help texts (suggesting gmake
on non-Linuxen, for instance).
* Removed a bit of overhead on big endian platforms.
This port still does not build if ports/security/krb5 port is installed
but I commit it to provide PostgreSQL 9.0 support for users that
do not have Kerberos port installed as I do not have spare time right now
to sort out those problems.
PR: 150902
Use XFCE master site macro, instead of 1 mirror.
depend on desktopfileutils so it will show up in xfce without session restart
PR: ports/150932
Submitted by: Olivier DUCHATEAU <duchateau.olivier@gmail.com>
Release notes:
This is a monthly bugfix release.
* archive: set date to 1980 for very old zip files
* bookmarks: fix _bookmarks/lookup() reentrancy issue (issue2016)
* context: fix filectx.undelete() (issue2388)
* convert/darcs: handle non-ASCII metadata in darcs changelog (issue2354)
* convert/svn: fix broken symlink renames in svn sink
* core: use lexists() instead of exists() where appropriate
* hgweb: Fix memory leak when using hg commands over http repositories
* hgweb: correct Content-Type header values for archive downloads
* log: include unmodified-in-merge files in log diff/stat (issue2383)
* mq: always require --force when pushing patches (issue2363)
* patch: do not overwrite broken untracked symlinks
* patch: fix rename text to binary file (issue2400)
* patch: fix target when patching broken symlinks (issue2368)
* patch: upgrade to git patch when removing binary file
* rename: do not overwrite existing broken symlinks
* url: verify correctness of https server certificates (issue2407)
* util: avoid using hashlib on Python < 2.5 (issue2278)
* verify: fix "missing revlog!" errors for revlog format v0 and add test
Changelist:
0.22 Sun Aug 15 17:50:00 2010
- fix typo
0.21 Sun Aug 15 13:00:00 2010
- removed unnecessary depencencies (#60236)
- fix failing test
0.20 Tue Aug 10 11:30:00 2010
- use space instead of comma for scope parameter
- more documentations for Net::Google::DataAPI::Auth::OAuth
0.19 Mon Jun 07 12:27:00 2010
- make 'lazy_build' the content property of Role::HasContent
PR: 151129
Submitted by: maintainer
Approved by: Gunter Wambaugh <gunter _at_ six-two.net> maintainer, glarkin (mentor, implicit)
This mistake slipped in during the last commit
PR: 150999
Submitted by: Florian Smeets <flo _at_ smeets.im>
Approved by: glarkin (mentor, implicit)
Feature safe: yes, WITH_SQLITE3 is no default OPTION
PORTREVISION. More details by the submitter:
"gnucash quote price editor consume date string and convert the string by
strptime(3) then get time_t by mktime(3). And struct tm, a mktime argument
is not initialized and mktime detects insane structure and returns -1. So
the entry is always added as epoch -1 date."
PR: ports/138410
Submitted by: Takanori Watanabe <takawata@init-main.com>
long-term archival storage. It seeks to make it practical not only to
manage large archives, but to use the information therein on a daily
basis instead of relegating it to offline storage.
WWW: http://www.archiveopteryx.org/
Approved by: pgj (mentor)