pkgsrc-WIP-changes archive

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

fix pkglint errors



Module Name:	pkgsrc-wip
Committed By:	Matthew Sporleder <msporleder%gmail.com@localhost>
Pushed By:	mspo
Date:		Wed Mar 22 21:15:06 2017 -0400
Changeset:	d6ac0cfaf18ad0a20d3b2974c32e749fead72f52

Modified Files:
	lfe/Makefile
	lfe/distinfo
	lfe/patches/patch-Makefile

Log Message:
fix pkglint errors

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

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

diffstat:
 lfe/Makefile               | 7 +++----
 lfe/distinfo               | 2 +-
 lfe/patches/patch-Makefile | 1 +
 3 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/lfe/Makefile b/lfe/Makefile
index dd2660d8ec..24e44b5d8f 100644
--- a/lfe/Makefile
+++ b/lfe/Makefile
@@ -2,21 +2,21 @@
 
 GITHUB_PROJECT=	lfe
 DISTNAME=	lfe-1.2.1
-CATEGORIES=	wip
+CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GITHUB:=rvirding/}
 EXTRACT_SUFX=	.zip
 DIST_SUBDIR=	${GITHUB_PROJECT}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/rvirding/lfe/
-COMMENT=	lisp flavoured erlang
+COMMENT=	Lisp flavoured erlang
 USE_TOOLS+=	gmake
 MAKE_ENV+=	MANINSTDIR=${DESTDIR}/${PREFIX}/${PKGMANDIR}
 MAKE_ENV+=	DESTBINDIR=${DESTDIR}/${PREFIX}/bin/
 
 SUBST_CLASSES+=			lfe
 SUBST_STAGE.lfe=		post-patch
-SUBST_MESSAGE.lfe=		"fixing path to lfe"
+SUBST_MESSAGE.lfe=		fixing path to lfe
 SUBST_SED.lfe=			-e "s,/usr/bin/env lfe,${PREFIX}/bin/lfe,g"
 SUBST_FILES.lfe=		bin/lfec
 SUBST_FILES.lfe+=		bin/lfedoc
@@ -26,6 +26,5 @@ NO_CONFIGURE=	yes
 BUILD_MAKE_FLAGS=	compile
 LICENSE=	apache-2.0
 
-# url2pkg-marker (please do not remove this line.)
 .include "../../lang/erlang/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/lfe/distinfo b/lfe/distinfo
index 844fde8442..6ae4119afb 100644
--- a/lfe/distinfo
+++ b/lfe/distinfo
@@ -4,4 +4,4 @@ SHA1 (lfe/lfe-1.2.1.zip) = a3f84f38b2b0c334cb3c10b1722f9fde0309a6cb
 RMD160 (lfe/lfe-1.2.1.zip) = 9d1a80731783a0473bf173c1328179c01e2a5f0d
 SHA512 (lfe/lfe-1.2.1.zip) = 798bf35cc12be51d8417e121d081e47b1248548eb7c0bd7e97143ee39e339f2404d22149edffe87348bb8eee00f63442440a204df85f71a8d09e66cb9e2cc80c
 Size (lfe/lfe-1.2.1.zip) = 391809 bytes
-SHA1 (patch-Makefile) = 6007e1576464f97408a782bc443ab06fe8daa7b9
+SHA1 (patch-Makefile) = 4dbd0ab68a9144c39a6fa5c2abffe9b11178207f
diff --git a/lfe/patches/patch-Makefile b/lfe/patches/patch-Makefile
index 4fbbe0604a..c3807df7ce 100644
--- a/lfe/patches/patch-Makefile
+++ b/lfe/patches/patch-Makefile
@@ -1,4 +1,5 @@
 $NetBSD$
+Fix up Makefile since it is hand-written
 
 --- Makefile.orig	2016-11-23 23:50:28.000000000 +0000
 +++ Makefile


Home | Main Index | Thread Index | Old Index