pkgsrc-WIP-changes archive

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

basepkg: Update wip/basepkg to 1.0



Module Name:	pkgsrc-wip
Committed By:	Yuuki Enomoto <mail%e-yuuki.org@localhost>
Pushed By:	e-yuuki
Date:		Tue Sep 12 14:47:03 2017 +0000
Changeset:	c352365b2c151e5556528d99c60db8a7188d6024

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

Log Message:
basepkg: Update wip/basepkg to 1.0

Changes:
 * Not need NetBSD source tree (/usr/src).
 * Use pkg_install's install script instead of pkg_add and pkg_delete
 wrapper.

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

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

diffstat:
 basepkg/DESCR    | 1 -
 basepkg/Makefile | 8 +++++---
 basepkg/PLIST    | 2 ++
 basepkg/distinfo | 8 ++++----
 4 files changed, 11 insertions(+), 8 deletions(-)

diffs:
diff --git a/basepkg/DESCR b/basepkg/DESCR
index fbe51a2a1b..2e31406ea5 100644
--- a/basepkg/DESCR
+++ b/basepkg/DESCR
@@ -2,6 +2,5 @@ Basepkg is a shell script for NetBSD base system packages.
 The features of Basepkg include:
 
 - Making packages of NetBSD base system.
-- pkg_add(1) and pkg_delete(1) wrapper for installation to the system.
 
 Please read share/basepkg/README.md for use it.
diff --git a/basepkg/Makefile b/basepkg/Makefile
index 9ba1802c91..de90c47e2c 100644
--- a/basepkg/Makefile
+++ b/basepkg/Makefile
@@ -1,8 +1,8 @@
 # $NetBSD$
 
-DEPENDS+=	pkg_install>=20160410:../../pkgtools/pkg_install
+DEPENDS+=	pkg_install>=20170419:../../pkgtools/pkg_install
 
-DISTNAME=	basepkg-0.994
+DISTNAME=	basepkg-1.0
 CATEGORIES=	pkgtools
 MASTER_SITES=	${MASTER_SITE_GITHUB:=user340/}
 
@@ -14,7 +14,7 @@ LICENSE=	2-clause-bsd
 NO_CONFIGURE=	yes
 NO_BUILD=	yes
 
-WRKSRC=		${WRKDIR}/basepkg-0.994
+WRKSRC=		${WRKDIR}/basepkg-1.0
 USE_LANGUAGES=	# none
 USE_TOOLS+= pax
 
@@ -27,6 +27,8 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/sets/comments ${DESTDIR}${PREFIX}/share/basepkg/sets
 	${INSTALL_DATA} ${WRKSRC}/sets/deps ${DESTDIR}${PREFIX}/share/basepkg/sets
 	${INSTALL_DATA} ${WRKSRC}/sets/descrs ${DESTDIR}${PREFIX}/share/basepkg/sets
+	${INSTALL_DATA} ${WRKSRC}/sets/install ${DESTDIR}${PREFIX}/share/basepkg/sets
+	${INSTALL_DATA} ${WRKSRC}/sets/deinstall ${DESTDIR}${PREFIX}/share/basepkg/sets
 	cd ${WRKSRC}/sets && ${PAX} -wr lists ${DESTDIR}${PREFIX}/share/basepkg/sets
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/basepkg/PLIST b/basepkg/PLIST
index 77709b78ed..0cea3e1c6e 100644
--- a/basepkg/PLIST
+++ b/basepkg/PLIST
@@ -1,6 +1,8 @@
 @comment $NetBSD$
 share/basepkg/README.md
 share/basepkg/basepkg.sh
+share/basepkg/sets/install
+share/basepkg/sets/deinstall
 share/basepkg/sets/comments
 share/basepkg/sets/deps
 share/basepkg/sets/descrs
diff --git a/basepkg/distinfo b/basepkg/distinfo
index 01f70191a4..6d2cce7c72 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.994.tar.gz) = 9dfa36a9c148c74e3013bfab95ba6cb1dfe4201d
-RMD160 (basepkg-0.994.tar.gz) = 30e0fca49d31f859242cf94763aef20f229e4508
-SHA512 (basepkg-0.994.tar.gz) = b1248b178854adb96a67cd818aa182335ebb5ecce0169684140a027c69420b4d91b1d052ed50d10f2751a12feca4cf651d590953c004bcb40d23b9106199660f
-Size (basepkg-0.994.tar.gz) = 450936 bytes
+SHA1 (basepkg-1.0.tar.gz) = c9615e5e099b07be571cf4c9ce1142430ae3da44
+RMD160 (basepkg-1.0.tar.gz) = 9ec4b06d880a1c3d1078de74fb8a979f6686d147
+SHA512 (basepkg-1.0.tar.gz) = 22e76454bcb45dd7461e96d2e88b9f95ef321137b63c3f45f4b379122f9632b3d38aa254d648e0bcb618a22c95f6e7082aec887141c19c15258e937dfd2e3426
+Size (basepkg-1.0.tar.gz) = 456692 bytes
 SHA1 (patch-basepkg.sh) = af9827d83338029f83fd1b67685cb65c2619649d


Home | Main Index | Thread Index | Old Index