From owner-freebsd-multimedia@FreeBSD.ORG Fri Jun 16 10:17:37 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5282516A474; Fri, 16 Jun 2006 10:17:37 +0000 (UTC) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA97243D48; Fri, 16 Jun 2006 10:17:36 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id 09C4EB833; Fri, 16 Jun 2006 13:17:36 +0300 (EEST) Received: (nullmailer pid 71821 invoked by uid 1002); Fri, 16 Jun 2006 10:17:36 -0000 Date: Fri, 16 Jun 2006 13:17:36 +0300 From: Vasil Dimov To: FreeBSD-gnats-submit@freebsd.org Message-ID: <20060616101735.GA71799@qlovarnika.bg.datamax> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-send-pr-version: 3.113 X-OS: FreeBSD 6.1-STABLE User-Agent: Mutt/1.5.11 Cc: multimedia@FreeBSD.org Subject: [patch] audio/gstreamer-plugins-faad: fix typo in COMMENT X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@FreeBSD.org List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 10:17:37 -0000 >Submitter-Id: current-users >Originator: Vasil Dimov >Organization: N/A >Confidential: no >Synopsis: [patch] audio/gstreamer-plugins-faad: fix typo in COMMENT >Severity: non-critical >Priority: low >Category: ports >Class: sw-bug >Release: FreeBSD 6.1-STABLE amd64 >Environment: >Description: I do not commit this with implicit approval because I am not 100% sure if it is correct. >How-To-Repeat: >Fix: --- gstreamer-plugins-faad_typo.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/gstreamer-plugins-faad/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 20 May 2006 05:07:32 -0000 1.6 +++ Makefile 16 Jun 2006 10:12:29 -0000 @@ -8,7 +8,7 @@ PORTREVISION= 1 CATEGORIES= audio -COMMENT= Gstreamer MPEG-2 and MPEG-4 ACC decoder plugin +COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC decoder plugin GST_PLUGIN= faad --- gstreamer-plugins-faad_typo.diff ends here ---