pkgsrc-WIP-changes archive

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

rtcmix: improve github handling



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Oct 17 13:17:34 2017 +0200
Changeset:	1c148f74f207c56008a8b282ad3cfeabba8eb3fc

Modified Files:
	rtcmix/Makefile
	rtcmix/distinfo

Log Message:
rtcmix: improve github handling

Remove x11.bl3.mk, not intended to be included by packages.

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

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

diffstat:
 rtcmix/Makefile | 14 +++++---------
 rtcmix/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 13 deletions(-)

diffs:
diff --git a/rtcmix/Makefile b/rtcmix/Makefile
index a0e56d7903..2a5ff6b78b 100644
--- a/rtcmix/Makefile
+++ b/rtcmix/Makefile
@@ -1,28 +1,24 @@
 # $NetBSD$
 
-GITHUB_PROJECT=	RTcmix
-DISTNAME=	v4.2.0
-PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
-CATEGORIES=	local
+DISTNAME=	RTcmix-4.2.0
+CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_GITHUB:=RTcmix/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost	
 HOMEPAGE=	http://rtcmix.org
-COMMENT=	An open-source digital signal processing and sound synthesis language
+COMMENT=	Open-source digital signal processing and sound synthesis language
 LICENSE=	apache-2.0
 
-WRKSRC=		${WRKDIR}/RTcmix-4.2.0
 GNU_CONFIGURE=	yes
 # Html documentation and man pages are incomplete.
 # http://rtcmix.org/reference/
 #CONFIGURE_ARGS+= --htmldir=${PREFIX}/share/doc/${PKGBASE}/html
 CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/${PKGBASE}
 USE_LANGUAGES=	c c++
-USE_TOOLS= gmake autoconf perl
+USE_TOOLS=	gmake autoconf perl
 
 pre-configure:
 	cd ${WRKSRC} && autoconf
 	
-.include "../../mk/x11.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/rtcmix/distinfo b/rtcmix/distinfo
index 59f1f55cf7..4c3553d199 100644
--- a/rtcmix/distinfo
+++ b/rtcmix/distinfo
@@ -1,9 +1,9 @@
 $NetBSD$
 
-SHA1 (RTcmix/v4.2.0.tar.gz) = 0b4d105becdf9bc0c22d69c99315081c129127d0
-RMD160 (RTcmix/v4.2.0.tar.gz) = cb9f275fde8b8f51daeed80708d92307484f15a7
-SHA512 (RTcmix/v4.2.0.tar.gz) = fe8512520ead40b5c43a66741fa126fed195e84528a0a32c90d57af9a47e28e76fd205389da48067a02cb4289b7e6d96c27e2e86986bd0a25ac1840f50886541
-Size (RTcmix/v4.2.0.tar.gz) = 3242897 bytes
+SHA1 (RTcmix-4.2.0.tar.gz) = 0b4d105becdf9bc0c22d69c99315081c129127d0
+RMD160 (RTcmix-4.2.0.tar.gz) = cb9f275fde8b8f51daeed80708d92307484f15a7
+SHA512 (RTcmix-4.2.0.tar.gz) = fe8512520ead40b5c43a66741fa126fed195e84528a0a32c90d57af9a47e28e76fd205389da48067a02cb4289b7e6d96c27e2e86986bd0a25ac1840f50886541
+Size (RTcmix-4.2.0.tar.gz) = 3242897 bytes
 SHA1 (patch-Makefile) = 68377a598b966ed965e8b023d14f010e0f45ede7
 SHA1 (patch-configure.ac) = ec0e3ef4bb0ae22da40d2ebee3c371dd8f491db1
 SHA1 (patch-defs.conf.in) = 4c86277d16d9e1b2978d478ba7532f99fd229c79


Home | Main Index | Thread Index | Old Index