aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/camediaplay/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-02-11 12:33:35 +0800
committerkris <kris@FreeBSD.org>2001-02-11 12:33:35 +0800
commit994be5552f717b00c027d2ae5bb409df1ef4cd76 (patch)
tree7a627a42d18ee17e9677e6ad7dbef19d02e3418c /graphics/camediaplay/Makefile
parentd6b4b20002deed5e06ec14a8a6780da6d7c41f5c (diff)
downloadfreebsd-ports-gnome-994be5552f717b00c027d2ae5bb409df1ef4cd76.tar.gz
freebsd-ports-gnome-994be5552f717b00c027d2ae5bb409df1ef4cd76.tar.zst
freebsd-ports-gnome-994be5552f717b00c027d2ae5bb409df1ef4cd76.zip
Update to new camediaplay version which fixes the format string
vulnerability by removing the '-N' option (also fixes the buffer overflow). Thanks for itojun for the quick turnaround.
Diffstat (limited to 'graphics/camediaplay/Makefile')
-rw-r--r--graphics/camediaplay/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/camediaplay/Makefile b/graphics/camediaplay/Makefile
index 104bbb635b21..c9bd8f0694ed 100644
--- a/graphics/camediaplay/Makefile
+++ b/graphics/camediaplay/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= camediaplay
-PORTVERSION= 19991202
+PORTVERSION= 20010211
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.itojun.org/pub/digi-cam/C-400L/unix/ \
ftp://ftp.digipri.co.jp/pub/free-software/Olympus/C-400L/unix/
@@ -19,11 +19,6 @@ MAN1= camediaplay.1
DOC= README.english README.japanese PROTOCOL
-pre-fetch:
-.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
- ${SH} pkg-install
-.endif
-
post-install:
${MKDIR} ${PREFIX}/share/doc/camediaplay
for i in ${DOC}; do \