diff options
author | drochner <drochner@pkgsrc.org> | 2007-07-06 18:04:24 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-07-06 18:04:24 +0000 |
commit | f466407e6f6f6ba5f8d196ea1bd1eb6e73dae7cc (patch) | |
tree | f564fe765c7a5f4af54195ed56e0f0a91b1bcb69 /print/evince | |
parent | beae2726e3bfaeba04f7e764b897dec9c30ad8fa (diff) | |
download | pkgsrc-f466407e6f6f6ba5f8d196ea1bd1eb6e73dae7cc.tar.gz |
update to 0.8.3
changes:
-bugfixes
-translation updates
-compatibility to newer poppler releases which paves the way for an
eventual poppler update
Diffstat (limited to 'print/evince')
-rw-r--r-- | print/evince/Makefile | 4 | ||||
-rw-r--r-- | print/evince/Makefile.common | 4 | ||||
-rw-r--r-- | print/evince/PLIST | 3 | ||||
-rw-r--r-- | print/evince/distinfo | 9 | ||||
-rw-r--r-- | print/evince/patches/patch-af | 12 |
5 files changed, 9 insertions, 23 deletions
diff --git a/print/evince/Makefile b/print/evince/Makefile index b06ccc04d16..bf5b3193655 100644 --- a/print/evince/Makefile +++ b/print/evince/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2007/06/05 08:11:44 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2007/07/06 18:04:24 drochner Exp $ # .include "../../print/evince/Makefile.common" -PKGREVISION= 2 - COMMENT= Document viewer for the GNOME Desktop GCONF2_SCHEMAS= evince.schemas diff --git a/print/evince/Makefile.common b/print/evince/Makefile.common index 460cc239004..81f754a6e0e 100644 --- a/print/evince/Makefile.common +++ b/print/evince/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.14 2007/05/12 07:28:27 hira Exp $ +# $NetBSD: Makefile.common,v 1.15 2007/07/06 18:04:24 drochner Exp $ # -DISTNAME= evince-0.8.1 +DISTNAME= evince-0.8.3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evince/0.8/} EXTRACT_SUFX= .tar.bz2 diff --git a/print/evince/PLIST b/print/evince/PLIST index 9e6c535ace8..c29c88ce8d5 100644 --- a/print/evince/PLIST +++ b/print/evince/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2007/04/11 18:01:13 drochner Exp $ +@comment $NetBSD: PLIST,v 1.15 2007/07/06 18:04:24 drochner Exp $ bin/evince bin/evince-thumbnailer man/man1/evince.1 @@ -164,6 +164,7 @@ share/locale/nb/LC_MESSAGES/evince.mo share/locale/ne/LC_MESSAGES/evince.mo share/locale/nl/LC_MESSAGES/evince.mo share/locale/nn/LC_MESSAGES/evince.mo +share/locale/oc/LC_MESSAGES/evince.mo share/locale/or/LC_MESSAGES/evince.mo share/locale/pa/LC_MESSAGES/evince.mo share/locale/pl/LC_MESSAGES/evince.mo diff --git a/print/evince/distinfo b/print/evince/distinfo index db3946a1181..97119c6030c 100644 --- a/print/evince/distinfo +++ b/print/evince/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.12 2007/04/11 18:01:13 drochner Exp $ +$NetBSD: distinfo,v 1.13 2007/07/06 18:04:24 drochner Exp $ -SHA1 (evince-0.8.1.tar.bz2) = 5f32ff51cfde32fee89062743a3ddabbdadf579f -RMD160 (evince-0.8.1.tar.bz2) = c9d268102e3d8b7f7f6bb06930f2995b053614de -Size (evince-0.8.1.tar.bz2) = 1472930 bytes +SHA1 (evince-0.8.3.tar.bz2) = 981020c677e257b8749478b3c23d25a76b426baf +RMD160 (evince-0.8.3.tar.bz2) = 49a84a59a8d059b62a3482f7a3a9bae1349f1de7 +Size (evince-0.8.3.tar.bz2) = 1515083 bytes SHA1 (patch-ae) = 833d535cea619fe2e7bc8540833dcd6d9e7641d1 -SHA1 (patch-af) = a6ab220605e2dd56030a17657f5e0added634271 diff --git a/print/evince/patches/patch-af b/print/evince/patches/patch-af deleted file mode 100644 index 219df5d07ed..00000000000 --- a/print/evince/patches/patch-af +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-af,v 1.1 2007/04/11 18:01:14 drochner Exp $ - ---- backend/ps/ps-interpreter.c.orig 2007-04-04 16:01:22.000000000 +0200 -+++ backend/ps/ps-interpreter.c -@@ -30,6 +30,7 @@ - #include <stdlib.h> - #include <sys/wait.h> - #include <errno.h> -+#include <signal.h> - - #include "ps-interpreter.h" - #include "ps.h" |