pkgsrc-WIP-changes archive

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

julius: simplify



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu May 21 09:43:32 2020 +0200
Changeset:	f1bc04bdc3ffe43d78700336f93f5de78ba6d591

Modified Files:
	julius/Makefile
	julius/distinfo

Log Message:
julius: simplify

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

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

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

diffs:
diff --git a/julius/Makefile b/julius/Makefile
index ca44f2f0e5..da05ce0674 100644
--- a/julius/Makefile
+++ b/julius/Makefile
@@ -1,19 +1,15 @@
 # $NetBSD$
 
-SUBDIR+=	julius
-GITHUB_PROJECT=	julius
-DISTNAME=	julius-1.4.0-source
-PKGNAME=	julius-1.4.0
+DISTNAME=	julius-1.4.0
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=bvschaik/}
-GITHUB_RELEASE=	v1.4.0
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	astr0b4by%gmail.com@localhost
 HOMEPAGE=	https://github.com/bvschaik/julius/
 COMMENT=	Open source re-implementation of Caesar III
 LICENSE=	gnu-gpl-v3
 
-WRKSRC=			${WRKDIR}/julius-1.4.0
 USE_LANGUAGES=		c c++
 USE_CMAKE=		yes
 LDFLAGS.NetBSD+=	-lexecinfo
diff --git a/julius/distinfo b/julius/distinfo
index 348053552b..fc97024d55 100644
--- a/julius/distinfo
+++ b/julius/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (julius-1.4.0-source.tar.gz) = 736756aa7ead1e1a2e3410ada15a846d8d736921
-RMD160 (julius-1.4.0-source.tar.gz) = 49b8cee471c0ee84584f69849aed0f51076b6663
-SHA512 (julius-1.4.0-source.tar.gz) = 757ed738dcc8c7f22421063a22878abe5b0aec2647590dd824f1fa1b5365ebd1a3a271082697996d788ad19b9705c24087765d96ad93e34ca1c1655931687d3b
-Size (julius-1.4.0-source.tar.gz) = 8587589 bytes
+SHA1 (julius-1.4.0.tar.gz) = 736756aa7ead1e1a2e3410ada15a846d8d736921
+RMD160 (julius-1.4.0.tar.gz) = 49b8cee471c0ee84584f69849aed0f51076b6663
+SHA512 (julius-1.4.0.tar.gz) = 757ed738dcc8c7f22421063a22878abe5b0aec2647590dd824f1fa1b5365ebd1a3a271082697996d788ad19b9705c24087765d96ad93e34ca1c1655931687d3b
+Size (julius-1.4.0.tar.gz) = 8587589 bytes


Home | Main Index | Thread Index | Old Index