pkgsrc-WIP-changes archive

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

oksh: appease pkglint



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Sat Nov 10 00:13:51 2018 +0200
Changeset:	5a9844ec44567a17e3156d2df1281f796b5c19a6

Modified Files:
	oksh/Makefile
	oksh/distinfo

Log Message:
oksh: appease pkglint

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

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

diffstat:
 oksh/Makefile | 8 +++++---
 oksh/distinfo | 8 ++++----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs:
diff --git a/oksh/Makefile b/oksh/Makefile
index eb859178ce..84da8ba2a5 100644
--- a/oksh/Makefile
+++ b/oksh/Makefile
@@ -1,15 +1,17 @@
 # $NetBSD$
 
 DISTNAME=	oksh-20181009
-CATEGORIES=	wip
-MASTER_SITES=	https://github.com/ibara/oksh/releases/download/20181009/
+CATEGORIES=	shells
+MASTER_SITES=	${MASTER_SITE_GITHUB:=ibara/}
+GITHUB_TAG=	${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%pkgsrc.org@localhost
 HOMEPAGE=	https://github.com/ibara/oksh/
 COMMENT=	Portable OpenBSD ksh(1)
-WRKSRC=		${WRKDIR}/${PKGNAME}
 LICENSE=	original-bsd
 
+WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
+
 GNU_CONFIGURE=		yes
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/oksh/distinfo b/oksh/distinfo
index 5580beb3bc..dc96beee34 100644
--- a/oksh/distinfo
+++ b/oksh/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (oksh-20181009.tar.gz) = fe4dc75ce873327a4725e3eee6dd8e8810efea09
-RMD160 (oksh-20181009.tar.gz) = cb9998523964c16c536b2a5a486324233112db54
-SHA512 (oksh-20181009.tar.gz) = e53d32325928d74ca35cfd38d71a1ceb7ef539285983c33f5836ca8821c5556c424ff35920f7f897fbf4180e34efac023b1b9b1441f3475af8244c338a96804a
-Size (oksh-20181009.tar.gz) = 301213 bytes
+SHA1 (oksh-20181009-20181009.tar.gz) = decc85574c362889f7f9eb74b1ae25eea0241f3c
+RMD160 (oksh-20181009-20181009.tar.gz) = d2c8217d9271ac9ac9ed1f10a2884fdc3ba537a1
+SHA512 (oksh-20181009-20181009.tar.gz) = ba4d5d00e5a45ed035da1e4129163e9043f84a662bd100972754fe330ee7811b8b448321d202e61a63b1cc36ceac8df005a17e1473ac842cb536b1e50122e29b
+Size (oksh-20181009-20181009.tar.gz) = 301271 bytes


Home | Main Index | Thread Index | Old Index