pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
avrdude: Switch MASTER_SITES and HOMEPAGE to GitHub
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Fri Jun 17 12:59:14 2022 +0200
Changeset: 777dd61324cd1db88ab823291071d6e842ff22ad
Modified Files:
avrdude/Makefile
Log Message:
avrdude: Switch MASTER_SITES and HOMEPAGE to GitHub
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=777dd61324cd1db88ab823291071d6e842ff22ad
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
avrdude/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/avrdude/Makefile b/avrdude/Makefile
index dac32ee937..233f2e3def 100644
--- a/avrdude/Makefile
+++ b/avrdude/Makefile
@@ -2,10 +2,11 @@
DISTNAME= avrdude-7.0
CATEGORIES= cross
-MASTER_SITES= http://download.savannah.gnu.org/releases/avrdude/
+# The archive "archive/refs/tags/v7.0.tar.gz" uses a different build system!
+MASTER_SITES= ${MASTER_SITE_GITHUB:=avrdudes/}/avrdude/releases/download/v7.0/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://www.nongnu.org/avrdude/
+HOMEPAGE= https://github.com/avrdudes/avrdude/
COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers
LICENSE= gnu-gpl-v2
@@ -52,7 +53,6 @@ PLIST_SUBST+= DISTNAME=${DISTNAME}
pre-configure:
cd ${WRKSRC} && autoreconf -vif
-
.include "../../comms/libhidapi/buildlink3.mk"
.include "../../devel/libftdi1/buildlink3.mk"
.include "../../devel/libusb1/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index