diff options
-rw-r--r-- | graphics/exifprobe/Makefile | 9 | ||||
-rw-r--r-- | graphics/exifprobe/distinfo | 4 | ||||
-rw-r--r-- | graphics/exifprobe/files/patch-print.c | 34 |
3 files changed, 37 insertions, 10 deletions
diff --git a/graphics/exifprobe/Makefile b/graphics/exifprobe/Makefile index b938f9a..8e70143 100644 --- a/graphics/exifprobe/Makefile +++ b/graphics/exifprobe/Makefile @@ -6,7 +6,7 @@ # PORTNAME= exifprobe -PORTVERSION= 1.2.6 +PORTVERSION= 2.0.0 CATEGORIES= graphics MASTER_SITES= http://www.virtual-cafe.com/~dhh/tools.d/exifprobe.d/ @@ -16,7 +16,6 @@ COMMENT= Probes JPEG or TIFF images and reports contents and structure USE_REINPLACE= yes MAN1= exifgrep.1 exifprobe.1 -PORTDOCS= DESCRIPTION exifprobe-rman.html PLIST_FILES= bin/exifgrep bin/exifprobe post-patch: @@ -29,11 +28,5 @@ do-install: .for i in ${MAN1} @${INSTALL_MAN} ${WRKSRC}/${i} ${MANPREFIX}/man/man1 .endfor -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif .include <bsd.port.mk> diff --git a/graphics/exifprobe/distinfo b/graphics/exifprobe/distinfo index 57ab001..b8d467d 100644 --- a/graphics/exifprobe/distinfo +++ b/graphics/exifprobe/distinfo @@ -1,2 +1,2 @@ -MD5 (exifprobe-1.2.6.tar.gz) = 187ac0389abcaf93a40c6b8199169b4c -SIZE (exifprobe-1.2.6.tar.gz) = 128253 +MD5 (exifprobe-2.0.0.tar.gz) = cb64fb8f363631518f372ffd15c6ca0e +SIZE (exifprobe-2.0.0.tar.gz) = 247550 diff --git a/graphics/exifprobe/files/patch-print.c b/graphics/exifprobe/files/patch-print.c new file mode 100644 index 0000000..f6c5593 --- /dev/null +++ b/graphics/exifprobe/files/patch-print.c @@ -0,0 +1,34 @@ +--- print.c.orig Mon Jul 4 17:59:19 2005 ++++ print.c Fri Jul 8 20:49:36 2005 +@@ -168,6 +168,7 @@ + chpr += printf(":MM"); + break; + default: ++ break; + } + status = 0; + break; +@@ -182,6 +183,7 @@ + chpr += printf(":MM"); + break; + default: ++ break; + } + status = 0; + break; +@@ -196,6 +198,7 @@ + chpr += printf(":MM"); + break; + default: ++ break; + } + status = 0; + break; +@@ -210,6 +213,7 @@ + chpr += printf(":MM"); + break; + default: ++ break; + } + status = 0; + break; |