git: 0a8b84cb4dd4 - main - audio/libsidplayfp: Remove unneeded line continuation

Kevin Bowling kbowling at FreeBSD.org
Tue Jun 15 17:09:53 UTC 2021


The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0a8b84cb4dd4239df532765373b55754f04832ca

commit 0a8b84cb4dd4239df532765373b55754f04832ca
Author:     Kevin Bowling <kbowling at FreeBSD.org>
AuthorDate: 2021-06-15 17:08:37 +0000
Commit:     Kevin Bowling <kbowling at FreeBSD.org>
CommitDate: 2021-06-15 17:08:37 +0000

    audio/libsidplayfp: Remove unneeded line continuation
    
    MFH:            2021Q2
---
 audio/libsidplayfp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/libsidplayfp/Makefile b/audio/libsidplayfp/Makefile
index ff5e89b22c6f..7827f29e7623 100644
--- a/audio/libsidplayfp/Makefile
+++ b/audio/libsidplayfp/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	libsidplayfp
 DISTVERSION=	2.2.0
 CATEGORIES=	audio
-MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \
+MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Library to play Commodore 64 music derived from libsidplay2


More information about the dev-commits-ports-main mailing list