pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/37737



The following reply was made to PR pkg/37737; it has been noted by GNATS.

From: "J.A. Neitzel" <jneitzel%sdf1.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/37737
Date: Sun, 13 Jan 2008 16:50:54 +0000

 Hello,
 
 The fix is simply to upgrade the current source version of the
 package from "osh-20070324nb1" to "osh-20080109".
 
 I have include a patch below that should take care of it.  Please
 review it for correctness, as I have never submitted a patch for
 a pkgsrc package before.
 -- 
 Thanks,
 Jeffrey Allen Neitzel
 http://jneitzel.sdf1.org/osh/
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/shells/osh/Makefile,v
 retrieving revision 1.19
 diff -u -p -r1.19 Makefile
 --- Makefile   12 May 2007 16:18:55 -0000      1.19
 +++ Makefile   13 Jan 2008 16:42:30 -0000
 @@ -1,7 +1,6 @@
  # $NetBSD: Makefile,v 1.19 2007/05/12 16:18:55 heinz Exp $
  
 -DISTNAME=     osh-20070324
 -PKGREVISION=  1
 +DISTNAME=     osh-20080109
  CATEGORIES=   shells
  MASTER_SITES= http://jneitzel.sdf1.org/osh/src/
  
 @@ -16,8 +15,5 @@ PKG_SHELL=           bin/osh
  
  BUILD_TARGET= oshall
  INSTALL_TARGET=       install-oshall
 -TEST_TARGET=  check
 -
 -MAKE_ENV+=    MANDIR=${PREFIX}/${PKGMANDIR}/man1
  
  .include "../../mk/bsd.pkg.mk"
 Index: distinfo
 ===================================================================
 RCS file: /cvsroot/pkgsrc/shells/osh/distinfo,v
 retrieving revision 1.9
 diff -u -p -r1.9 distinfo
 --- distinfo   26 Mar 2007 16:43:34 -0000      1.9
 +++ distinfo   13 Jan 2008 16:42:30 -0000
 @@ -1,6 +1,5 @@
  $NetBSD: distinfo,v 1.9 2007/03/26 16:43:34 reed Exp $
  
 -SHA1 (osh-20070324.tar.gz) = acd0747578430bd259949b270308ceb5e13a4b2a
 -RMD160 (osh-20070324.tar.gz) = fc120073598cccd3bdfbbe2bed88d0a8329fef80
 -Size (osh-20070324.tar.gz) = 77522 bytes
 -SHA1 (patch-aa) = 38db4c0e207a0f2cf175b77d3339cd17a4db6362
 +SHA1 (osh-20080109.tar.gz) = 5ba6f9e6c55b0ba9f034918da1e7da89ab7dd4da
 +RMD160 (osh-20080109.tar.gz) = 709d79a5e990af2c5283215c6b286e20314b3f60
 +Size (osh-20080109.tar.gz) = 80549
 Index: patches/patch-aa
 ===================================================================
 RCS file: patches/patch-aa
 diff -N patches/patch-aa
 --- patches/patch-aa   26 Mar 2007 16:43:34 -0000      1.4
 +++ /dev/null  1 Jan 1970 00:00:00 -0000
 @@ -1,13 +0,0 @@
 -$NetBSD: patch-aa,v 1.4 2007/03/26 16:43:34 reed Exp $
 -
 ---- Makefile.orig     2007-03-26 11:36:27.000000000 -0500
 -+++ Makefile  2007-03-26 11:36:43.000000000 -0500
 -@@ -42,7 +42,7 @@
 - #
 - PREFIX?=     /usr/local
 - BINDIR?=     $(PREFIX)/bin
 --MANDIR=              $(PREFIX)/man/man1
 -+MANDIR?=             $(PREFIX)/man/man1
 - SYSCONFDIR?= /etc
 - #BINGRP=             -g bin
 - BINMODE=     -m 0555
 



Home | Main Index | Thread Index | Old Index