Bug 184374 - graphics/webp: fix plist
Summary: graphics/webp: fix plist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Johan van Selst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-29 18:00 UTC by Max Brazhnikov
Modified: 2013-12-22 14:34 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Brazhnikov freebsd_committer freebsd_triage 2013-11-29 18:00:00 UTC
http://people.freebsd.org/~makc/patches/webp.diff
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-29 18:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->johans

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-22 14:29:47 UTC
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"
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2013-12-22 14:34:26 UTC
State Changed
From-To: open->closed

Committed.