svn commit: r412883 - in head/multimedia: ffms2 vapoursynth

Jan Beich jbeich at FreeBSD.org
Sun Apr 10 01:20:37 UTC 2016


Author: jbeich
Date: Sun Apr 10 01:20:35 2016
New Revision: 412883
URL: https://svnweb.freebsd.org/changeset/ports/412883

Log:
  Fix typos in r412879 and r412880

Modified:
  head/multimedia/ffms2/Makefile   (contents, props changed)
  head/multimedia/vapoursynth/pkg-descr   (contents, props changed)

Modified: head/multimedia/ffms2/Makefile
==============================================================================
--- head/multimedia/ffms2/Makefile	Sun Apr 10 01:12:58 2016	(r412882)
+++ head/multimedia/ffms2/Makefile	Sun Apr 10 01:20:35 2016	(r412883)
@@ -35,6 +35,6 @@ post-patch:
 
 post-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}
-	${LN} -sf ../libffms2.so ${STAGEDIR}${DATADIR}/
+	${LN} -sf ../lib${PORTNAME}.so ${STAGEDIR}${DATADIR}/
 
 .include <bsd.port.mk>

Modified: head/multimedia/vapoursynth/pkg-descr
==============================================================================
--- head/multimedia/vapoursynth/pkg-descr	Sun Apr 10 01:12:58 2016	(r412882)
+++ head/multimedia/vapoursynth/pkg-descr	Sun Apr 10 01:20:35 2016	(r412883)
@@ -4,7 +4,7 @@ C++ and a Python module to allow video s
 to be when I started thinking about alternative designs for Avisynth
 and most of it was written over a 3 month period.
 
-The software has been heavily inspired by and aims to be a 21st
+The software has been heavily inspired by Avisynth and aims to be a 21st
 century rewrite, taking advantage of the advancements computers have
 made since the late 90s. The main features compared to Avisynth are:
 


More information about the svn-ports-all mailing list