summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2010-03-02 05:34:55 +0000
committerHiroki Sato <hrs@FreeBSD.org>2010-03-02 05:34:55 +0000
commitbf1c027dd86b51a6ae4187afcf957a83bd8e16c3 (patch)
tree202f0c0175cdc02fd035e2370c637eaaa207a97b /print
parentAdd japanese/font-ipaex, new font series based on IPA fonts which contain (diff)
Update to 9.3.1 and add a warning message that explains it does
not run on the current Linux emulation yet. Feature safe: yes
Notes
Notes: svn path=/head/; revision=250489
Diffstat (limited to 'print')
-rw-r--r--print/acroread9/Makefile2
-rw-r--r--print/acroread9/distinfo6
-rw-r--r--print/acroread9/files/pkg-message.in16
3 files changed, 18 insertions, 6 deletions
diff --git a/print/acroread9/Makefile b/print/acroread9/Makefile
index 2e9a07c3f97a..a69fd59fa82a 100644
--- a/print/acroread9/Makefile
+++ b/print/acroread9/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= acroread9
-PORTVERSION= 9.3
+PORTVERSION= 9.3.1
CATEGORIES?= print linux
MASTER_SITES?= http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION}/${ADOBE_LANG:L}/ \
ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION}/${ADOBE_LANG:L}/
diff --git a/print/acroread9/distinfo b/print/acroread9/distinfo
index e4438ca342b0..dd57afe858e3 100644
--- a/print/acroread9/distinfo
+++ b/print/acroread9/distinfo
@@ -1,3 +1,3 @@
-MD5 (acroread/AdbeRdr9.3-1_i486linux_enu.tar.bz2) = 0f63e9d8b9ef3d07abbb4e1a6eb45b3f
-SHA256 (acroread/AdbeRdr9.3-1_i486linux_enu.tar.bz2) = aa6b51977ed50d935045f3b5946007d1806125897a294e6d69cd483a9bc0eb5a
-SIZE (acroread/AdbeRdr9.3-1_i486linux_enu.tar.bz2) = 60263537
+MD5 (acroread/AdbeRdr9.3.1-1_i486linux_enu.tar.bz2) = 1267c60f52deb310fc501857b9f1dba9
+SHA256 (acroread/AdbeRdr9.3.1-1_i486linux_enu.tar.bz2) = 10e8c8abc427e5609ed2891dde072fd1f35cd828b13c968d853ec5b27f4d9667
+SIZE (acroread/AdbeRdr9.3.1-1_i486linux_enu.tar.bz2) = 60275889
diff --git a/print/acroread9/files/pkg-message.in b/print/acroread9/files/pkg-message.in
index 61d31e638e86..6618c46e931c 100644
--- a/print/acroread9/files/pkg-message.in
+++ b/print/acroread9/files/pkg-message.in
@@ -1,4 +1,16 @@
-====
+=== WARNING ===
+
+Adobe Reader 9 is currently not compatible with the latest version of
+Linux emulation on FreeBSD. Specifically, you may see the following
+error message:
+
+ terminate called after throwing an instance of 'RSException'
+
+If this happens, please try print/acroread8 instead. Developments for
+improving the compatibility are in progress. If you have any questions
+on this port, contact hrs@FreeBSD.org.
+
+==
To run this, set ADOBE_LANG=%%ADOBE_LANG%% and use %%PREFIX%%/bin/acroread.
(when LANG is set, ADOBE_LANG will be set automatically based on it)
-====
+==