pkgsrc-WIP-changes archive

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

(pkgtools/check-update) Update to 0.9.4, make check-update-sample.sh as general purpose



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-S9) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Thu Mar 30 22:59:50 2017 +0900
Changeset:	bc45b3d610ee37833868598b64fbe61365df55bc

Modified Files:
	check-update/Makefile
	check-update/distinfo

Log Message:
(pkgtools/check-update) Update to 0.9.4, make check-update-sample.sh as general purpose

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

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

diffstat:
 check-update/Makefile | 9 +++++++--
 check-update/distinfo | 8 ++++----
 2 files changed, 11 insertions(+), 6 deletions(-)

diffs:
diff --git a/check-update/Makefile b/check-update/Makefile
index 82b518606e..1a14c1cfa1 100644
--- a/check-update/Makefile
+++ b/check-update/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	check-update-0.9.3
+DISTNAME=	check-update-0.9.4
 CATEGORIES=	pkgtools
 MASTER_SITES=	${MASTER_SITE_GITHUB:=makoto-fujiwara/}
 
@@ -54,7 +54,12 @@ REPLACE_PERL+=	${INSTALLATION_SCRIPT}
 do-install:
 
 	(cd ${WRKSRC};  ${INSTALL_SCRIPT} check-update ${DESTDIR}${PREFIX}/sbin )
-.for i in ${INSTALLATION_SCRIPT} ${INSTALLATION_FILE}
+
+.for i in ${INSTALLATION_SCRIPT}
+	(cd ${WRKSRC};	${INSTALL_SCRIPT} ${i} ${DESTDIR}${PREFIX}/${CHECK_UPDATE_DIR} )
+.endfor
+
+.for i in ${INSTALLATION_FILE}
 	(cd ${WRKSRC};	${INSTALL_SCRIPT} ${i} ${DESTDIR}${PREFIX}/${CHECK_UPDATE_DIR} )
 .endfor
 
diff --git a/check-update/distinfo b/check-update/distinfo
index 10f8e36335..09b78ac3b8 100644
--- a/check-update/distinfo
+++ b/check-update/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (check-update-0.9.3.tar.gz) = c30e616bfb6bfc97e35114bb690097753f2579bf
-RMD160 (check-update-0.9.3.tar.gz) = c0d30efe29166ee800bf6cc4053da00e656eba82
-SHA512 (check-update-0.9.3.tar.gz) = a015d2b0da44850904887d15a8812cca94628053b97ece2fa4dded9d91999e3901045e0b003d95b16df4dda1b8bc88c9d1e2f1c7e5b956cc9cacdf835a14401c
-Size (check-update-0.9.3.tar.gz) = 69522 bytes
+SHA1 (check-update-0.9.4.tar.gz) = c19b78444bc54034896d9f642d93c2a8d90434ce
+RMD160 (check-update-0.9.4.tar.gz) = bc3c25a39fb8b043745abb92689b2deb0be4727c
+SHA512 (check-update-0.9.4.tar.gz) = 82b6e91e5fd350deff67f70f39f0261401af15303a8519a593d90cec6a3f60c77b1ae342cc59cf5954e1a2bad0b3a033d29cd16559b83dd9c34eced38d8255ca
+Size (check-update-0.9.4.tar.gz) = 69587 bytes
 SHA1 (patch-check-update) = 84ccdda9d9c81952dea8cbd615e0d63adc8b0b59


Home | Main Index | Thread Index | Old Index