http://people.freebsd.org/~makc/patches/webp.diff
Responsible Changed From-To: freebsd-ports-bugs->johans Over to maintainer (via the GNATS Auto Assign Tool)
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed.