Date: Thu, 12 Sep 2019 10:13:41 +0000 (UTC) From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511868 - head/sysutils/mdf2iso Message-ID: <201909121013.x8CADf3M009017@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ak Date: Thu Sep 12 10:13:41 2019 New Revision: 511868 URL: https://svnweb.freebsd.org/changeset/ports/511868 Log: - Spell Debian MASTER_SITE in the modern way Suggested by: mat Modified: head/sysutils/mdf2iso/Makefile Modified: head/sysutils/mdf2iso/Makefile ============================================================================== --- head/sysutils/mdf2iso/Makefile Thu Sep 12 09:44:12 2019 (r511867) +++ head/sysutils/mdf2iso/Makefile Thu Sep 12 10:13:41 2019 (r511868) @@ -4,8 +4,7 @@ PORTNAME= mdf2iso PORTVERSION= 0.3.1 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_DEBIAN} -MASTER_SITE_SUBDIR= pool/main/m/${PORTNAME} +MASTER_SITES= DEBIAN DISTFILES= ${PORTNAME}_${PORTVERSION}.orig.tar.gz ${PORTNAME}_${PORTVERSION}-${DEBIANVERSION}.debian.tar.xz MAINTAINER= portmaster@BSDforge.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909121013.x8CADf3M009017>