summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-10 11:19:26 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-10 11:19:26 +0800
commitd3370d939155894779a30d97bf57578fabe7e2f3 (patch)
tree7d0982ecbaa31bcbf7d4ae5912b5ac9ce031fa6b /graphics
parent89df179feca0706a7449cafb8fc91ae863c81920 (diff)
downloadmarcuscom-ports-d3370d939155894779a30d97bf57578fabe7e2f3.tar
marcuscom-ports-d3370d939155894779a30d97bf57578fabe7e2f3.tar.gz
marcuscom-ports-d3370d939155894779a30d97bf57578fabe7e2f3.tar.bz2
marcuscom-ports-d3370d939155894779a30d97bf57578fabe7e2f3.tar.lz
marcuscom-ports-d3370d939155894779a30d97bf57578fabe7e2f3.tar.xz
marcuscom-ports-d3370d939155894779a30d97bf57578fabe7e2f3.tar.zst
marcuscom-ports-d3370d939155894779a30d97bf57578fabe7e2f3.zip
Update to 2.9.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3604 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gpdf/Makefile3
-rw-r--r--graphics/gpdf/distinfo4
-rw-r--r--graphics/gpdf/files/patch-xpdf_gpdf-glx.cc36
-rw-r--r--graphics/gpdf/pkg-plist2
4 files changed, 5 insertions, 40 deletions
diff --git a/graphics/gpdf/Makefile b/graphics/gpdf/Makefile
index dbc0b7ab6..825c6c969 100644
--- a/graphics/gpdf/Makefile
+++ b/graphics/gpdf/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gpdf
-PORTVERSION= 2.9.1
-PORTREVISION= 1
+PORTVERSION= 2.9.3
CATEGORIES= graphics print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.9
diff --git a/graphics/gpdf/distinfo b/graphics/gpdf/distinfo
index e7efaa193..dfb8833c5 100644
--- a/graphics/gpdf/distinfo
+++ b/graphics/gpdf/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/gpdf-2.9.1.tar.bz2) = 9546ec2c408da3f7f9f866c0a5544b40
-SIZE (gnome2/gpdf-2.9.1.tar.bz2) = 1051532
+MD5 (gnome2/gpdf-2.9.3.tar.bz2) = 255be9b94d3b263232a49162d51e41af
+SIZE (gnome2/gpdf-2.9.3.tar.bz2) = 1073226
diff --git a/graphics/gpdf/files/patch-xpdf_gpdf-glx.cc b/graphics/gpdf/files/patch-xpdf_gpdf-glx.cc
deleted file mode 100644
index b7fc74eac..000000000
--- a/graphics/gpdf/files/patch-xpdf_gpdf-glx.cc
+++ /dev/null
@@ -1,36 +0,0 @@
---- xpdf/Gfx.cc Mon May 17 21:37:57 2004
-+++ xpdf/Gfx.cc Fri Dec 24 17:01:42 2004
-@@ -2654,7 +2654,9 @@
- haveMask = gFalse;
- dict->lookup("Mask", &maskObj);
- if (maskObj.isArray()) {
-- for (i = 0; i < maskObj.arrayGetLength(); ++i) {
-+ for (i = 0;
-+ i < maskObj.arrayGetLength() && i < 2*gfxColorMaxComps;
-+ ++i) {
- maskObj.arrayGet(i, &obj1);
- maskColors[i] = obj1.getInt();
- obj1.free();
---- xpdf/GfxState.cc Mon May 17 21:37:57 2004
-+++ xpdf/GfxState.cc Fri Dec 24 17:01:42 2004
-@@ -714,6 +714,11 @@
- }
- nCompsA = obj2.getInt();
- obj2.free();
-+ if (nCompsA > gfxColorMaxComps) {
-+ error(-1, "ICCBased color space with too many (%d > %d) components",
-+ nCompsA, gfxColorMaxComps);
-+ nCompsA = gfxColorMaxComps;
-+ }
- if (dict->lookup("Alternate", &obj2)->isNull() ||
- !(altA = GfxColorSpace::parse(&obj2))) {
- switch (nCompsA) {
-@@ -1060,7 +1065,7 @@
- }
- nCompsA = obj1.arrayGetLength();
- if (nCompsA > gfxColorMaxComps) {
-- error(-1, "DeviceN color space with more than %d > %d components",
-+ error(-1, "DeviceN color space with too many (%d > %d) components",
- nCompsA, gfxColorMaxComps);
- nCompsA = gfxColorMaxComps;
- }
diff --git a/graphics/gpdf/pkg-plist b/graphics/gpdf/pkg-plist
index b5c1ad62a..0a67e02da 100644
--- a/graphics/gpdf/pkg-plist
+++ b/graphics/gpdf/pkg-plist
@@ -46,6 +46,7 @@ share/locale/en_CA/LC_MESSAGES/gpdf.mo
share/locale/en_GB/LC_MESSAGES/gpdf.mo
share/locale/eo/LC_MESSAGES/gpdf.mo
share/locale/es/LC_MESSAGES/gpdf.mo
+share/locale/et/LC_MESSAGES/gpdf.mo
share/locale/eu/LC_MESSAGES/gpdf.mo
share/locale/fa/LC_MESSAGES/gpdf.mo
share/locale/fi/LC_MESSAGES/gpdf.mo
@@ -70,6 +71,7 @@ share/locale/ml/LC_MESSAGES/gpdf.mo
share/locale/mn/LC_MESSAGES/gpdf.mo
share/locale/ms/LC_MESSAGES/gpdf.mo
share/locale/nb/LC_MESSAGES/gpdf.mo
+share/locale/ne/LC_MESSAGES/gpdf.mo
share/locale/nl/LC_MESSAGES/gpdf.mo
share/locale/nn/LC_MESSAGES/gpdf.mo
share/locale/no/LC_MESSAGES/gpdf.mo