pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/cln Fixed pkglint warnings. Changed the directory...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7243a1000a5f
branches:  trunk
changeset: 509634:7243a1000a5f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 12 16:33:32 2006 +0000

description:
Fixed pkglint warnings. Changed the directory of the HTML documentation to
share/doc/cln/html. Bumped PKGREVISION.

diffstat:

 math/cln/Makefile         |   8 ++++----
 math/cln/PLIST            |  42 +++++++++++++++++++++---------------------
 math/cln/buildlink3.mk    |   4 ++--
 math/cln/distinfo         |   5 +++--
 math/cln/patches/patch-ab |   7 +++++--
 5 files changed, 35 insertions(+), 31 deletions(-)

diffs (128 lines):

diff -r 36967e5fcda1 -r 7243a1000a5f math/cln/Makefile
--- a/math/cln/Makefile Sun Mar 12 16:26:09 2006 +0000
+++ b/math/cln/Makefile Sun Mar 12 16:33:32 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2006/02/05 23:10:01 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2006/03/12 16:33:32 rillig Exp $
 
 DISTNAME=      cln-1.1.9
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    math
 MASTER_SITES=  ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ \
                ftp://ftp.santafe.edu/pub/gnu/ \
@@ -15,8 +15,8 @@
 USE_TOOLS+=            gmake pkg-config
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
-PKGCONFIG_OVERRIDE=    ${WRKSRC}/cln.pc.in
+LIBTOOL_OVERRIDE+=     libtool
+PKGCONFIG_OVERRIDE=    cln.pc.in
 
 INFO_FILES=    cln.info
 
diff -r 36967e5fcda1 -r 7243a1000a5f math/cln/PLIST
--- a/math/cln/PLIST    Sun Mar 12 16:26:09 2006 +0000
+++ b/math/cln/PLIST    Sun Mar 12 16:33:32 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:42 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/03/12 16:33:32 rillig Exp $
 bin/cln-config
 include/cln/GV.h
 include/cln/GV_complex.h
@@ -82,24 +82,24 @@
 lib/pkgconfig/cln.pc
 man/man1/cln-config.1
 share/aclocal/cln.m4
-share/doc/html/cln/cln_1.html
-share/doc/html/cln/cln_10.html
-share/doc/html/cln/cln_11.html
-share/doc/html/cln/cln_12.html
-share/doc/html/cln/cln_13.html
-share/doc/html/cln/cln_14.html
-share/doc/html/cln/cln_15.html
-share/doc/html/cln/cln_16.html
-share/doc/html/cln/cln_2.html
-share/doc/html/cln/cln_3.html
-share/doc/html/cln/cln_4.html
-share/doc/html/cln/cln_5.html
-share/doc/html/cln/cln_6.html
-share/doc/html/cln/cln_7.html
-share/doc/html/cln/cln_8.html
-share/doc/html/cln/cln_9.html
-share/doc/html/cln/cln_abt.html
-share/doc/html/cln/cln_ovr.html
-share/doc/html/cln/cln_toc.html
-@dirrm share/doc/html/cln
+share/doc/cln/html/cln_1.html
+share/doc/cln/html/cln_10.html
+share/doc/cln/html/cln_11.html
+share/doc/cln/html/cln_12.html
+share/doc/cln/html/cln_13.html
+share/doc/cln/html/cln_14.html
+share/doc/cln/html/cln_15.html
+share/doc/cln/html/cln_16.html
+share/doc/cln/html/cln_2.html
+share/doc/cln/html/cln_3.html
+share/doc/cln/html/cln_4.html
+share/doc/cln/html/cln_5.html
+share/doc/cln/html/cln_6.html
+share/doc/cln/html/cln_7.html
+share/doc/cln/html/cln_8.html
+share/doc/cln/html/cln_9.html
+share/doc/cln/html/cln_abt.html
+share/doc/cln/html/cln_ovr.html
+share/doc/cln/html/cln_toc.html
+@dirrm share/doc/cln/html
 @dirrm include/cln
diff -r 36967e5fcda1 -r 7243a1000a5f math/cln/buildlink3.mk
--- a/math/cln/buildlink3.mk    Sun Mar 12 16:26:09 2006 +0000
+++ b/math/cln/buildlink3.mk    Sun Mar 12 16:33:32 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2006/02/05 23:10:01 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2006/03/12 16:33:32 rillig Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 CLN_BUILDLINK3_MK:=    ${CLN_BUILDLINK3_MK}+
@@ -16,4 +16,4 @@
 BUILDLINK_PKGSRCDIR.cln?=      ../../math/cln
 .endif # CLN_BUILDLINK3_MK
 
-BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:S/+$//}
diff -r 36967e5fcda1 -r 7243a1000a5f math/cln/distinfo
--- a/math/cln/distinfo Sun Mar 12 16:26:09 2006 +0000
+++ b/math/cln/distinfo Sun Mar 12 16:33:32 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 12:06:54 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/03/12 16:33:32 rillig Exp $
 
 SHA1 (cln-1.1.9.tar.bz2) = 61bdae7e6c6f9046351bf3fe6b5f718f85d7f265
 RMD160 (cln-1.1.9.tar.bz2) = 1dd5ae2f5fe8c3cc7f69cfa4e1d22f5435bd899e
 Size (cln-1.1.9.tar.bz2) = 1661135 bytes
 SHA1 (patch-aa) = 5081352b902de9065e7c6645442823ab297bef09
-SHA1 (patch-ab) = 2e5377dbf83e186c1301e8577991731c9dd075d4
+SHA1 (patch-ab) = 90c93f8b2269a23e8310e8e40ddabf6d8659de43
+SHA1 (patch-ac) = d93e47d81cb010f0eb21b3a98d5ce9b9a6150623
diff -r 36967e5fcda1 -r 7243a1000a5f math/cln/patches/patch-ab
--- a/math/cln/patches/patch-ab Sun Mar 12 16:26:09 2006 +0000
+++ b/math/cln/patches/patch-ab Sun Mar 12 16:33:32 2006 +0000
@@ -1,4 +1,7 @@
-$NetBSD: patch-ab,v 1.2 2004/11/29 08:47:29 adam Exp $
+$NetBSD: patch-ab,v 1.3 2006/03/12 16:33:32 rillig Exp $
+
+HTML documentation is installed to share/doc/cln/html, DVI and
+PostScript are left out.
 
 --- doc/Makefile.in.orig       2004-10-26 21:29:16.000000000 +0000
 +++ doc/Makefile.in
@@ -7,7 +10,7 @@
  infodir = @infodir@
  mandir = @mandir@
 -htmldir = $(datadir)/html
-+htmldir = $(datadir)/doc/html/cln
++htmldir = $(datadir)/doc/cln/html
  dvidir = $(datadir)/dvi
  DESTDIR =
  



Home | Main Index | Thread Index | Old Index