diff options
author | rh <rh@pkgsrc.org> | 1999-11-30 08:22:15 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-11-30 08:22:15 +0000 |
commit | 07809e760d2b3cd2e8508da9f46985b193444663 (patch) | |
tree | 3023ef396bcca25521692b6ff91d36e7fe6b37ec /graphics | |
parent | 8993a9467304366e6a4f9b2ad2898fecbd01b154 (diff) | |
download | pkgsrc-07809e760d2b3cd2e8508da9f46985b193444663.tar.gz |
Update Hermes to 1.2.6.2. Changes are mostly bugfixes.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hermes/Makefile | 6 | ||||
-rw-r--r-- | graphics/hermes/files/md5 | 4 | ||||
-rw-r--r-- | graphics/hermes/files/patch-sum | 4 | ||||
-rw-r--r-- | graphics/hermes/patches/patch-ac | 11 | ||||
-rw-r--r-- | graphics/hermes/pkg/PLIST | 4 |
5 files changed, 16 insertions, 13 deletions
diff --git a/graphics/hermes/Makefile b/graphics/hermes/Makefile index ede58e2ee24..7242333ddd5 100644 --- a/graphics/hermes/Makefile +++ b/graphics/hermes/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/08 17:16:39 garbled Exp $ +# $NetBSD: Makefile,v 1.2 1999/11/30 08:22:15 rh Exp $ -DISTNAME= Hermes-1.2.5 +DISTNAME= Hermes-1.2.6-2 +PKGNAME= Hermes-1.2.6.2 +WRKSRC= ${WRKDIR}/Hermes-1.2.6 CATEGORIES= graphics MASTER_SITES= http://hermes.terminal.at/files/ diff --git a/graphics/hermes/files/md5 b/graphics/hermes/files/md5 index 26fcdf04214..bae39bcd4dd 100644 --- a/graphics/hermes/files/md5 +++ b/graphics/hermes/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/07/08 17:16:39 garbled Exp $ +$NetBSD: md5,v 1.2 1999/11/30 08:22:16 rh Exp $ -MD5 (Hermes-1.2.5.tar.gz) = 9fbb9842406cb5fa1ec71e9ecf99c137 +MD5 (Hermes-1.2.6-2.tar.gz) = 8d2c8f6fa8b9b65c9f0fc3958ffb6645 diff --git a/graphics/hermes/files/patch-sum b/graphics/hermes/files/patch-sum index b4d6af30ae3..631e6450012 100644 --- a/graphics/hermes/files/patch-sum +++ b/graphics/hermes/files/patch-sum @@ -1,5 +1,5 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 13:51:08 agc Exp $ +$NetBSD: patch-sum,v 1.2 1999/11/30 08:22:16 rh Exp $ MD5 (patch-aa) = 0532fabf9684c1319e570f44caffda65 MD5 (patch-ab) = 3cd097f9d4f75dff1b866c6cbae6deca -MD5 (patch-ac) = 591498ce927ed42ca43a4b094695267f +MD5 (patch-ac) = ab0f9b053724ed891769ea2089b5c0f6 diff --git a/graphics/hermes/patches/patch-ac b/graphics/hermes/patches/patch-ac index c8af285d5f6..e68158e8209 100644 --- a/graphics/hermes/patches/patch-ac +++ b/graphics/hermes/patches/patch-ac @@ -1,8 +1,9 @@ -$NetBSD: patch-ac,v 1.1.1.1 1999/07/08 17:16:40 garbled Exp $ ---- src/Makefile.in.orig Thu Jul 8 09:25:45 1999 -+++ src/Makefile.in Thu Jul 8 09:31:06 1999 -@@ -399,7 +399,7 @@ - +$NetBSD: patch-ac,v 1.2 1999/11/30 08:22:16 rh Exp $ + +--- src/Makefile.in.orig Mon Nov 29 16:22:58 1999 ++++ src/Makefile.in Mon Nov 29 16:22:58 1999 +@@ -438,7 +438,7 @@ + cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'` install-data-local: - $(INSTALL) -m 0755 -d $(includedir)/Hermes diff --git a/graphics/hermes/pkg/PLIST b/graphics/hermes/pkg/PLIST index 068da81dc50..426ca18e972 100644 --- a/graphics/hermes/pkg/PLIST +++ b/graphics/hermes/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/08 17:16:40 garbled Exp $ +@comment $NetBSD: PLIST,v 1.2 1999/11/30 08:22:17 rh Exp $ include/Hermes/Hermes.h include/Hermes/Types.h include/Hermes/H_Conv.h @@ -7,6 +7,6 @@ include/Hermes/H_Pal.h include/Hermes/H_Format.h include/Hermes/H_Config.h include/Hermes/H_Types.h -lib/libHermes.so.1.2 +lib/libHermes.so.1.3 lib/libHermes.a @dirrm include/Hermes |