pkgsrc-WIP-changes archive

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

phaethon: More elegant way of specifying version number.



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <dressupgeekout%gmail.com@localhost>
Pushed By:	cfkoch
Date:		Thu May 20 21:36:26 2021 -0700
Changeset:	af7689c8642c8f77c8f65b4bb428191baab7f5b1

Modified Files:
	phaethon/Makefile
	phaethon/distinfo

Log Message:
phaethon: More elegant way of specifying version number.

While here, update my email address.

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

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

diffstat:
 phaethon/Makefile | 7 +++----
 phaethon/distinfo | 8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs:
diff --git a/phaethon/Makefile b/phaethon/Makefile
index 204f260f44..008cdf47fd 100644
--- a/phaethon/Makefile
+++ b/phaethon/Makefile
@@ -1,12 +1,11 @@
 # $NetBSD$
 
-DISTNAME=	phaethon-${GITHUB_TAG}
-PKGNAME=	phaethon-${GITHUB_TAG:S/v//}
+DISTNAME=	phaethon-0.0.6
 CATEGORIES=	games devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=xoreos/}
-GITHUB_TAG=	v0.0.6
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
-MAINTAINER=	cfkoch%edgebsd.org@localhost
+MAINTAINER=	dressupgeekout%gmail.com@localhost
 HOMEPAGE=	https://xoreos.org/
 COMMENT=	Resource explorer for BioWare Aurora engine games
 LICENSE=	gnu-lgpl-v2.1
diff --git a/phaethon/distinfo b/phaethon/distinfo
index 0d68743aa4..8a9338a8f9 100644
--- a/phaethon/distinfo
+++ b/phaethon/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (phaethon-v0.0.6.tar.gz) = eeaa9b4e02af94074dd3466a6a97efa0b5d20024
-RMD160 (phaethon-v0.0.6.tar.gz) = 4da658520990710833baddb7544ee5529980f38e
-SHA512 (phaethon-v0.0.6.tar.gz) = 408605987f4b8e63c82522dc5d43ab92c97ce386e3c285edcd871b6eb82e82c45bb8e0bf2d7c2b4278da986fcb558cfd59701abc55c2041bb9f7c181c5f4c1c8
-Size (phaethon-v0.0.6.tar.gz) = 1024568 bytes
+SHA1 (phaethon-0.0.6.tar.gz) = eeaa9b4e02af94074dd3466a6a97efa0b5d20024
+RMD160 (phaethon-0.0.6.tar.gz) = 4da658520990710833baddb7544ee5529980f38e
+SHA512 (phaethon-0.0.6.tar.gz) = 408605987f4b8e63c82522dc5d43ab92c97ce386e3c285edcd871b6eb82e82c45bb8e0bf2d7c2b4278da986fcb558cfd59701abc55c2041bb9f7c181c5f4c1c8
+Size (phaethon-0.0.6.tar.gz) = 1024568 bytes


Home | Main Index | Thread Index | Old Index