diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-07 19:29:44 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-07 19:29:44 +0800 |
commit | 76074f3a4397aacbddcd5fe3c3da49ee53ea5b19 (patch) | |
tree | 03c58d2f9f8ae035f447ab20bcaa9a3d0eb21ff1 /print | |
parent | 0c7a04a5e5b7a8b2465a53a34077359defc8218c (diff) | |
download | freebsd-ports-gnome-76074f3a4397aacbddcd5fe3c3da49ee53ea5b19.tar.gz freebsd-ports-gnome-76074f3a4397aacbddcd5fe3c3da49ee53ea5b19.tar.zst freebsd-ports-gnome-76074f3a4397aacbddcd5fe3c3da49ee53ea5b19.zip |
upgrade to 1.3
PR: 44976
Submitted by: Ports Fury
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 |