From owner-svn-ports-all@FreeBSD.ORG Wed Nov 13 14:26:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 435C03A2; Wed, 13 Nov 2013 14:26:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 337B72584; Wed, 13 Nov 2013 14:26:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rADEQouu059258; Wed, 13 Nov 2013 14:26:50 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rADEQoYX059257; Wed, 13 Nov 2013 14:26:50 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311131426.rADEQoYX059257@svn.freebsd.org> From: Max Brazhnikov Date: Wed, 13 Nov 2013 14:26:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333689 - head/audio/kid3-kde4 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.16 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, 13 Nov 2013 14:26:50 -0000 Author: makc Date: Wed Nov 13 14:26:49 2013 New Revision: 333689 URL: http://svnweb.freebsd.org/changeset/ports/333689 Log: Fix packaging Modified: head/audio/kid3-kde4/Makefile Modified: head/audio/kid3-kde4/Makefile ============================================================================== --- head/audio/kid3-kde4/Makefile Wed Nov 13 14:18:04 2013 (r333688) +++ head/audio/kid3-kde4/Makefile Wed Nov 13 14:26:49 2013 (r333689) @@ -46,7 +46,7 @@ CMAKE_ARGS+= -DWITH_APPS="${KID3_CLI}KDE PLIST_SUB+= QT="@comment " KDE="" .endif -PLIST_SUB= SHLIB_VER=${PORTVERSION} +PLIST_SUB+= SHLIB_VER=${PORTVERSION} CLI_DESC= Build and install command line utility CLI_USES= readline