svn commit: r337191 - head/graphics/webp

Max Brazhnikov makc at FreeBSD.org
Sun Dec 22 14:29:40 UTC 2013


Author: makc
Date: Sun Dec 22 14:29:39 2013
New Revision: 337191
URL: http://svnweb.freebsd.org/changeset/ports/337191

Log:
  - Fix plist
  
  PR:		ports/184374
  Approved:	maintainter timeout (3 weeks)

Modified:
  head/graphics/webp/Makefile   (contents, props changed)
  head/graphics/webp/pkg-plist   (contents, props changed)

Modified: head/graphics/webp/Makefile
==============================================================================
--- head/graphics/webp/Makefile	Sun Dec 22 14:04:37 2013	(r337190)
+++ head/graphics/webp/Makefile	Sun Dec 22 14:29:39 2013	(r337191)
@@ -3,7 +3,7 @@
 
 PORTNAME=	webp
 PORTVERSION=	0.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	lib${PORTNAME}-${PORTVERSION}

Modified: head/graphics/webp/pkg-plist
==============================================================================
--- head/graphics/webp/pkg-plist	Sun Dec 22 14:04:37 2013	(r337190)
+++ head/graphics/webp/pkg-plist	Sun Dec 22 14:29:39 2013	(r337191)
@@ -1,6 +1,7 @@
 bin/cwebp
 bin/dwebp
 bin/gif2webp
+bin/vwebp
 bin/webpmux
 include/webp/decode.h
 include/webp/demux.h


More information about the svn-ports-head mailing list