diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-23 07:43:13 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-23 07:43:13 +0000 |
commit | 168b676ce02b1a0ae4df9ebbcb50e6951891b0af (patch) | |
tree | d5febd778d5b0f92df87ed3c64c45dfacbe09d6c /print/foo2zjs | |
parent | dbcaef4104f36b59a2805d302a9b29173a41f48f (diff) | |
download | ports-168b676ce02b1a0ae4df9ebbcb50e6951891b0af.tar.gz ports-168b676ce02b1a0ae4df9ebbcb50e6951891b0af.zip |
Notes
Diffstat (limited to 'print/foo2zjs')
-rw-r--r-- | print/foo2zjs/Makefile | 2 | ||||
-rw-r--r-- | print/foo2zjs/distinfo | 6 | ||||
-rw-r--r-- | print/foo2zjs/files/patch-icc2ps_lcms.h | 14 |
3 files changed, 4 insertions, 18 deletions
diff --git a/print/foo2zjs/Makefile b/print/foo2zjs/Makefile index d4cb15f6064e..0aee20b7ddb0 100644 --- a/print/foo2zjs/Makefile +++ b/print/foo2zjs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= foo2zjs -PORTVERSION= 20060607 +PORTVERSION= 20060622 CATEGORIES= print MASTER_SITES= http://foo2zjs.rkkda.com/ DISTNAME= ${PORTNAME} diff --git a/print/foo2zjs/distinfo b/print/foo2zjs/distinfo index d0d3f1c25653..85624e6e87fd 100644 --- a/print/foo2zjs/distinfo +++ b/print/foo2zjs/distinfo @@ -1,3 +1,3 @@ -MD5 (foo2zjs.tar.gz) = 42eafbaaf8224fcf2c418bd62bc1ae14 -SHA256 (foo2zjs.tar.gz) = 5f292d3a7cd87afd2a764cc42815bfe88ef1ebd8d153ef2756edc982ab965d80 -SIZE (foo2zjs.tar.gz) = 917862 +MD5 (foo2zjs.tar.gz) = 44674c6a42ce956f9e3c54592c763a6e +SHA256 (foo2zjs.tar.gz) = 18f74850b72185a00115f2e19decc75bdce6e6f8156a37428ed57dd40fd751e6 +SIZE (foo2zjs.tar.gz) = 918090 diff --git a/print/foo2zjs/files/patch-icc2ps_lcms.h b/print/foo2zjs/files/patch-icc2ps_lcms.h deleted file mode 100644 index 03bb0e16142f..000000000000 --- a/print/foo2zjs/files/patch-icc2ps_lcms.h +++ /dev/null @@ -1,14 +0,0 @@ ---- icc2ps/lcms.h Sun Jun 4 14:21:49 2006 -+++ icc2ps/lcms.h Sun Jun 4 14:22:05 2006 -@@ -133,9 +133,8 @@ - - #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) - # include <sys/types.h> --# define USE_INT64 1 --# define LCMSSLONGLONG int_64_t --# define LCMSULONGLONG u_int64_t -+# define LCMSSLONGLONG int64_t -+# define LCMSULONGLONG uint64_t - #endif - - #ifdef USE_INT64 |