pkgsrc-WIP-changes archive

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

pkg-dev: Upgrade to 0.3.0 release on new Github repo



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sun May 17 10:44:00 2020 -0500
Changeset:	94716e283d808e0593aab4337556cf76897e29c5

Modified Files:
	pkg-dev/Makefile
	pkg-dev/PLIST
	pkg-dev/distinfo

Log Message:
pkg-dev: Upgrade to 0.3.0 release on new Github repo

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

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

diffstat:
 pkg-dev/Makefile | 15 +++++++--------
 pkg-dev/PLIST    |  6 ++++++
 pkg-dev/distinfo |  8 ++++----
 3 files changed, 17 insertions(+), 12 deletions(-)

diffs:
diff --git a/pkg-dev/Makefile b/pkg-dev/Makefile
index 3e8808c0e0..827bc57c66 100644
--- a/pkg-dev/Makefile
+++ b/pkg-dev/Makefile
@@ -1,26 +1,25 @@
 # $NetBSD$
 
-DISTNAME=	pkg-dev-0.1
+DISTNAME=	pkg-dev-0.3.0
 CATEGORIES=	pkgtools
-MASTER_SITES=	http://acadix.biz/Ports/distfiles/
+MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
 
 MAINTAINER=	bacon%NetBSD.org@localhost
-HOMEPAGE=	http://acadix.biz/Ports/distfiles/
-COMMENT=	Tools for pkgsrc development and testing
-LICENSE=	original-bsd
-
-EXTRACT_SUFX=	.tar.xz
+HOMEPAGE=	https://github.com/outpaddling/pkg-dev
+COMMENT=	Scripts to automate common tasks in pkgsrc development
+LICENSE=	modified-bsd
 
 USE_LANGUAGES=	# none
 
 DEPENDS=	pkglint>0:../../pkgtools/pkglint
 DEPENDS+=	pkgdiff>0:../../pkgtools/pkgdiff
 DEPENDS+=	createbuildlink>0:../../pkgtools/createbuildlink
+DEPENDS+=	auto-admin>0:../../wip/auto-admin
 
 NO_BUILD=	yes
 
 SUBST_CLASSES+=		prefix
-SUBST_STAGE.prefix=	post-patch
+SUBST_STAGE.prefix=	pre-configure
 SUBST_SED.prefix=	-e 's|/usr/pkgsrc|${BUILD_DIR}/../..|g'
 SUBST_FILES.prefix=	Scripts/pkg-grep
 
diff --git a/pkg-dev/PLIST b/pkg-dev/PLIST
index d369f43581..49e03cc703 100644
--- a/pkg-dev/PLIST
+++ b/pkg-dev/PLIST
@@ -6,6 +6,12 @@ sbin/pkg-check
 sbin/pkg-diff
 sbin/pkg-grep
 sbin/pkg-list
+sbin/pkg-merge-plists
+sbin/pkg-mkpatch
+sbin/pkg-patch-vi
 sbin/pkg-reinstall
 sbin/pkg-remake
 sbin/pkg-vuln
+sbin/pkgsrc-add-license
+sbin/pkgsrc-make
+sbin/pkgsrc-wip-checkout
diff --git a/pkg-dev/distinfo b/pkg-dev/distinfo
index c55f05707c..b336bdb60c 100644
--- a/pkg-dev/distinfo
+++ b/pkg-dev/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (pkg-dev-0.1.tar.xz) = 5a53c846e04933c6c95194b62f2c1072ab57b58b
-RMD160 (pkg-dev-0.1.tar.xz) = eee9c6e11ba728690703aab13e89440d731abd44
-SHA512 (pkg-dev-0.1.tar.xz) = 4bb1e81dfee67dee2bbdbd459d8b26d976d1f4d82e2da4971c301737f00d7f733199de85f23ffebf67e9d09c8ce7526cdd9191fec490c4de35c6ef8050452972
-Size (pkg-dev-0.1.tar.xz) = 7392 bytes
+SHA1 (pkg-dev-0.3.0.tar.gz) = 7a154fb3cf0fd1d02ebc0edb1276e3ea3a986737
+RMD160 (pkg-dev-0.3.0.tar.gz) = e7fe7d8656a3f02693409bf17eea911c3331d29b
+SHA512 (pkg-dev-0.3.0.tar.gz) = a9291199f8837afe24523c0a61a61a123e3f4f9115534947d1b0eb90e01053865692f565e8c4d05b3ea6109275422765059e3792cc5e0d71356f24041c9fbf30
+Size (pkg-dev-0.3.0.tar.gz) = 11544 bytes


Home | Main Index | Thread Index | Old Index