pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q2]: pkgsrc/graphics/netpbm Pullup ticket 563 - requested ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd8cd572dacd
branches:  pkgsrc-2005Q2
changeset: 495829:fd8cd572dacd
user:      salo <salo%pkgsrc.org@localhost>
date:      Sat Jun 25 16:05:34 2005 +0000

description:
Pullup ticket 563 - requested by Min Sik Kim
usability fix for netpbm

Revisions pulled up:
- pkgsrc/graphics/netpbm/Makefile       1.114

   Module Name:         pkgsrc
   Committed By:        minskim
   Date:                Fri Jun 24 21:36:10 UTC 2005

   Modified Files:
        pkgsrc/graphics/netpbm: Makefile

   Log Message:
   Preserve "!" in shebang lines.

   Bump PKGREVISION.

diffstat:

 graphics/netpbm/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 05b16c69abff -r fd8cd572dacd graphics/netpbm/Makefile
--- a/graphics/netpbm/Makefile  Sat Jun 25 15:54:02 2005 +0000
+++ b/graphics/netpbm/Makefile  Sat Jun 25 16:05:34 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.113 2005/06/20 22:39:18 wiz Exp $
+# $NetBSD: Makefile,v 1.113.2.1 2005/06/25 16:05:34 salo Exp $
 
 DISTNAME=      netpbm-10.26.9
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=netpbm/}
 EXTRACT_SUFX=  .tgz
@@ -34,7 +34,7 @@
 EVAL_PREFIX+=          BASH_PREFIX=bash
 SUBST_CLASSES+=                bash
 SUBST_STAGE.bash=      post-build
-SUBST_SED.bash=                -e "1s|^\#.*bin/sh|\#${BASH_PREFIX}/bin/bash|"
+SUBST_SED.bash=                -e "1s|^\#!.*bin/sh|\#!${BASH_PREFIX}/bin/bash|"
 SUBST_FILES.bash=      converter/other/anytopnm                        \
                        converter/other/pnmtoplainpnm                   \
                        converter/ppm/hpcdtoppm/hpcdtoppm               \



Home | Main Index | Thread Index | Old Index