pkgsrc-WIP-changes archive

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

py-poyo: Delete unnecessary variables from Makefile



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Fri Feb 9 17:40:36 2018 -0800
Changeset:	b5e05ac5635b3dcb99b3ef38706826b93e002a17

Modified Files:
	py-poyo/Makefile
	py-poyo/distinfo

Log Message:
py-poyo: Delete unnecessary variables from Makefile

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

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

diffstat:
 py-poyo/Makefile | 3 ---
 py-poyo/distinfo | 8 ++++----
 2 files changed, 4 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-poyo/Makefile b/py-poyo/Makefile
index 6605b1e37a..87f4becb88 100644
--- a/py-poyo/Makefile
+++ b/py-poyo/Makefile
@@ -5,7 +5,6 @@ GITHUB_PROJECT=	poyo
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hackebrot/}
-EXTRACT_SUFX=	.zip
 
 MAINTAINER=	gde%llew.me@localhost
 HOMEPAGE=	https://github.com/hackebrot/poyo/
@@ -14,7 +13,5 @@ LICENSE=	mit
 
 USE_LANGUAGES=	# none
 
-WRKSRC=	${WRKDIR}/${DISTNAME}
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-poyo/distinfo b/py-poyo/distinfo
index 8ebc1d16f3..40ec897d06 100644
--- a/py-poyo/distinfo
+++ b/py-poyo/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (poyo-0.1.0.zip) = 2095c298ea92f9e07e997645a4b189a0c48e5297
-RMD160 (poyo-0.1.0.zip) = 767934d978eabb7b319f9b43828c8dc49be1bcb2
-SHA512 (poyo-0.1.0.zip) = e0d1f5f6a1f62b102dc4d74222e1185568fb31ff617d9757aeb619274a6b0c8be1d9b989942c14ac930a9de63f2a54d38fee5187e7f7e99e024b28c38f562d9b
-Size (poyo-0.1.0.zip) = 10563 bytes
+SHA1 (poyo-0.1.0.tar.gz) = 266335b153d4702073f876efc50f68258b89585a
+RMD160 (poyo-0.1.0.tar.gz) = d55fad9dc5e84f92279a26ff71d3c3bee45a59ed
+SHA512 (poyo-0.1.0.tar.gz) = e3315e63531ba054fd52423787519f5f73e24ee4bb292e430732bc273dc30ef420a4e04c44c66d4e9580f18104c78e14f458a2e7b523cf45522e58630f43732e
+Size (poyo-0.1.0.tar.gz) = 6608 bytes


Home | Main Index | Thread Index | Old Index