2017-03-18 20:06:19 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Revert previous and replace with a Darwin-specific workaround.
As joerg@ pointed out, this is not a cwrappers problem. Indeed, the
package had not been broken on NetBSD 7.x. Not sure how I jumped to my
wrong conclusion.
Instead, have the package instruct the cpp wrapper to run "/usr/bin/cpp"
on Darwin rather than the usual "clang -E". This is still a little odd,
but much less wrong, and fixes the Darwin build just as well.
|
2017-03-17 18:30:34 by Amitai Schleier | Files touched by this commit (3) |
Log message:
cwrappers don't like piping to cpp. Work around this.
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797) |
Log message:
Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2014-02-20 17:40:54 by Amitai Schlair | Files touched by this commit (4) |
Log message:
Update to 0.11. From the changelog:
- upgraded Discount to 2.1.7, which fixed an issue generating <em> tags
from _<nonascii>_ and *<nonascii>*
- doc typo fix (by @harupong)
|
2013-08-30 17:49:49 by Amitai Schlair | Files touched by this commit (4) |
Log message:
Fix build on case-insensitive filesystems (e.g., Darwin's). No
functional change intended on other systems.
|
2013-08-26 02:23:04 by Wen Heping | Files touched by this commit (3) |
Log message:
Update to 0.10
Upstream changes:
0.10 Fri Aug 9 12:49:59 PDT 2013
- added with_html5_tags() to enable html5 block elements support (by @Songmu)
0.09 Mon Aug 5 10:08:05 PDT 2013
- fixed #14 "some files are missing in 0.08"
0.08 Sun Aug 4 23:50:18 PDT 2013
- Reverted html5 tags support
0.07 Sun Aug 4 18:44:48 PDT 2013
- Removed MYMETA (by @Songmu)
- Added html5 tags support (by @Songmu)
0.06 Sat Jul 13 20:35:10 PDT 2013
- Documentation improvements by @nailbowers
- fixed an issue with is_utf8 boolean casting behavior
0.05 Tue Jul 9 14:40:27 PDT 2013
- Support MKD_* flags (by @tokuhirom)
- markdown() returns UTF-8 encoded string (by @Songmu)
- upgraded Discount to 2.1.6 (by @Songmu)
|
2013-07-10 03:29:21 by Amitai Schlair | Files touched by this commit (3) |
Log message:
Update to 0.04. From the changelog:
- noop to deal with ugly file name
- upgraded discount to 2.1.5a (RT:79192)
|