pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xlt Fixed pkglint warnings, bumped PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce689e5cc23f
branches:  trunk
changeset: 373644:ce689e5cc23f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 07 19:27:56 2018 +0000

description:
Fixed pkglint warnings, bumped PKGREVISION.

* Added license declaration
* Moved documentation out of the deprecated share/doc/html
* Documented patch

diffstat:

 x11/xlt/Makefile         |   5 +++--
 x11/xlt/PLIST            |  28 ++++++++++++++--------------
 x11/xlt/distinfo         |   6 +++---
 x11/xlt/patches/patch-aa |   4 +++-
 x11/xlt/patches/patch-ab |   4 ++--
 5 files changed, 25 insertions(+), 22 deletions(-)

diffs (105 lines):

diff -r 3b3be789707c -r ce689e5cc23f x11/xlt/Makefile
--- a/x11/xlt/Makefile  Sun Jan 07 19:17:57 2018 +0000
+++ b/x11/xlt/Makefile  Sun Jan 07 19:27:56 2018 +0000
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.8 2014/10/09 14:07:16 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/01/07 19:27:56 rillig Exp $
 #
 
 DISTNAME=              Xlt-13.0.13
 PKGNAME=               ${DISTNAME:S/Xlt/xlt/}
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=xlt/}
 
 MAINTAINER=            christos%NetBSD.org@localhost
 HOMEPAGE=              http://xlt.sourceforge.net/
 COMMENT=               OpenMotif/Lesstif Widget library
+LICENSE=               gnu-lgpl-v2
 
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
diff -r 3b3be789707c -r ce689e5cc23f x11/xlt/PLIST
--- a/x11/xlt/PLIST     Sun Jan 07 19:17:57 2018 +0000
+++ b/x11/xlt/PLIST     Sun Jan 07 19:27:56 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:25:17 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/01/07 19:27:56 rillig Exp $
 include/Xlt/AnimatedButton.h
 include/Xlt/AnimatedButtonP.h
 include/Xlt/AppShell.h
@@ -76,16 +76,16 @@
 man/man3/XltWaitTillMapped.3
 man/man3/XltWorking.3
 man/man3/XltYesNo.3
-share/doc/html/Xlt/ListTree.gif
-share/doc/html/Xlt/ListTree.html
-share/doc/html/Xlt/ListTreeProg.html
-share/doc/html/Xlt/ListTreeTitle.gif
-share/doc/html/Xlt/LiteClue.html
-share/doc/html/Xlt/SciPlot.html
-share/doc/html/Xlt/SciPlotDemo.gif
-share/doc/html/Xlt/SciPlotDemo.html
-share/doc/html/Xlt/SciPlotExample.gif
-share/doc/html/Xlt/SciPlotProg.html
-share/doc/html/Xlt/SciPlotTitle.gif
-share/doc/html/Xlt/TreeFSel.gif
-share/doc/html/Xlt/new.gif
+share/doc/Xlt/ListTree.gif
+share/doc/Xlt/ListTree.html
+share/doc/Xlt/ListTreeProg.html
+share/doc/Xlt/ListTreeTitle.gif
+share/doc/Xlt/LiteClue.html
+share/doc/Xlt/SciPlot.html
+share/doc/Xlt/SciPlotDemo.gif
+share/doc/Xlt/SciPlotDemo.html
+share/doc/Xlt/SciPlotExample.gif
+share/doc/Xlt/SciPlotProg.html
+share/doc/Xlt/SciPlotTitle.gif
+share/doc/Xlt/TreeFSel.gif
+share/doc/Xlt/new.gif
diff -r 3b3be789707c -r ce689e5cc23f x11/xlt/distinfo
--- a/x11/xlt/distinfo  Sun Jan 07 19:17:57 2018 +0000
+++ b/x11/xlt/distinfo  Sun Jan 07 19:27:56 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2016/04/01 16:08:36 jperkin Exp $
+$NetBSD: distinfo,v 1.6 2018/01/07 19:27:56 rillig Exp $
 
 SHA1 (Xlt-13.0.13.tar.gz) = 5329c345f9d815c9f76d409a25100a7174acd8da
 RMD160 (Xlt-13.0.13.tar.gz) = d67fa86f502f195ffe7b61e80010f95fa7d4747a
 SHA512 (Xlt-13.0.13.tar.gz) = 2a57a413c2fb5c93d8ff81bd197167d8561aad2a737bb83f0684318badc8100d89845429a45d51f49b638629501c50bf58ee7067355e1898470fc2ba7cc0d2ab
 Size (Xlt-13.0.13.tar.gz) = 599909 bytes
-SHA1 (patch-aa) = ac78a9db02b6c79c64738952b978bd5b56fba5cc
-SHA1 (patch-ab) = 5fb6e6df36d3075f53fef5cb1d25c4d384f8e19f
+SHA1 (patch-aa) = a0401ca3720f41d5473a80ba0c6ba916355775c5
+SHA1 (patch-ab) = 50bcbb0182106272d1f7a607a84d7754e19be624
diff -r 3b3be789707c -r ce689e5cc23f x11/xlt/patches/patch-aa
--- a/x11/xlt/patches/patch-aa  Sun Jan 07 19:17:57 2018 +0000
+++ b/x11/xlt/patches/patch-aa  Sun Jan 07 19:27:56 2018 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-aa,v 1.2 2008/07/16 07:40:59 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2018/01/07 19:27:56 rillig Exp $
+
+Don't install .m4 files.
 
 --- Makefile.in.orig   2005-09-16 09:03:54.000000000 -0400
 +++ Makefile.in        2008-06-28 18:20:25.000000000 -0400
diff -r 3b3be789707c -r ce689e5cc23f x11/xlt/patches/patch-ab
--- a/x11/xlt/patches/patch-ab  Sun Jan 07 19:17:57 2018 +0000
+++ b/x11/xlt/patches/patch-ab  Sun Jan 07 19:27:56 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.2 2016/04/01 16:08:36 jperkin Exp $
+$NetBSD: patch-ab,v 1.3 2018/01/07 19:27:56 rillig Exp $
 
 Honour --mandir.
 
@@ -18,7 +18,7 @@
  html_DATA = $(html_HTML)
  
 -htmldir = $(prefix)/Xlt/doc/html
-+htmldir = $(prefix)/share/doc/html/Xlt
++htmldir = $(prefix)/share/doc/Xlt
  subdir = doc
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs



Home | Main Index | Thread Index | Old Index