svn commit: r316750 - head/multimedia/gstreamer1-plugins-core

Koop Mast kwm at FreeBSD.org
Sun Apr 28 21:04:11 UTC 2013


Author: kwm
Date: Sun Apr 28 21:04:11 2013
New Revision: 316750
URL: http://svnweb.freebsd.org/changeset/ports/316750

Log:
  Fix leftover dir. This got broken by the previous commit.
  
  Submitted by:	QaT

Modified:
  head/multimedia/gstreamer1-plugins-core/Makefile

Modified: head/multimedia/gstreamer1-plugins-core/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins-core/Makefile	Sun Apr 28 21:02:39 2013	(r316749)
+++ head/multimedia/gstreamer1-plugins-core/Makefile	Sun Apr 28 21:04:11 2013	(r316750)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gstreamer1-plugins-core
 PORTVERSION=	${GST1_VERSION}${GST1_MINIMAL_VERSION}
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	multimedia audio
 MASTER_SITES=	# empty
 DISTFILES=	# empty
@@ -14,7 +14,7 @@ MAINTAINER=	multimedia at FreeBSD.org
 COMMENT=	Core set of typical audio and video gstreamer-plugins
 
 NO_BUILD=	yes
-GST_DIR=	lib/gstreamer-${PORTVERSION}
+GST_DIR=	lib/gstreamer-1.0
 PLIST_FILES=	${GST_DIR}/.gstreamer-plugins-core.keep
 
 USE_GSTREAMER1=yes


More information about the svn-ports-all mailing list