pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/ardour



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Sep 17 06:40:39 UTC 2021

Modified Files:
        pkgsrc/audio/ardour: Makefile

Log Message:
ardour: Point at LOCAL_PORTS since someone uploaded a non-matching
distfile over mine.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/audio/ardour/Makefile

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

Modified files:

Index: pkgsrc/audio/ardour/Makefile
diff -u pkgsrc/audio/ardour/Makefile:1.53 pkgsrc/audio/ardour/Makefile:1.54
--- pkgsrc/audio/ardour/Makefile:1.53   Sat Sep 11 16:33:11 2021
+++ pkgsrc/audio/ardour/Makefile        Fri Sep 17 06:40:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2021/09/11 16:33:11 nia Exp $
+# $NetBSD: Makefile,v 1.54 2021/09/17 06:40:39 nia Exp $
 
 DISTNAME=      Ardour-6.9.0
 PKGNAME=       ${DISTNAME:tl}
@@ -6,7 +6,7 @@ CATEGORIES=     audio
 # currently, distfiles must be downloaded by hand from ardour.org
 # and uploaded using `make upload-distfiles`.
 # there is no canonical URL, only https://community.ardour.org/srctar
-MASTER_SITES=  #
+MASTER_SITES=  https://ftp.NetBSD.org/pub/pkgsrc/distfiles/LOCAL_PORTS/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index