summaryrefslogtreecommitdiff
path: root/print/acroread5/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2003-06-19 07:11:54 +0000
committertron <tron@pkgsrc.org>2003-06-19 07:11:54 +0000
commit75a07bc42c7301a5205cf9bea2204b4562438e6a (patch)
tree46ec604970050ba3dccd92141ce46fa3f75e819b /print/acroread5/Makefile
parent0c72d1e0689067a56e440761b2f5832e55906a27 (diff)
downloadpkgsrc-75a07bc42c7301a5205cf9bea2204b4562438e6a.tar.gz
Update "acroread5" package to version 5.07. This version fixes a remotely
exploitable security whole in version 5.06 an older.
Diffstat (limited to 'print/acroread5/Makefile')
-rw-r--r--print/acroread5/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile
index f3436852b10..a4ed9e46690 100644
--- a/print/acroread5/Makefile
+++ b/print/acroread5/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2003/06/02 01:17:32 jschauma Exp $
+# $NetBSD: Makefile,v 1.14 2003/06/19 07:11:54 tron Exp $
DISTNAME= acroread5 # Overridden below
-PKGNAME= acroread5-5.06
-PKGREVISION= 3
+PKGNAME= acroread5-5.07
WRKSRC= ${WRKDIR}
CATEGORIES= print
MASTER_SITES= ftp://ftp-pac.adobe.com/pub/adobe/acrobatreader/unix/5.x/
@@ -34,17 +33,17 @@ PLATFORM= unknown
.if ${OPSYS} == "NetBSD"
. if (${MACHINE_ARCH} == "i386")
DEPENDS= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11
-DISTNAME= linux-506
+DISTNAME= linux-507
PLATFORM= intellinux
. elif (${MACHINE_ARCH} == "sparc")
. if !exists(/emul/svr4/usr/lib/ld.so)
PKG_FAIL_REASON= '${PKGNAME} requires Solaris libraries - see compat_svr4(8)'
. endif
-DISTNAME= solaris-506
+DISTNAME= sol-507
PLATFORM= sparcsolaris
. endif
.elif ${OPSYS} == "SunOS"
-DISTNAME= solaris-506
+DISTNAME= sol-507
PLATFORM= sparcsolaris
.endif