diff options
-rw-r--r-- | x11/x3270/Makefile | 6 | ||||
-rw-r--r-- | x11/x3270/distinfo | 10 | ||||
-rw-r--r-- | x11/x3270/patches/patch-aa | 33 |
3 files changed, 13 insertions, 36 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index ef31eb3c581..68420e14a9a 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2010/12/27 02:40:23 obache Exp $ +# $NetBSD: Makefile,v 1.27 2011/03/15 21:51:44 gls Exp $ -DISTNAME= suite3270-3.3.10ga5-src -PKGNAME= x3270-3.3.10ga5 +DISTNAME= suite3270-3.3.11ga6-src +PKGNAME= x3270-3.3.11ga6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=x3270/} EXTRACT_SUFX= .tgz diff --git a/x11/x3270/distinfo b/x11/x3270/distinfo index a1eb245e9a7..2b4325e7a90 100644 --- a/x11/x3270/distinfo +++ b/x11/x3270/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2010/07/25 21:23:03 gls Exp $ +$NetBSD: distinfo,v 1.7 2011/03/15 21:51:44 gls Exp $ -SHA1 (suite3270-3.3.10ga5-src.tgz) = d919b6e252b5df5e462d8f54f2d1b533402d710b -RMD160 (suite3270-3.3.10ga5-src.tgz) = 3263fac6baf9f636f51aa67326f99b8d17fc6550 -Size (suite3270-3.3.10ga5-src.tgz) = 6416266 bytes -SHA1 (patch-aa) = 6425e9dd7d248034de437ed2f62e223507de6261 +SHA1 (suite3270-3.3.11ga6-src.tgz) = c72c4f72313659863e8718ffdcd43b03aa77b8e5 +RMD160 (suite3270-3.3.11ga6-src.tgz) = 1f5214a2e18f2cbea7aa7a1d81f943f07e8f0dce +Size (suite3270-3.3.11ga6-src.tgz) = 6470645 bytes +SHA1 (patch-aa) = 826eb5ab930d4d4b1dc340c15a4160c303291f16 diff --git a/x11/x3270/patches/patch-aa b/x11/x3270/patches/patch-aa index 55a5c4ecfb4..978518a5c6f 100644 --- a/x11/x3270/patches/patch-aa +++ b/x11/x3270/patches/patch-aa @@ -1,25 +1,9 @@ -$NetBSD: patch-aa,v 1.7 2010/07/25 21:23:03 gls Exp $ +$NetBSD: patch-aa,v 1.8 2011/03/15 21:51:44 gls Exp $ ---- Imakefile.in.orig 2009-09-18 02:08:55.000000000 +0000 +Fix $HOSTSFILE installation path + +--- Imakefile.in.orig 2010-09-13 20:55:27.000000000 +0000 +++ Imakefile.in -@@ -1,7 +1,7 @@ - /* - * Copyright (c) 1995-2009, Paul Mattes. - * All rights reserved. -- * -+ * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: -@@ -13,7 +13,7 @@ - * * Neither the name of Paul Mattes nor his contributors may be used - * to endorse or promote products derived from this software without - * specific prior written permission. -- * -+ * - * THIS SOFTWARE IS PROVIDED BY PAUL MATTES "AS IS" AND ANY EXPRESS - * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE @@ -190,8 +190,8 @@ $(DESTDIR)$(FONTINSTDIR)/fonts.dir:: /* Extra install rule for the sample ibm_hosts file (runs only if there is no ibm_hosts file installed yet). */ @@ -28,13 +12,6 @@ $NetBSD: patch-aa,v 1.7 2010/07/25 21:23:03 gls Exp $ - $(INSTALL) -c $(INSTDATFLAGS) $(HOSTSFILE) $(DESTDIR)$(LIBX3270DIR)/$(HOSTSFILE) + @[ -r $(DESTDIR)$(PREFIX)/share/examples/x3270/$(HOSTSFILE) ] || \ + $(INSTALL) -c $(INSTDATFLAGS) $(HOSTSFILE) $(DESTDIR)$(PREFIX)/share/examples/x3270/$(HOSTSFILE) - + /* * Install rules for x3270if, x3270-script and ibm_hosts man pages. -@@ -226,5 +226,5 @@ install.byprefix:: - /****************************************************************************** - * Clean rules. * - ******************************************************************************/ --clean:: -+clean:: - $(RM) $(FONTS) qcpp mkfb fallbacks.c |