2010-02-10 20:17:48 by Joerg Sonnenberger | Files touched by this commit (205) |
Log message:
Bump revision for PYTHON_VERSION_DEFAULT change.
|
2009-06-14 20:04:45 by Joerg Sonnenberger | Files touched by this commit (183) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-04-07 06:41:19 by Amitai Schlair | Files touched by this commit (3) |
Log message:
Update to 2.65. From the changelog:
* Fixed warnings caused by Python v2.6 (using hashlib, removing
mimify, etc.)
* Deprecated QP_REQUIRED option as this is more than likely no
longer needed and part of what triggered Python warnings
* Fixed unicode errors in certain post headers
* Attempted to incorporate Debian/Ubuntu patches into the mainstream
release
* Support img type enclosures
* No file locking for SunOS
* Gracefully handle missing charsets
* Friendlier and more useful message if sendmail isn't installed
|
2009-02-09 23:56:28 by Joerg Sonnenberger | Files touched by this commit (167) |
Log message:
Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
|
2008-07-18 22:28:34 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 2.63. From the changelog:
* Licensed under GPL 2 & 3 now
* Display feed number in warning and error message lines
* Fix for unicode handling problem with certain entry titles
|
2008-04-25 22:39:14 by Joerg Sonnenberger | Files touched by this commit (170) |
Log message:
Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
|
2008-03-04 18:57:20 by Johnny C. Lam | Files touched by this commit (61) |
Log message:
Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
|
2008-02-28 13:12:21 by Roland Illig | Files touched by this commit (1) |
Log message:
Fixed pkglint warnings.
|
2008-02-19 11:33:05 by Amitai Schlair | Files touched by this commit (3) |
Log message:
Update to 2.62. From the changelog:
* Local feeds (/home/user/file.xml) should work
* Now really compatible with SunOS
* Don't wrap long subject headers
* New parameter CHARSET_LIST to override or supplement the order
in which charsets are tried against an entry
* Don't use blank content to generate id
* Using GMail as mail server should work
|
2007-01-19 01:57:03 by Amitai Schlair | Files touched by this commit (5) |
Log message:
Update to 2.60. From the changelog:
* Now compatible with SunOS
* Correctly handle international character sets in email From
Plus changes from Debian:
* Document more options in config.py
* Flesh out manual page
* Check exit status of sendmail, and die if it fails
* Use fcntl even on non-Sunos-Unix
|