pkgsrc-WIP-changes archive

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

Reduced warnings reported by pkglint



Module Name:	pkgsrc-wip
Committed By:	Daniel Oelschlegel <amoibos%gmail.com@localhost>
Pushed By:	amoibos
Date:		Sun Oct 16 21:02:50 2016 +0000
Changeset:	a576420b24626a1d41e8a450541040349e2cb196

Modified Files:
	scintilla/Makefile
	scintilla/distinfo
	scintilla/patches/patch-aa
	scite/distinfo
	scite/patches/patch-aa

Log Message:
Reduced warnings reported by pkglint

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a576420b24626a1d41e8a450541040349e2cb196

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 scintilla/Makefile         | 6 +++---
 scintilla/distinfo         | 2 +-
 scintilla/patches/patch-aa | 2 ++
 scite/distinfo             | 2 +-
 scite/patches/patch-aa     | 2 ++
 5 files changed, 9 insertions(+), 5 deletions(-)

diffs:
diff --git a/scintilla/Makefile b/scintilla/Makefile
index 28cfdac..5863947 100644
--- a/scintilla/Makefile
+++ b/scintilla/Makefile
@@ -3,7 +3,7 @@
 
 DISTNAME=	scintilla370
 PKGNAME=	scintilla-3.7.0
-PKGREVISION=	0
+#PKGREVISION=	0
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=scintilla/}
 EXTRACT_SUFX=	.tgz
@@ -11,7 +11,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://scintilla.sourceforge.net/
 COMMENT=	Source code editing component
-#LICENSE=	# TODO: (see mk/license.mk)
+LICENSE=	modified-bsd
 
 WRKSRC=		${WRKDIR}/scintilla
 USE_LANGUAGES=	c c++
@@ -31,7 +31,7 @@ do-install:
 		${DESTDIR}${PREFIX}/include/scintilla
 	${INSTALL_LIB} ${WRKSRC}/bin/libscintilla.a ${DESTDIR}${PREFIX}/lib
 	${INSTALL_LIB} ${WRKSRC}/bin/libscintilla_lexers.a ${DESTDIR}${PREFIX}/lib
-	
+
 
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/scintilla/distinfo b/scintilla/distinfo
index 257b498..1361672 100644
--- a/scintilla/distinfo
+++ b/scintilla/distinfo
@@ -4,4 +4,4 @@ SHA1 (scintilla370.tgz) = 26293d8fc480be0944d44725ae145bc3bd886d3e
 RMD160 (scintilla370.tgz) = db7d16ccc4718dcb0769270c55f1fe0409003f47
 SHA512 (scintilla370.tgz) = 08747264695c439a5a3e04709562aac1867520e80e98c572c77fcd76f3788dad6dc72c794d4ee5cfd7de20131117b88ffcb2398d96ffb7025e59128bbaddd106
 Size (scintilla370.tgz) = 1370149 bytes
-SHA1 (patch-aa) = cca1ad4399b00e261a96dd3ddb437c93b6b21f6b
+SHA1 (patch-aa) = c98d15b0764cef95961f3e0beb091a7693d5a94a
diff --git a/scintilla/patches/patch-aa b/scintilla/patches/patch-aa
index e210323..3774ad6 100644
--- a/scintilla/patches/patch-aa
+++ b/scintilla/patches/patch-aa
@@ -1,3 +1,5 @@
+$NetBSD$
+Overwrite paths and defaults, patch inspired by OpenBSD ports version 3.5.2
 --- gtk/makefile.orig	2016-08-30 04:39:06.000000000 +0000
 +++ gtk/makefile	2016-10-16 20:17:20.234493124 +0000
 @@ -17,6 +17,7 @@
diff --git a/scite/distinfo b/scite/distinfo
index aca85cc..242add8 100644
--- a/scite/distinfo
+++ b/scite/distinfo
@@ -4,4 +4,4 @@ SHA1 (scite370.tgz) = 6d4d8759e5a1d778f8528e203ec5ce5929fb8d01
 RMD160 (scite370.tgz) = fee0da1ab7c642d713539904f3401d3d7ff0057b
 SHA512 (scite370.tgz) = e398abcd35e244478d797ae7bde6cae137dea7e77c6e42cc378fde6953cccffc9aa634a262522b063c701e39069dd4cd64c05c4e8bdd806b87f61f3d3ee0a189
 Size (scite370.tgz) = 2352677 bytes
-SHA1 (patch-aa) = 9e3a3482be638b75fa7f111f77540ce8dc922102
+SHA1 (patch-aa) = c7283f7f7ac61050f490ac0058cfb8d493a8f2ca
diff --git a/scite/patches/patch-aa b/scite/patches/patch-aa
index 2ebe27a..1a72338 100644
--- a/scite/patches/patch-aa
+++ b/scite/patches/patch-aa
@@ -1,3 +1,5 @@
+$NetBSD$
+Overwrite paths and defaults, patch inspired by OpenBSD port version 3.5.2
 --- gtk/makefile.orig	2016-10-16 03:10:33.000000000 +0000
 +++ gtk/makefile	2016-10-16 20:44:27.385048978 +0000
 @@ -33,13 +33,14 @@


Home | Main Index | Thread Index | Old Index