Date: Sun, 22 Dec 2013 14:29:40 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337191 - head/graphics/webp Message-ID: <201312221429.rBMETePI083946@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312221429.rBMETePI083946>