svn commit: r330999 - head/multimedia/libmpeg2

Antoine Brodin antoine at FreeBSD.org
Sun Oct 20 10:55:12 UTC 2013


Author: antoine
Date: Sun Oct 20 10:55:11 2013
New Revision: 330999
URL: http://svnweb.freebsd.org/changeset/ports/330999

Log:
  Finish staging (add man pages to plist)
  Fix a typo
  
  Approved by:	multimedia (bapt)

Modified:
  head/multimedia/libmpeg2/Makefile
  head/multimedia/libmpeg2/pkg-plist

Modified: head/multimedia/libmpeg2/Makefile
==============================================================================
--- head/multimedia/libmpeg2/Makefile	Sun Oct 20 10:33:50 2013	(r330998)
+++ head/multimedia/libmpeg2/Makefile	Sun Oct 20 10:55:11 2013	(r330999)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libmpeg2
 PORTVERSION=	0.5.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia
 MASTER_SITES=	http://libmpeg2.sourceforge.net/files/
 
@@ -24,7 +24,7 @@ OPTIONS_DEFINE=	DOCS SDL X11
 SDL_USE=	SDL=yes
 SDL_CONFIGURE_ENABLE=	sdl
 X11_USE=	XORG=sm XORG=xv
-X11_CONFIGUURE_WITH=	x
+X11_CONFIGURE_WITH=	x
 
 .include <bsd.port.options.mk>
 

Modified: head/multimedia/libmpeg2/pkg-plist
==============================================================================
--- head/multimedia/libmpeg2/pkg-plist	Sun Oct 20 10:33:50 2013	(r330998)
+++ head/multimedia/libmpeg2/pkg-plist	Sun Oct 20 10:55:11 2013	(r330999)
@@ -15,4 +15,6 @@ lib/libmpeg2convert.so.0
 lib/libvo.a
 libdata/pkgconfig/libmpeg2.pc
 libdata/pkgconfig/libmpeg2convert.pc
+man/man1/extract_mpeg2.1.gz
+man/man1/mpeg2dec.1.gz
 @dirrm include/mpeg2dec


More information about the svn-ports-all mailing list