pkgsrc-WIP-changes archive

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

libpsl: use release tarball.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sat Jul 28 10:58:45 2018 +0000
Changeset:	6c14c1eb4aaa79fcfe9204792b3d9621f4275a45

Modified Files:
	libpsl/Makefile
	libpsl/distinfo

Log Message:
libpsl: use release tarball.

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

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

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

diffs:
diff --git a/libpsl/Makefile b/libpsl/Makefile
index d98886d1e9..4ae02a460c 100644
--- a/libpsl/Makefile
+++ b/libpsl/Makefile
@@ -2,10 +2,11 @@
 
 DISTNAME=	libpsl-0.20.2
 CATEGORIES=	devel
-MASTER_SITES=	https://github.com/rockdaboot/libpsl/archive/
+MASTER_SITES=	${MASTER_SITE_GITHUB:=rockdaboot/}
+GITHUB_RELEASE=	${DISTNAME}
+DIST_SUBDIR=	${PKGNAME_NOREV}
 DISTFILES=	${DEFAULT_DISTFILES} public_suffix_list.dat
 SITES.public_suffix_list.dat=	https://raw.githubusercontent.com/publicsuffix/list/c45eff1c741d197778430e64e5d6f8bb0d7e9c8d/
-DIST_SUBDIR=	${PKGNAME_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/rockdaboot/libpsl/
@@ -19,7 +20,6 @@ USE_TOOLS+=	gmake pkg-config autoconf automake
 USE_LIBTOOL=	yes
 USE_LANGUAGES=	c c++
 GNU_CONFIGURE=	yes
-WRKSRC=		${WRKDIR}/libpsl-${DISTNAME}
 
 PKGCONFIG_OVERRIDE+=	libpsl.pc.in
 
diff --git a/libpsl/distinfo b/libpsl/distinfo
index 66942512e1..dce7b80625 100644
--- a/libpsl/distinfo
+++ b/libpsl/distinfo
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.2 2014/10/28 15:33:55 thomasklausner Exp $
 
-SHA1 (libpsl-0.20.2/libpsl-0.20.2.tar.gz) = 0789ec8d11283ba278d5fcfc313d098d30ba713c
-RMD160 (libpsl-0.20.2/libpsl-0.20.2.tar.gz) = b7e75358026d0ce0da0da408ca478f23cf396c96
-SHA512 (libpsl-0.20.2/libpsl-0.20.2.tar.gz) = 45c014fcc8c1ffc491dfb4ee26e3416f4f7d731abeb3a3b3e6af090b273b391d737297fce60baf82cad03ae996b3bbd9600df7e4a95931b0ed3d3107a712ea06
-Size (libpsl-0.20.2/libpsl-0.20.2.tar.gz) = 8589843 bytes
+SHA1 (libpsl-0.20.2/libpsl-0.20.2.tar.gz) = 890376d6038652911cfa853ccfb5b993ae0743ee
+RMD160 (libpsl-0.20.2/libpsl-0.20.2.tar.gz) = 418230d331d2976c111263f3c1280d47929f48cb
+SHA512 (libpsl-0.20.2/libpsl-0.20.2.tar.gz) = fa9f6f7f0447d9fe00f5dfca5262c56ff26217eea44d0f7fc1e5d982224c41874e753f0aa06dd9e5d7d03d4f04e3dacd4f36034cc8dd0fc6e2c28b49a23e62fe
+Size (libpsl-0.20.2/libpsl-0.20.2.tar.gz) = 9228099 bytes
 SHA1 (libpsl-0.20.2/public_suffix_list.dat) = 10874c9b721d6c812aebbdd29008acfea9e8ecb9
 RMD160 (libpsl-0.20.2/public_suffix_list.dat) = eb156a05ff2f8f25e3f24459a12bc4b5020f46f2
 SHA512 (libpsl-0.20.2/public_suffix_list.dat) = 2a220da79699c31c01cd72ead7f8024e36ac826afd3f0742def463f83da5f227749523a75dfabf97ac2236765d845330607f017eeb2f7c451d9b9a55c67b99a1


Home | Main Index | Thread Index | Old Index