diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-07 11:29:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-07 11:29:44 +0000 |
commit | a0adf3900d14d5de44dab31537e7505ad6ff8122 (patch) | |
tree | b7a3463ffaf01248bb38bae6476429c2ef103b70 /print | |
parent | 8f2c43e790284e32903d431ea11fe76f1e97c401 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/hpijs/Makefile | 2 | ||||
-rw-r--r-- | print/hpijs/distinfo | 2 | ||||
-rw-r--r-- | print/hpijs/files/patch-global_types.h | 17 |
3 files changed, 2 insertions, 19 deletions
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index 8a5013fab653..198f66044691 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hpijs -PORTVERSION= 1.2.2 +PORTVERSION= 1.3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= hpinkjet diff --git a/print/hpijs/distinfo b/print/hpijs/distinfo index 5f6b7e5adc38..d1854e9a3513 100644 --- a/print/hpijs/distinfo +++ b/print/hpijs/distinfo @@ -1 +1 @@ -MD5 (ghostscript/hpijs-1.2.2.tar.gz) = 5eae1f6ec44dce9a5ca250a18c7e3be6 +MD5 (ghostscript/hpijs-1.3.tar.gz) = 9d0b79d0fae39f3efc5b8db60f51a8fa diff --git a/print/hpijs/files/patch-global_types.h b/print/hpijs/files/patch-global_types.h deleted file mode 100644 index 3fe98a1caa9e..000000000000 --- a/print/hpijs/files/patch-global_types.h +++ /dev/null @@ -1,17 +0,0 @@ ---- global_types.h.orig Thu Sep 5 08:27:18 2002 -+++ global_types.h Wed Sep 11 02:05:22 2002 -@@ -46,10 +46,14 @@ - #include "models.h" - #include "modes.h" - -+#if HAVE_INTTYPES_H -+ #include <inttypes.h> -+#else - #if HAVE_STDINT_H - #include <stdint.h> - #else - typedef unsigned long uint32_t; -+#endif - #endif - - // ** Defines |