pkgsrc-WIP-changes archive

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

Revert "ardour: using git not github"



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Dec 3 05:13:01 2015 +0100
Changeset:	9e514350331a15887a619c3de9f230fed8e38c50

Modified Files:
	ardour/Makefile

Log Message:
Revert "ardour: using git not github"

This reverts commit 8317ca50c5ec73a1721a657dfed3646d2f318e4b.

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

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

diffstat:
 ardour/Makefile | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diffs:
diff --git a/ardour/Makefile b/ardour/Makefile
index bddf468..cd4404c 100644
--- a/ardour/Makefile
+++ b/ardour/Makefile
@@ -1,12 +1,12 @@
-## $NetBSD$
+# $NetBSD$
 
 DISTNAME=	ardour-4.4
 CATEGORIES=	audio
-
-GIT_REPOSITORIES=ardour
-GIT_REPO.ardour=git://git.ardour.org/ardour/ardour.git
+MASTER_SITES=	${MASTER_SITE_GITHUB:=Ardour/}
+GITHUB_TAG=	${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+MASTER_SITES=	http://ardour.org/
 COMMENT=	Digital Audio Workstation
 LICENSE=	gnu-gpl-v2
 
@@ -18,5 +18,4 @@ PKGCONFIG_OVERRIDE+=	libs/gtkmm2ext/libgtkmm2ext.pc.in
 PKGCONFIG_OVERRIDE+=	libs/midi++2/libmidi++.pc.in
 PKGCONFIG_OVERRIDE+=	libs/pbd/libpbd.pc.in
 
-.include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index