diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-07-15 02:41:30 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-07-15 02:41:30 +0000 |
commit | 4c2e23a9972a72564033cf358ea48164daca8b6f (patch) | |
tree | bc98d385c79e09c3ca79641376d387c420e658ac /print/diffpdf/Makefile | |
parent | 181130705837e2e906da4542f0941046c27af032 (diff) | |
download | pkgsrc-4c2e23a9972a72564033cf358ea48164daca8b6f.tar.gz |
Update to 1.2.2
Changelog:
1.2.2
Tiny change in how command line arguments are handled. This should make
things work with both English and non-English locales on Windows.
1.2.1
Minor improvement with focus control for Previous and Next buttons.
Acknowledged Steven Lee for building Windows binaries and Dirk Loss for
building Mac OS X binaries in the About box.
1.2.0
Got rid of old text comparison mode.
Various small user interface improvements.
Fixed a subtle bug that meant the combine text highlighting setting
wasn't saved and restored correctly.
Diffstat (limited to 'print/diffpdf/Makefile')
-rw-r--r-- | print/diffpdf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/diffpdf/Makefile b/print/diffpdf/Makefile index 9083d2c4500..5307c5f3a6f 100644 --- a/print/diffpdf/Makefile +++ b/print/diffpdf/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2011/04/22 13:44:31 obache Exp $ +# $NetBSD: Makefile,v 1.14 2011/07/15 02:41:30 ryoon Exp $ # -DISTNAME= diffpdf-1.1.5 -PKGREVISION= 1 +DISTNAME= diffpdf-1.2.2 CATEGORIES= print MASTER_SITES= http://www.qtrac.eu/ |