pkgsrc-WIP-changes archive

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

Set HOMEPAGE. Make distinfo match Makefile. Extract using bsdtar.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Dec 3 09:18:59 2015 +0100
Changeset:	8f389e6ebf3679725cba6122712c49df636f7232

Modified Files:
	ardour/Makefile
	ardour/distinfo

Log Message:
Set HOMEPAGE. Make distinfo match Makefile. Extract using bsdtar.

Now fails for me in check interpreter part due to weird filename.

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

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

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

diffs:
diff --git a/ardour/Makefile b/ardour/Makefile
index cd4404c..51f23f5 100644
--- a/ardour/Makefile
+++ b/ardour/Makefile
@@ -6,12 +6,12 @@ MASTER_SITES=	${MASTER_SITE_GITHUB:=Ardour/}
 GITHUB_TAG=	${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-MASTER_SITES=	http://ardour.org/
+HOMEPAGE=	http://ardour.org/
 COMMENT=	Digital Audio Workstation
 LICENSE=	gnu-gpl-v2
 
-WRKSRC=		${WRKDIR}/ardour-4.4
-USE_TOOLS+=	pkg-config
+EXTRACT_USING=	bsdtar
+USE_TOOLS+=	bsdtar pkg-config
 USE_LANGUAGES=	c c++
 
 PKGCONFIG_OVERRIDE+=	libs/gtkmm2ext/libgtkmm2ext.pc.in
diff --git a/ardour/distinfo b/ardour/distinfo
index ddeadfb..98cb9f3 100644
--- a/ardour/distinfo
+++ b/ardour/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (ardour/4.4.zip) = 37a88c320324d1c6c7c40a11a55c9d20f073ca4f
-RMD160 (ardour/4.4.zip) = 7592a39cca3683d93ef34849a6a5ed7f148839ca
-SHA512 (ardour/4.4.zip) = 3604d9b675483d491b25c06d8dc92a82df3320d6e8fd1ac6814dc8fa8cb19ac4ee200ab20c820517cf185f38e79c35b2cc756a73b1a2a7df2362308b56ae04a2
-Size (ardour/4.4.zip) = 11372081 bytes
+SHA1 (ardour-4.4.tar.gz) = 12e053e2b409e30771b99358ff0b926e68120507
+RMD160 (ardour-4.4.tar.gz) = 87564e05b8d1d7c1c7abc7e267144e392c6f6c63
+SHA512 (ardour-4.4.tar.gz) = 8df3e4552b0ccdd76c5ccf06224594325bb8c02f897bb79bd983531a2f4f56c60185b6080e2f8eddb6a274b9d48dc93a47ddc5471e05b253d492c09be816dde0
+Size (ardour-4.4.tar.gz) = 9511090 bytes


Home | Main Index | Thread Index | Old Index