From owner-svn-ports-head@freebsd.org Thu May 12 11:16:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CDB3B3812A; Thu, 12 May 2016 11:16:32 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1AA51AA1; Thu, 12 May 2016 11:16:31 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4CBGVT1075178; Thu, 12 May 2016 11:16:31 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4CBGVEp075176; Thu, 12 May 2016 11:16:31 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201605121116.u4CBGVEp075176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Thu, 12 May 2016 11:16:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415059 - head/multimedia/libdcadec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2016 11:16:32 -0000 Author: arved Date: Thu May 12 11:16:30 2016 New Revision: 415059 URL: https://svnweb.freebsd.org/changeset/ports/415059 Log: Rename dcadec binary to avoid conflict with multimedia/libdca PR: 208927 Submitted by: maintainer Reported by: andrew_terekhov@yahoo.com Modified: head/multimedia/libdcadec/Makefile head/multimedia/libdcadec/pkg-plist Modified: head/multimedia/libdcadec/Makefile ============================================================================== --- head/multimedia/libdcadec/Makefile Thu May 12 11:06:41 2016 (r415058) +++ head/multimedia/libdcadec/Makefile Thu May 12 11:16:30 2016 (r415059) @@ -2,6 +2,7 @@ PORTNAME= libdcadec PORTVERSION= 0.2.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= multimedia @@ -30,6 +31,7 @@ post-patch: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dcadec + ${MV} ${STAGEDIR}${PREFIX}/bin/dcadec ${STAGEDIR}${PREFIX}/bin/libdcadec ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so.0.1.0 .include Modified: head/multimedia/libdcadec/pkg-plist ============================================================================== --- head/multimedia/libdcadec/pkg-plist Thu May 12 11:06:41 2016 (r415058) +++ head/multimedia/libdcadec/pkg-plist Thu May 12 11:16:30 2016 (r415059) @@ -1,4 +1,4 @@ -bin/dcadec +bin/libdcadec include/libdcadec/dca_context.h include/libdcadec/dca_frame.h include/libdcadec/dca_stream.h