pkgsrc-WIP-changes archive

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

basepkg: Update wip/basepkg to 1.3



Module Name:	pkgsrc-wip
Committed By:	Yuuki Enomoto <mail%e-yuuki.org@localhost>
Pushed By:	e-yuuki
Date:		Wed Feb 7 16:15:43 2018 +0900
Changeset:	2adef700fa7ad909e44c1b0d443739eb9d5f1712

Modified Files:
	basepkg/DESCR
	basepkg/Makefile
	basepkg/distinfo

Log Message:
basepkg: Update wip/basepkg to 1.3

Changes:
 * New two meta data, +SIZE_PKG and +SIZE_ALL.

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

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

diffstat:
 basepkg/DESCR    | 4 ++--
 basepkg/Makefile | 6 +++---
 basepkg/distinfo | 8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs:
diff --git a/basepkg/DESCR b/basepkg/DESCR
index 2e31406ea5..c48b768ff9 100644
--- a/basepkg/DESCR
+++ b/basepkg/DESCR
@@ -1,5 +1,5 @@
-Basepkg is a shell script for NetBSD base system packages.
-The features of Basepkg include:
+The basepkg is a framework for NetBSD base system packages.
+The features of basepkg include:
 
 - Making packages of NetBSD base system.
 
diff --git a/basepkg/Makefile b/basepkg/Makefile
index e15f6bde7a..6a53db66ae 100644
--- a/basepkg/Makefile
+++ b/basepkg/Makefile
@@ -2,20 +2,20 @@
 
 DEPENDS+=	pkg_install>=20170419:../../pkgtools/pkg_install
 
-DISTNAME=	basepkg-1.2
+DISTNAME=	basepkg-1.3
 CATEGORIES=	pkgtools
 MASTER_SITES=	${MASTER_SITE_GITHUB:=user340/}
 
 MAINTAINER=	mail%e-yuuki.org@localhost
 HOMEPAGE=	https://github.com/user340/
-COMMENT=	Packaging NetBSD Base System
+COMMENT=	Framework of system packages of NetBSD
 LICENSE=	2-clause-bsd
 
 NO_CONFIGURE=	yes
 NO_BUILD=	yes
 AUTO_MKDIRS=	yes
 
-WRKSRC=		${WRKDIR}/basepkg-1.2
+WRKSRC=		${WRKDIR}/basepkg-1.3
 USE_LANGUAGES=	# none
 USE_TOOLS+=	pax
 
diff --git a/basepkg/distinfo b/basepkg/distinfo
index 8100d6b961..42c8aebe12 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.2.tar.gz) = 514c591cf9adff904ab47a0549e2723248121be9
-RMD160 (basepkg-1.2.tar.gz) = 35c5c100dc3154494cc37146def424b5933dd9e9
-SHA512 (basepkg-1.2.tar.gz) = fc6551e8c2702e7d7bc3573a898de35de5cf1b49908ac75bd27d8479f4e6dc7e04862993248cd11ffb74cc8c38489928b98a02fc49afdd6a1cb7789174c920c0
-Size (basepkg-1.2.tar.gz) = 573141 bytes
+SHA1 (basepkg-1.3.tar.gz) = 182374a7cf47f95d70cd13ac3bd389bb89e425dc
+RMD160 (basepkg-1.3.tar.gz) = ce8b763d3fccfb2f610413c69b27994865512f5e
+SHA512 (basepkg-1.3.tar.gz) = 6db15d8d6ab6d35ed892fbc148bc19f3f8625dabd8534f27bcc00b8fa2641621ff5190b399a514babed441b7a8b42d6f87f20a783b62948df2d5ec56aed4d0ba
+Size (basepkg-1.3.tar.gz) = 573328 bytes


Home | Main Index | Thread Index | Old Index