head	1.6;
access;
symbols
	pkgsrc-2026Q1:1.6.0.4
	pkgsrc-2026Q1-base:1.6
	pkgsrc-2025Q4:1.6.0.2
	pkgsrc-2025Q4-base:1.6
	pkgsrc-2025Q3:1.5.0.46
	pkgsrc-2025Q3-base:1.5
	pkgsrc-2025Q2:1.5.0.44
	pkgsrc-2025Q2-base:1.5
	pkgsrc-2025Q1:1.5.0.42
	pkgsrc-2025Q1-base:1.5
	pkgsrc-2024Q4:1.5.0.40
	pkgsrc-2024Q4-base:1.5
	pkgsrc-2024Q3:1.5.0.38
	pkgsrc-2024Q3-base:1.5
	pkgsrc-2024Q2:1.5.0.36
	pkgsrc-2024Q2-base:1.5
	pkgsrc-2024Q1:1.5.0.34
	pkgsrc-2024Q1-base:1.5
	pkgsrc-2023Q4:1.5.0.32
	pkgsrc-2023Q4-base:1.5
	pkgsrc-2023Q3:1.5.0.30
	pkgsrc-2023Q3-base:1.5
	pkgsrc-2023Q2:1.5.0.28
	pkgsrc-2023Q2-base:1.5
	pkgsrc-2023Q1:1.5.0.26
	pkgsrc-2023Q1-base:1.5
	pkgsrc-2022Q4:1.5.0.24
	pkgsrc-2022Q4-base:1.5
	pkgsrc-2022Q3:1.5.0.22
	pkgsrc-2022Q3-base:1.5
	pkgsrc-2022Q2:1.5.0.20
	pkgsrc-2022Q2-base:1.5
	pkgsrc-2022Q1:1.5.0.18
	pkgsrc-2022Q1-base:1.5
	pkgsrc-2021Q4:1.5.0.16
	pkgsrc-2021Q4-base:1.5
	pkgsrc-2021Q3:1.5.0.14
	pkgsrc-2021Q3-base:1.5
	pkgsrc-2021Q2:1.5.0.12
	pkgsrc-2021Q2-base:1.5
	pkgsrc-2021Q1:1.5.0.10
	pkgsrc-2021Q1-base:1.5
	pkgsrc-2020Q4:1.5.0.8
	pkgsrc-2020Q4-base:1.5
	pkgsrc-2020Q3:1.5.0.6
	pkgsrc-2020Q3-base:1.5
	pkgsrc-2020Q2:1.5.0.4
	pkgsrc-2020Q2-base:1.5
	pkgsrc-2020Q1:1.5.0.2
	pkgsrc-2020Q1-base:1.5
	pkgsrc-2019Q4:1.3.0.4
	pkgsrc-2019Q4-base:1.3
	pkgsrc-2019Q3:1.2.0.26
	pkgsrc-2019Q3-base:1.2
	pkgsrc-2019Q2:1.2.0.24
	pkgsrc-2019Q2-base:1.2
	pkgsrc-2019Q1:1.2.0.22
	pkgsrc-2019Q1-base:1.2
	pkgsrc-2018Q4:1.2.0.20
	pkgsrc-2018Q4-base:1.2
	pkgsrc-2018Q3:1.2.0.18
	pkgsrc-2018Q3-base:1.2
	pkgsrc-2018Q2:1.2.0.16
	pkgsrc-2018Q2-base:1.2
	pkgsrc-2018Q1:1.2.0.14
	pkgsrc-2018Q1-base:1.2
	pkgsrc-2017Q4:1.2.0.12
	pkgsrc-2017Q4-base:1.2
	pkgsrc-2017Q3:1.2.0.10
	pkgsrc-2017Q3-base:1.2
	pkgsrc-2017Q2:1.2.0.6
	pkgsrc-2017Q2-base:1.2
	pkgsrc-2017Q1:1.2.0.4
	pkgsrc-2017Q1-base:1.2
	pkgsrc-2016Q4:1.2.0.2
	pkgsrc-2016Q4-base:1.2;
locks; strict;
comment	@# @;


1.6
date	2025.11.17.11.00.27;	author wiz;	state Exp;
branches;
next	1.5;
commitid	riyAI0LyQsKiDTiG;

1.5
date	2020.01.26.05.26.17;	author rillig;	state Exp;
branches;
next	1.4;
commitid	uxXvYG0sFCxwZ9UB;

1.4
date	2020.01.18.23.30.12;	author rillig;	state Exp;
branches;
next	1.3;
commitid	shGUwZfkr7sleeTB;

1.3
date	2019.11.03.12.04.12;	author rillig;	state Exp;
branches;
next	1.2;
commitid	C0SniCyrsGduToJB;

1.2
date	2016.12.03.13.02.22;	author sevan;	state Exp;
branches;
next	1.1;
commitid	aNIAj5TERE2Qrxwz;

1.1
date	2016.12.03.03.26.07;	author sevan;	state Exp;
branches;
next	;
commitid	dfgomfjiDsERfuwz;


desc
@@


1.6
log
@*: switch all sourceforge HOMEPAGEs to https
@
text
@# $NetBSD: Makefile,v 1.5 2020/01/26 05:26:17 rillig Exp $
#

DISTNAME=		dfu-util-0.9
CATEGORIES=		comms
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=dfu-util/files/}

MAINTAINER=		noud4@@users.sourceforge.net
HOMEPAGE=		https://dfu-util.sourceforge.net/
COMMENT=		Host side implementation of the USB DFU protocol
LICENSE=		gnu-gpl-v2

GNU_CONFIGURE=		YES

CPPFLAGS+=		"-I${BUILDLINK_PREFIX.libusb1}/include/libusb-1.0"

CONFIGURE_ARGS+=	-prefix=${PREFIX}
CONFIGURE_ARGS+=	CPPFLAGS="${CPPFLAGS}"

.include "../../mk/bsd.prefs.mk"

.if ${OPSYS} != "FreeBSD" && ${OPSYS} != "DragonFly"
BUILDLINK_TRANSFORM+=	l:usb:usb-1.0
.endif

.include "../../devel/libusb1/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.5
log
@all: migrate some SourceForge homepage URLs back from https to http

https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html

In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.

To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.

Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2020/01/18 23:30:12 rillig Exp $
d9 1
a9 1
HOMEPAGE=		http://dfu-util.sourceforge.net/
@


1.4
log
@all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2019/11/03 12:04:12 rillig Exp $
d9 1
a9 1
HOMEPAGE=		https://dfu-util.sourceforge.net/
@


1.3
log
@comms: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

Manually adjusted the indentation in asterisk15 and asterisk16 to avoid
too deep indentation.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2016/12/03 13:02:22 sevan Exp $
d9 1
a9 1
HOMEPAGE=		http://dfu-util.sourceforge.net/
@


1.2
log
@Correct the if statement to AND, not OR.
Unbreak builds on FreeBSD & DragonFly BSD
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2016/12/03 03:26:07 sevan Exp $
d13 1
a13 1
GNU_CONFIGURE= 		YES
d15 1
a15 1
CPPFLAGS+= 		"-I${BUILDLINK_PREFIX.libusb1}/include/libusb-1.0"
d18 1
a18 1
CONFIGURE_ARGS+= 	CPPFLAGS="${CPPFLAGS}"
@


1.1
log
@Import dfu-util 0.9

ok wiedi
@
text
@d1 1
a1 1
# $NetBSD$
d22 1
a22 1
.if ${OPSYS} != "FreeBSD" || ${OPSYS} != "DragonFly"
@

