svn commit: r370744 - head/multimedia/ffmpeg24
Thomas Zander
riggs at FreeBSD.org
Sun Oct 12 21:40:30 UTC 2014
Author: riggs
Date: Sun Oct 12 21:40:29 2014
New Revision: 370744
URL: https://svnweb.freebsd.org/changeset/ports/370744
QAT: https://qat.redports.org/buildarchive/r370744/
Log:
- Set UNIQUENAME to include PKGNAMESUFFIX
Avoids name clash of installed ldconfig file with ffmpeg0
- Bump PORTREVISION
Reported by: mva
Modified:
head/multimedia/ffmpeg24/Makefile
Modified: head/multimedia/ffmpeg24/Makefile
==============================================================================
--- head/multimedia/ffmpeg24/Makefile Sun Oct 12 21:37:39 2014 (r370743)
+++ head/multimedia/ffmpeg24/Makefile Sun Oct 12 21:40:29 2014 (r370744)
@@ -3,6 +3,7 @@
PORTNAME= ffmpeg
PORTVERSION= 2.4.2
+PORTREVISION= 1
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= http://ffmpeg.org/releases/
PKGNAMESUFFIX= 24
@@ -17,6 +18,8 @@ BUILD_DEPENDS= yasm:${PORTSDIR}/devel/ya
${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils \
texi2html:${PORTSDIR}/textproc/texi2html
+UNIQUENAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
+
HAS_CONFIGURE= yes
CONFIGURE_LOG= config.err
USES= gmake pkgconfig perl5 tar:bzip2
More information about the svn-ports-all
mailing list