Date: Fri, 15 Jul 2022 20:55:58 GMT From: =?utf-8?Q?Stefan=20E=C3=9Fer?= <se@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e5fd909fbf4e - main - audio/pcaudiolib: remove USES autoreconf Message-ID: <202207152055.26FKtwrq091310@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5fd909fbf4e260260512e616a3ac57192fd295f commit e5fd909fbf4e260260512e616a3ac57192fd295f Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2022-07-15 20:53:49 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2022-07-15 20:55:32 +0000 audio/pcaudiolib: remove USES autoreconf Reported by: dilzzy (Daniel Engberg) --- audio/pcaudiolib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/pcaudiolib/Makefile b/audio/pcaudiolib/Makefile index 8478cab43e50..02ff4e9a9d9b 100644 --- a/audio/pcaudiolib/Makefile +++ b/audio/pcaudiolib/Makefile @@ -1,7 +1,7 @@ PORTNAME= pcaudiolib DISTVERSION= 1.2 CATEGORIES= audio -MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${PORTVERSION}/ +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= se@FreeBSD.org COMMENT= Portable C audio library @@ -9,7 +9,7 @@ COMMENT= Portable C audio library LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf libtool pkgconfig +USES= libtool pkgconfig #USE_GITHUB= yes GH_ACCOUNT= espeak-ng GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207152055.26FKtwrq091310>