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 | |
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')
-rw-r--r-- | print/diffpdf/Makefile | 5 | ||||
-rw-r--r-- | print/diffpdf/distinfo | 10 | ||||
-rw-r--r-- | print/diffpdf/patches/patch-aa | 10 |
3 files changed, 12 insertions, 13 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/ diff --git a/print/diffpdf/distinfo b/print/diffpdf/distinfo index 0a5adfc1078..1645e1a150d 100644 --- a/print/diffpdf/distinfo +++ b/print/diffpdf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2011/04/18 17:18:26 drochner Exp $ +$NetBSD: distinfo,v 1.5 2011/07/15 02:41:30 ryoon Exp $ -SHA1 (diffpdf-1.1.5.tar.gz) = c932b715813fdcdd005549934d3f5c96d37a5f5a -RMD160 (diffpdf-1.1.5.tar.gz) = 6b907a1bd616e1f5eaba3c62dea62ea96d34f8ba -Size (diffpdf-1.1.5.tar.gz) = 26203 bytes -SHA1 (patch-aa) = 6123698febf0f59a404cd3a49c6ec44d87450942 +SHA1 (diffpdf-1.2.2.tar.gz) = 064cda3e23a129b22e2b4dfdf141d6d300bf7e68 +RMD160 (diffpdf-1.2.2.tar.gz) = 0592566afcc05128b178bb63cab991d65ee13e40 +Size (diffpdf-1.2.2.tar.gz) = 28675 bytes +SHA1 (patch-aa) = 21175f2fd8dbf6ee78354cf941543c8e11edab8f diff --git a/print/diffpdf/patches/patch-aa b/print/diffpdf/patches/patch-aa index 087f87cd579..296c59109eb 100644 --- a/print/diffpdf/patches/patch-aa +++ b/print/diffpdf/patches/patch-aa @@ -1,10 +1,10 @@ -$NetBSD: patch-aa,v 1.3 2011/04/18 17:18:26 drochner Exp $ +$NetBSD: patch-aa,v 1.4 2011/07/15 02:41:30 ryoon Exp $ ---- diffpdf.pro.orig 2011-02-14 16:38:32.000000000 +0000 +--- diffpdf.pro.orig 2011-06-20 08:20:22.000000000 +0000 +++ diffpdf.pro -@@ -14,8 +14,8 @@ exists($(HOME)/opt/poppler014/) { - INCLUDEPATH += $(HOME)/opt/poppler014/include/poppler/qt4 - LIBS += -Wl,-rpath -Wl,$(HOME)/opt/poppler014/lib -Wl,-L$(HOME)/opt/poppler014/lib +@@ -14,8 +14,8 @@ exists($(HOME)/opt/poppler016/) { + INCLUDEPATH += $(HOME)/opt/poppler016/include/poppler/qt4 + LIBS += -Wl,-rpath -Wl,$(HOME)/opt/poppler016/lib -Wl,-L$(HOME)/opt/poppler016/lib } else { - exists(/usr/include/poppler/qt4) { - INCLUDEPATH += /usr/include/poppler/qt4 |