Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:30:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557484 - head/audio/mp3val
Message-ID:  <202012102130.0BALU7ii041462@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec 10 21:30:07 2020
New Revision: 557484
URL: https://svnweb.freebsd.org/changeset/ports/557484

Log:
  Cosmetic change

Modified:
  head/audio/mp3val/Makefile

Modified: head/audio/mp3val/Makefile
==============================================================================
--- head/audio/mp3val/Makefile	Thu Dec 10 21:30:02 2020	(r557483)
+++ head/audio/mp3val/Makefile	Thu Dec 10 21:30:07 2020	(r557484)
@@ -5,16 +5,17 @@ PORTNAME=	mp3val
 PORTVERSION=	0.1.8
 DISTVERSIONSUFFIX=	-src
 CATEGORIES=	audio
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
+MASTER_SITES=	SF/mp3val/mp3val/mp3val%20${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Program for MPEG audio stream validation
 
 LICENSE=	GPLv2
 
+USES=		gmake
+
 ALL_TARGET=	mp3val
 MAKEFILE=	Makefile.linux
-USES=		gmake
 
 PLIST_FILES=	bin/mp3val
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012102130.0BALU7ii041462>