pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ardour: using git not github
Module Name: pkgsrc-wip
Committed By: coypu <coypu%sdf.org@localhost>
Pushed By: coypu
Date: Thu Dec 3 03:54:37 2015 +0000
Changeset: 8317ca50c5ec73a1721a657dfed3646d2f318e4b
Modified Files:
ardour/Makefile
Log Message:
ardour: using git not github
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8317ca50c5ec73a1721a657dfed3646d2f318e4b
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, 5 insertions(+), 4 deletions(-)
diffs:
diff --git a/ardour/Makefile b/ardour/Makefile
index cd4404c..bddf468 100644
--- a/ardour/Makefile
+++ b/ardour/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD$
+## $NetBSD$
DISTNAME= ardour-4.4
CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_GITHUB:=Ardour/}
-GITHUB_TAG= ${PKGVERSION_NOREV}
+
+GIT_REPOSITORIES=ardour
+GIT_REPO.ardour=git://git.ardour.org/ardour/ardour.git
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-MASTER_SITES= http://ardour.org/
COMMENT= Digital Audio Workstation
LICENSE= gnu-gpl-v2
@@ -18,4 +18,5 @@ 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