pkgsrc-WIP-changes archive

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

basepkg: Update wip/basepkg to 1.5.3



Module Name:	pkgsrc-wip
Committed By:	Yuuki Enomoto <uki%e-yuuki.org@localhost>
Pushed By:	e-yuuki
Date:		Sun Jul 29 14:14:19 2018 +0900
Changeset:	0143718a46248ff866ab30090ef2c522556a2670

Modified Files:
	basepkg/Makefile
	basepkg/distinfo

Log Message:
basepkg: Update wip/basepkg to 1.5.3

Changes:
 * Code Refectering. Using command (built in) instead of which(1).

The version is only support NetBSD 7.1.2.
The next version will support NetBSD 8.0.

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

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 | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/basepkg/Makefile b/basepkg/Makefile
index ce1efa97a3..832a247ed2 100644
--- a/basepkg/Makefile
+++ b/basepkg/Makefile
@@ -1,12 +1,12 @@
 # $NetBSD$
 
-DISTNAME=	basepkg-1.5.2
+DISTNAME=	basepkg-1.5.3
 CATEGORIES=	pkgtools
 MASTER_SITES=	${MASTER_SITE_GITHUB:=user340/}
 
 MAINTAINER=	uki%e-yuuki.org@localhost
 HOMEPAGE=	https://github.com/user340/
-COMMENT=	Framework of system packages of NetBSD
+COMMENT=	NetBSD system packages
 LICENSE=	2-clause-bsd
 
 DEPENDS+=	pkg_install>=20170419:../../pkgtools/pkg_install
diff --git a/basepkg/distinfo b/basepkg/distinfo
index 024d428aeb..58cabecf1c 100644
--- a/basepkg/distinfo
+++ b/basepkg/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo, v 0.99 2017/05/11 18:41:32 uki Exp $
 
-SHA1 (basepkg-1.5.2.tar.gz) = 2c813f2e3ecdc78b41fffa5b8c0b76d555d7e4d8
-RMD160 (basepkg-1.5.2.tar.gz) = a20ef1249c88cd4265298915519b4ce049f4f513
-SHA512 (basepkg-1.5.2.tar.gz) = c18ca0720a14c3d03e50d0fd38f0ee96d1f298a57eb934bf0482c8d7a81da7f70b3a63d32232a2099465f68b7474abceef6f513a9b414954e3729a5be927aed8
-Size (basepkg-1.5.2.tar.gz) = 508190 bytes
+SHA1 (basepkg-1.5.3.tar.gz) = 54da27b5757e8410a323334222ac4bf16da3aa13
+RMD160 (basepkg-1.5.3.tar.gz) = 2bbde4ac57b5b7cd2fd82decf34d01fdea2fe022
+SHA512 (basepkg-1.5.3.tar.gz) = 223803d949b2d113243ccb16311e743b5eae97b3d96e83de207bd8c0343cee42db606383f62f182dd34b5e629dd39657e66572021dc9b83777add9852f95dca4
+Size (basepkg-1.5.3.tar.gz) = 508190 bytes


Home | Main Index | Thread Index | Old Index