svn commit: r443521 - head/audio/libaiff

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jun 13 16:55:06 UTC 2017


Author: sunpoet
Date: Tue Jun 13 16:55:04 2017
New Revision: 443521
URL: https://svnweb.freebsd.org/changeset/ports/443521

Log:
  Use DISTVERSIONSUFFIX instead of DISTNAME

Modified:
  head/audio/libaiff/Makefile

Modified: head/audio/libaiff/Makefile
==============================================================================
--- head/audio/libaiff/Makefile	Tue Jun 13 16:54:59 2017	(r443520)
+++ head/audio/libaiff/Makefile	Tue Jun 13 16:55:04 2017	(r443521)
@@ -3,9 +3,9 @@
 
 PORTNAME=	libaiff
 PORTVERSION=	5.0
+DISTVERSIONSUFFIX=	-release
 CATEGORIES=	audio
 MASTER_SITES=	SF/aifftools/${PORTNAME}/LibAiff%20${PORTVERSION}
-DISTNAME=	libaiff-5.0-release
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Read and write AIFF files


More information about the svn-ports-all mailing list