pkgsrc-WIP-changes archive

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

cannonball: Appends the date of last commit to DISTNAME for easier versioning.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Thu Aug 8 09:39:38 2019 -0500
Changeset:	87b15110de4697162ceb5ec2ff24ff18bf337faf

Modified Files:
	cannonball/Makefile
	cannonball/distinfo

Log Message:
cannonball:  Appends the date of last commit to DISTNAME for easier versioning.

This is done since the upstream has not made a new release since v0.3 and this
package uses commits that has been made beyond the last tagged release.

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

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

diffstat:
 cannonball/Makefile |  2 +-
 cannonball/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/cannonball/Makefile b/cannonball/Makefile
index cab47dc8af..652f9d2b8c 100644
--- a/cannonball/Makefile
+++ b/cannonball/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	cannonball-0.3
+DISTNAME=	cannonball-0.3.20171201
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_GITHUB:=djyt/}
 GITHUB_TAG=	0c0814d8233ee4e5be7beb309b8e16e0eecbb2e6
diff --git a/cannonball/distinfo b/cannonball/distinfo
index da25c38800..60ebea59f9 100644
--- a/cannonball/distinfo
+++ b/cannonball/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2015/11/03 20:31:10 agc Exp $
+$NetBSD$
 
-SHA1 (cannonball-0.3-0c0814d8233ee4e5be7beb309b8e16e0eecbb2e6.tar.gz) = a92cea8856b9c625541841969de01b72ff149cd6
-RMD160 (cannonball-0.3-0c0814d8233ee4e5be7beb309b8e16e0eecbb2e6.tar.gz) = 79f33565344ec4f5b6d37ff0967c033ea8751bba
-SHA512 (cannonball-0.3-0c0814d8233ee4e5be7beb309b8e16e0eecbb2e6.tar.gz) = b387e1d855c7949a9685d0fc9dac1a917962e2a1679a0ef5813f0efe6a936e5e25e57ccd80d54f28384c390a74f0285f40c673d2294c24693a52cb52ece80de0
-Size (cannonball-0.3-0c0814d8233ee4e5be7beb309b8e16e0eecbb2e6.tar.gz) = 277449 bytes
+SHA1 (cannonball-0.3.20171201-0c0814d8233ee4e5be7beb309b8e16e0eecbb2e6.tar.gz) = a92cea8856b9c625541841969de01b72ff149cd6
+RMD160 (cannonball-0.3.20171201-0c0814d8233ee4e5be7beb309b8e16e0eecbb2e6.tar.gz) = 79f33565344ec4f5b6d37ff0967c033ea8751bba
+SHA512 (cannonball-0.3.20171201-0c0814d8233ee4e5be7beb309b8e16e0eecbb2e6.tar.gz) = b387e1d855c7949a9685d0fc9dac1a917962e2a1679a0ef5813f0efe6a936e5e25e57ccd80d54f28384c390a74f0285f40c673d2294c24693a52cb52ece80de0
+Size (cannonball-0.3.20171201-0c0814d8233ee4e5be7beb309b8e16e0eecbb2e6.tar.gz) = 277449 bytes
 SHA1 (patch-cmake_CMakeLists.txt) = 1776821704ccf44ef788f1a64b8e65903465b0db
 SHA1 (patch-cmake_bsd.cmake) = c331da7ef49e2351395959da641cd7ec0847bd38


Home | Main Index | Thread Index | Old Index