From owner-svn-ports-head@FreeBSD.ORG Fri Jun 27 08:58:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CB6419F; Fri, 27 Jun 2014 08:58:01 +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 4FDC423D6; Fri, 27 Jun 2014 08:58:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5R8w1rG054436; Fri, 27 Jun 2014 08:58:01 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5R8w0h6054423; Fri, 27 Jun 2014 08:58:00 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406270858.s5R8w0h6054423@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 27 Jun 2014 08:58:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359476 - in head/emulators: fuse fuse-utils libspectrum 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.18 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: Fri, 27 Jun 2014 08:58:01 -0000 Author: amdmi3 Date: Fri Jun 27 08:58:00 2014 New Revision: 359476 URL: http://svnweb.freebsd.org/changeset/ports/359476 QAT: https://qat.redports.org/buildarchive/r359476/ Log: - Switch emulators/libspectrum to USES=libtool, drop .la files - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/emulators/fuse-utils/Makefile head/emulators/fuse/Makefile head/emulators/libspectrum/Makefile head/emulators/libspectrum/pkg-plist Modified: head/emulators/fuse-utils/Makefile ============================================================================== --- head/emulators/fuse-utils/Makefile Fri Jun 27 08:51:59 2014 (r359475) +++ head/emulators/fuse-utils/Makefile Fri Jun 27 08:58:00 2014 (r359476) @@ -3,7 +3,7 @@ PORTNAME= fuse-utils PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} Modified: head/emulators/fuse/Makefile ============================================================================== --- head/emulators/fuse/Makefile Fri Jun 27 08:51:59 2014 (r359475) +++ head/emulators/fuse/Makefile Fri Jun 27 08:58:00 2014 (r359476) @@ -3,7 +3,7 @@ PORTNAME= fuse PORTVERSION= 1.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} Modified: head/emulators/libspectrum/Makefile ============================================================================== --- head/emulators/libspectrum/Makefile Fri Jun 27 08:51:59 2014 (r359475) +++ head/emulators/libspectrum/Makefile Fri Jun 27 08:58:00 2014 (r359476) @@ -3,7 +3,7 @@ PORTNAME= libspectrum PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators devel MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} @@ -17,7 +17,7 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/se GNU_CONFIGURE= yes USE_GNOME= glib20 USE_LDCONFIG= yes -USES= gmake pkgconfig +USES= gmake pkgconfig libtool OPTIONS_DEFINE= AUDIOFILE AUDIOFILE_DESC= Support loading from .wav files Modified: head/emulators/libspectrum/pkg-plist ============================================================================== --- head/emulators/libspectrum/pkg-plist Fri Jun 27 08:51:59 2014 (r359475) +++ head/emulators/libspectrum/pkg-plist Fri Jun 27 08:58:00 2014 (r359476) @@ -1,8 +1,8 @@ include/libspectrum.h lib/libspectrum.a -lib/libspectrum.la lib/libspectrum.so -lib/libspectrum.so.9 +lib/libspectrum.so.8 +lib/libspectrum.so.8.1.0 man/man3/libspectrum.3.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog