pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/sci Set GNU_CONFIGURE to "yes" in Makefile. Remov...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89c9d4bd88d5
branches:  trunk
changeset: 501525:89c9d4bd88d5
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 23 20:14:07 2005 +0000

description:
Set GNU_CONFIGURE to "yes" in Makefile. Removed leading "#" characters
from patch-aa. Sorted PLIST.

diffstat:

 misc/sci/Makefile         |  4 ++--
 misc/sci/PLIST            |  4 ++--
 misc/sci/distinfo         |  4 ++--
 misc/sci/patches/patch-aa |  6 +++---
 4 files changed, 9 insertions(+), 9 deletions(-)

diffs (60 lines):

diff -r cca9c13745b8 -r 89c9d4bd88d5 misc/sci/Makefile
--- a/misc/sci/Makefile Sun Oct 23 20:11:47 2005 +0000
+++ b/misc/sci/Makefile Sun Oct 23 20:14:07 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/07/17 21:49:53 grant Exp $
+# $NetBSD: Makefile,v 1.11 2005/10/23 20:14:07 rillig Exp $
 #
 
 DISTNAME=      sci-0.5.6
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://linuxparts.com/software.html
 COMMENT=       Curses based data entry via templates
 
-GNU_CONFIGURE= # Yupp
+GNU_CONFIGURE= yes
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sci ${PREFIX}/share/examples/sci
diff -r cca9c13745b8 -r 89c9d4bd88d5 misc/sci/PLIST
--- a/misc/sci/PLIST    Sun Oct 23 20:11:47 2005 +0000
+++ b/misc/sci/PLIST    Sun Oct 23 20:14:07 2005 +0000
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:29:29 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/10/23 20:14:07 rillig Exp $
 bin/sci
 man/man1/sci.1
 share/doc/sci/COPYING
-share/doc/sci/README
 share/doc/sci/INSTALL
 share/doc/sci/NEWS
+share/doc/sci/README
 @comment @dirrm share/doc/sci
 share/examples/sci/APP.README
 share/examples/sci/Makefile
diff -r cca9c13745b8 -r 89c9d4bd88d5 misc/sci/distinfo
--- a/misc/sci/distinfo Sun Oct 23 20:11:47 2005 +0000
+++ b/misc/sci/distinfo Sun Oct 23 20:14:07 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2005/07/20 00:10:30 kristerw Exp $
+$NetBSD: distinfo,v 1.5 2005/10/23 20:14:07 rillig Exp $
 
 SHA1 (sci-0.5.6.tar.gz) = 4c0770dd7933cfaeec91c92807b0300e578db257
 RMD160 (sci-0.5.6.tar.gz) = 4fe921eda055757688cdfcb706923cb81eba985e
 Size (sci-0.5.6.tar.gz) = 84440 bytes
-SHA1 (patch-aa) = 5926e68692fe18042b533c256b103b9aa629d828
+SHA1 (patch-aa) = ea6b39d891712d498c9f2d6e33cd45a51385a9fd
 SHA1 (patch-ab) = cf2d6f5f8766f9aaae8133b56ff72230c3dcc81d
diff -r cca9c13745b8 -r 89c9d4bd88d5 misc/sci/patches/patch-aa
--- a/misc/sci/patches/patch-aa Sun Oct 23 20:11:47 2005 +0000
+++ b/misc/sci/patches/patch-aa Sun Oct 23 20:14:07 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: patch-aa,v 1.3 2000/12/15 14:45:35 mjl Exp $
-#
-# Avoid picking up ncurses if installed
+$NetBSD: patch-aa,v 1.4 2005/10/23 20:14:07 rillig Exp $
+
+Avoid picking up ncurses if installed
 
 --- configure.orig     Fri Dec 15 15:14:00 2000
 +++ configure  Fri Dec 15 15:14:11 2000



Home | Main Index | Thread Index | Old Index