Bug 182237 - [MAINTAINER] update multimedia/yamdi to 1.9
Summary: [MAINTAINER] update multimedia/yamdi to 1.9
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-19 20:50 UTC by buganini
Modified: 2013-09-20 08:26 UTC (History)
0 users

See Also:


Attachments
file.diff (819 bytes, patch)
2013-09-19 20:50 UTC, buganini
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description buganini 2013-09-19 20:50:00 UTC
Update multimedia/yamdi to 1.9

Changelog:
* [Fix] VP6 width/height detection
* [Fix] Interpreting invalid data as FLV tag

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-19 20:50:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-20 07:34:30 UTC
Author: sunpoet
Date: Fri Sep 20 06:34:19 2013
New Revision: 327658
URL: http://svnweb.freebsd.org/changeset/ports/327658

Log:
  - Update to 1.9
  - While I'm here:
    - Remove leading indefinite article from COMMENT
    - Add LICENSE
    - Cleanup Makefile header
  
  Changes:
  - [Fix] VP6 width/height detection
  - [Fix] Interpreting invalid data as FLV tag
  
  PR:		ports/182237
  Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)

Modified:
  head/multimedia/yamdi/Makefile   (contents, props changed)
  head/multimedia/yamdi/distinfo   (contents, props changed)

Modified: head/multimedia/yamdi/Makefile
==============================================================================
--- head/multimedia/yamdi/Makefile	Fri Sep 20 06:34:15 2013	(r327657)
+++ head/multimedia/yamdi/Makefile	Fri Sep 20 06:34:19 2013	(r327658)
@@ -1,23 +1,20 @@
-# New ports collection makefile for:    yamdi
-# Date created:                         9 July 2007
-# Whom:					buganini@gmail.com
-#
+# Created by: Kuan-Chung Chiu <buganini@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	yamdi
-PORTVERSION=	1.8
+PORTVERSION=	1.9
 CATEGORIES=	multimedia
 MASTER_SITES=	SF
 
 MAINTAINER=	buganini@gmail.com
-COMMENT=	A metadata injector for FLV files
+COMMENT=	Metadata injector for FLV files
+
+LICENSE=	BSD
 
 PLIST_FILES=	bin/yamdi
 
 do-build:
-	cd ${WRKSRC} \
-	&& ${CC} ${CFLAGS} yamdi.c -o yamdi
+	cd ${WRKSRC} && ${CC} ${CFLAGS} yamdi.c -o yamdi
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/yamdi ${PREFIX}/bin

Modified: head/multimedia/yamdi/distinfo
==============================================================================
--- head/multimedia/yamdi/distinfo	Fri Sep 20 06:34:15 2013	(r327657)
+++ head/multimedia/yamdi/distinfo	Fri Sep 20 06:34:19 2013	(r327658)
@@ -1,2 +1,2 @@
-SHA256 (yamdi-1.8.tar.gz) = 64e46ff1f20672689c07670e3cf73d2587ba789b06f2ca1d03d888b9523bf04a
-SIZE (yamdi-1.8.tar.gz) = 16499
+SHA256 (yamdi-1.9.tar.gz) = 4a6630f27f6c22bcd95982bf3357747d19f40bd98297a569e9c77468b756f715
+SIZE (yamdi-1.9.tar.gz) = 17270
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-20 08:26:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!