pkgsrc-WIP-changes archive

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

(check-update) updated to 0.9.2, (cd ${VARBASE}/check-update;make)



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-N9) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Tue Mar 28 22:45:12 2017 +0900
Changeset:	0baa995c6343bb406f9a7ff80c7dc19c7c073d07

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

Log Message:
(check-update) updated to 0.9.2, (cd ${VARBASE}/check-update;make)

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

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

diffstat:
 check-update/Makefile | 25 ++++++++++++++++++++++---
 check-update/PLIST    |  4 ++++
 check-update/distinfo |  8 ++++----
 3 files changed, 30 insertions(+), 7 deletions(-)

diffs:
diff --git a/check-update/Makefile b/check-update/Makefile
index 5a3387468e..9df8dc85c7 100644
--- a/check-update/Makefile
+++ b/check-update/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	check-update-0.9
+DISTNAME=	check-update-0.9.2
 CATEGORIES=	pkgtools
 MASTER_SITES=	${MASTER_SITE_GITHUB:=makoto-fujiwara/}
 
@@ -21,10 +21,22 @@ USE_TOOLS+=	perl:run
 NO_BUILD=       YES
 
 CHECK_UPDATE_DIR= share/check-update
+MAKEDIR=	${VARBASE}/check-update
+EGDIR=		share/examples/check-update
+
+CONF_FILES+=	${EGDIR}/Makefile	   ${MAKEDIR}/Makefile
+CONF_FILES+=	${EGDIR}/environment-sample.mk	${MAKEDIR}/environment.mk
+CONF_FILES+=	${EGDIR}/check-update-sample.sh   ${MAKEDIR}/check-update.sh
+CONF_FILES+=	${EGDIR}/cd-and-sh-sample ${MAKEDIR}/cd-and-sh
+
+OWN_DIRS+=	${MAKEDIR}
+
+MAKE_FILES=	Makefile environment-sample.mk
+MAKE_SCRIPTS=	cd-and-sh-sample check-update-sample.sh
 
 INSTALLATION_SCRIPT+=	summary-diff collect-stats fork-w3m merge-check-update
 INSTALLATION_FILE=	MaturedList
-INSTALLATION_DIRS+=	sbin share/check-update
+INSTALLATION_DIRS+=	sbin share/check-update ${EGDIR}
 
 SUBST_CLASSES+=		path
 SUBST_STAGE.path=	post-patch
@@ -37,10 +49,17 @@ REPLACE_PERL+=	${INSTALLATION_SCRIPT}
 
 do-install:
 
+	(cd ${WRKSRC};  ${INSTALL_SCRIPT} check-update ${DESTDIR}${PREFIX}/sbin )
 .for i in ${INSTALLATION_SCRIPT} ${INSTALLATION_FILE}
 	(cd ${WRKSRC};	${INSTALL_SCRIPT} ${i} ${DESTDIR}${PREFIX}/${CHECK_UPDATE_DIR} )
 .endfor
-	(cd ${WRKSRC};	${INSTALL_SCRIPT} check-update ${DESTDIR}${PREFIX}/sbin )
 
+.for i in ${MAKE_FILES}
+	(cd ${WRKSRC};	${INSTALL_DATA}   ${i} ${DESTDIR}${PREFIX}/${EGDIR})
+.endfor
+
+.for i in ${MAKE_SCRIPTS}
+	(cd ${WRKSRC};	${INSTALL_SCRIPT} ${i} ${DESTDIR}${PREFIX}/${EGDIR})
+.endfor
 .include "../../lang/ruby/rubyversion.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/check-update/PLIST b/check-update/PLIST
index f07c2c300a..46cad9e449 100644
--- a/check-update/PLIST
+++ b/check-update/PLIST
@@ -5,3 +5,7 @@ share/check-update/collect-stats
 share/check-update/fork-w3m
 share/check-update/merge-check-update
 share/check-update/summary-diff
+share/examples/check-update/Makefile
+share/examples/check-update/cd-and-sh-sample
+share/examples/check-update/check-update-sample.sh
+share/examples/check-update/environment-sample.mk
diff --git a/check-update/distinfo b/check-update/distinfo
index 476f709831..2a143e7e6a 100644
--- a/check-update/distinfo
+++ b/check-update/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (check-update-0.9.tar.gz) = dec513c4b417a371f57097870a5173adae9e1426
-RMD160 (check-update-0.9.tar.gz) = 4ae9e7a6ff6ef0caa73dc021b6fc58d3fa198616
-SHA512 (check-update-0.9.tar.gz) = 4f87f6a95ecfaeb23a63b19a14e992246fb8bad7194105a03a7a501a8d4fd95b401862a2cab1e3143466f97478327d81e83d648e6bb92dd4c014d72a16ed46e9
-Size (check-update-0.9.tar.gz) = 69257 bytes
+SHA1 (check-update-0.9.2.tar.gz) = 04ac9be4a41a774254b617209190d3dc07c88fea
+RMD160 (check-update-0.9.2.tar.gz) = 476a136d492d3d7937f44712db2a239119b1b0a2
+SHA512 (check-update-0.9.2.tar.gz) = d5268c5b17e25029cef915097da22b239643e941e6e7197d014b90358f3cb2856079b8eeacaa52ed4885230a0bb73ad5c4ee6a8ede8ab26a49b81730fb75649f
+Size (check-update-0.9.2.tar.gz) = 69502 bytes
 SHA1 (patch-check-update) = 84ccdda9d9c81952dea8cbd615e0d63adc8b0b59


Home | Main Index | Thread Index | Old Index