pkgsrc-WIP-changes archive

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

basepkg: Update wip/basepkg to 0.992



Module Name:	pkgsrc-wip
Committed By:	Yuuki Enomoto <mail%e-yuuki.org@localhost>
Pushed By:	e-yuuki
Date:		Sun Jun 25 00:09:33 2017 +0000
Changeset:	667181587537fb3078c77446011d30fcee2ebcdb

Modified Files:
	basepkg/Makefile
	basepkg/distinfo
	basepkg/patches/patch-basepkg.sh

Log Message:
basepkg: Update wip/basepkg to 0.992

Changes:
 * Update software version.
 * Refactored source code.
 * Fix any problems.

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

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

diffstat:
 basepkg/Makefile                 |  4 ++--
 basepkg/distinfo                 | 10 +++++-----
 basepkg/patches/patch-basepkg.sh |  4 +++-
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs:
diff --git a/basepkg/Makefile b/basepkg/Makefile
index 6351c859b1..6914d7454a 100644
--- a/basepkg/Makefile
+++ b/basepkg/Makefile
@@ -2,7 +2,7 @@
 
 DEPENDS+=	pkg_install>=20160410:../../pkgtools/pkg_install
 
-DISTNAME=	basepkg-0.991
+DISTNAME=	basepkg-0.992
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=user340/}
 
@@ -14,7 +14,7 @@ LICENSE=	2-clause-bsd
 NO_CONFIGURE=	yes
 NO_BUILD=	yes
 
-WRKSRC=		${WRKDIR}/basepkg-0.991
+WRKSRC=		${WRKDIR}/basepkg-0.992
 USE_LANGUAGES=	# none
 
 INSTALLATION_DIRS+=	share/basepkg
diff --git a/basepkg/distinfo b/basepkg/distinfo
index af297869bf..e2599956dc 100644
--- a/basepkg/distinfo
+++ b/basepkg/distinfo
@@ -1,7 +1,7 @@
 $NetBSD: distinfo, v 0.99 2017/05/11 18:41:32 uki Exp $
 
-SHA1 (basepkg-0.991.tar.gz) = 4033016d137d3e906e0e10bf066b82c4a54c5fb5
-RMD160 (basepkg-0.991.tar.gz) = e33e4a21644d6e6a3a43a14248e3f214afb01007
-SHA512 (basepkg-0.991.tar.gz) = 404f6ae685ece6e97c7c79be4cacc6f511de85a8198615363ab93c1f65477b0d27a8b971736b53afa533f33f7ed5fcf722d791dc73e519439001a624fee7b9b0
-Size (basepkg-0.991.tar.gz) = 7113 bytes
-SHA1 (patch-basepkg.sh) = 2a5de7d35c330b1d351bc7ddd38e69b2f6f548d3
+SHA1 (basepkg-0.992.tar.gz) = 76d5d01aac4db9f57f6698b8ad5f2ddaba8e7fff
+RMD160 (basepkg-0.992.tar.gz) = c9bac0613ba89b1600af2d8102b3ded273024a94
+SHA512 (basepkg-0.992.tar.gz) = c8e0e752620d46373993774222aa7529f8545a258b774cf65af2c6108cdbb1b65321a66acf7c37c63b48985c83daa6429b421c8cc313358db3a4c0892ec5ea52
+Size (basepkg-0.992.tar.gz) = 8150 bytes
+SHA1 (patch-basepkg.sh) = af9827d83338029f83fd1b67685cb65c2619649d
diff --git a/basepkg/patches/patch-basepkg.sh b/basepkg/patches/patch-basepkg.sh
index 4c60e60d4b..b6a3d842df 100644
--- a/basepkg/patches/patch-basepkg.sh
+++ b/basepkg/patches/patch-basepkg.sh
@@ -1,6 +1,8 @@
 $NetBSD$
 
---- basepkg.sh.orig	2017-05-11 08:08:35.000000000 +0000
+* REPLACE_SH is not worked in my case.
+
+--- basepkg.sh.orig	2017-06-24 13:49:07.000000000 +0000
 +++ basepkg.sh
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env sh


Home | Main Index | Thread Index | Old Index