From owner-svn-ports-all@FreeBSD.ORG Wed Oct 10 16:14:58 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 26804522; Wed, 10 Oct 2012 16:14:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0F6BA8FC08; Wed, 10 Oct 2012 16:14:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9AGEvRL060300; Wed, 10 Oct 2012 16:14:57 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9AGEvv4060297; Wed, 10 Oct 2012 16:14:57 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201210101614.q9AGEvv4060297@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 10 Oct 2012 16:14:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305671 - head/audio/pacpl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2012 16:14:58 -0000 Author: sunpoet Date: Wed Oct 10 16:14:57 2012 New Revision: 305671 URL: http://svn.freebsd.org/changeset/ports/305671 Log: - Remove unnecessary double quote in OPTIMFROG_DESC Submitted by: Riccardo Torrini Modified: head/audio/pacpl/Makefile Modified: head/audio/pacpl/Makefile ============================================================================== --- head/audio/pacpl/Makefile Wed Oct 10 16:11:21 2012 (r305670) +++ head/audio/pacpl/Makefile Wed Oct 10 16:14:57 2012 (r305671) @@ -42,7 +42,7 @@ MP3TAG_DESC= Enable MP3 tagging support MP4TAG_DESC= Enable MP4 tagging support MPLAYER_DESC= Enable Mplayer support MPPTAG_DESC= Enable Musepack tagging support -OPTIMFROG_DESC= Enable OptimFROG support" +OPTIMFROG_DESC= Enable OptimFROG support VORBISTAG_DESC= Enable Ogg/Vorbis tagging support SHORTEN_DESC= Enable Shorten support SOX_DESC= Enable SoX support