From owner-svn-ports-all@FreeBSD.ORG Fri May 30 20:09:49 2014 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 AA019B3A; Fri, 30 May 2014 20:09:49 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97D942B73; Fri, 30 May 2014 20:09:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UK9nPh052048; Fri, 30 May 2014 20:09:49 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4UK9nJ3052046; Fri, 30 May 2014 20:09:49 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405302009.s4UK9nJ3052046@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 30 May 2014 20:09:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355906 - head/audio/rioutil 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.18 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: Fri, 30 May 2014 20:09:49 -0000 Author: amdmi3 Date: Fri May 30 20:09:48 2014 New Revision: 355906 URL: http://svnweb.freebsd.org/changeset/ports/355906 QAT: https://qat.redports.org/buildarchive/r355906/ Log: Modified: head/audio/rioutil/Makefile head/audio/rioutil/pkg-plist Modified: head/audio/rioutil/Makefile ============================================================================== --- head/audio/rioutil/Makefile Fri May 30 20:04:02 2014 (r355905) +++ head/audio/rioutil/Makefile Fri May 30 20:09:48 2014 (r355906) @@ -3,17 +3,17 @@ PORTNAME= rioutil PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Program to interface with the Rio600, Rio800, and psa[play devices -USES= gmake -USE_AUTOTOOLS= libtool +USES= gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/audio/rioutil/pkg-plist ============================================================================== --- head/audio/rioutil/pkg-plist Fri May 30 20:04:02 2014 (r355905) +++ head/audio/rioutil/pkg-plist Fri May 30 20:09:48 2014 (r355906) @@ -1,7 +1,6 @@ bin/rioutil include/rio.h lib/librioutil.a -lib/librioutil.la lib/librioutil.so -lib/librioutil.so.6 +lib/librioutil.so.1.5.0 man/man1/rioutil.1.gz