From owner-svn-ports-all@FreeBSD.ORG Wed Jun 11 21:43:59 2014 Return-Path: Delivered-To: svn-ports-all@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 9C1594A6; Wed, 11 Jun 2014 21:43:59 +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 6FE192AE4; Wed, 11 Jun 2014 21:43:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5BLhxXV016962; Wed, 11 Jun 2014 21:43:59 GMT (envelope-from bar@svn.freebsd.org) Received: (from bar@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5BLhwun016958; Wed, 11 Jun 2014 21:43:58 GMT (envelope-from bar@svn.freebsd.org) Message-Id: <201406112143.s5BLhwun016958@svn.freebsd.org> From: Barbara Guida Date: Wed, 11 Jun 2014 21:43:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357543 - in head: audio/wildmidi multimedia/qmmp multimedia/qmmp-plugin-pack 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: Wed, 11 Jun 2014 21:43:59 -0000 Author: bar Date: Wed Jun 11 21:43:58 2014 New Revision: 357543 URL: http://svnweb.freebsd.org/changeset/ports/357543 QAT: https://qat.redports.org/buildarchive/r357543/ Log: - Added libtool to USES for audio/wildmidi - Bump PORTREVISION for dependent ports Approved by: portsmgr blanket Modified: head/audio/wildmidi/Makefile head/audio/wildmidi/pkg-plist head/multimedia/qmmp-plugin-pack/Makefile head/multimedia/qmmp/Makefile Modified: head/audio/wildmidi/Makefile ============================================================================== --- head/audio/wildmidi/Makefile Wed Jun 11 21:20:50 2014 (r357542) +++ head/audio/wildmidi/Makefile Wed Jun 11 21:43:58 2014 (r357543) @@ -2,7 +2,7 @@ PORTNAME= wildmidi PORTVERSION= 0.2.3.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME} @@ -15,7 +15,7 @@ LICENSE_COMB= multi MAKE_JOBS_UNSAFE= yes -USES= compiler gmake +USES= compiler gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/audio/wildmidi/pkg-plist ============================================================================== --- head/audio/wildmidi/pkg-plist Wed Jun 11 21:20:50 2014 (r357542) +++ head/audio/wildmidi/pkg-plist Wed Jun 11 21:43:58 2014 (r357543) @@ -1,7 +1,7 @@ bin/wildmidi include/wildmidi_lib.h -lib/libWildMidi.la -lib/libWildMidi.so.2 +lib/libWildMidi.so.1 +lib/libWildMidi.so.1.1.0 lib/libWildMidi.so man/man1/wildmidi.1.gz man/man3/WildMidi_Close.3.gz Modified: head/multimedia/qmmp-plugin-pack/Makefile ============================================================================== --- head/multimedia/qmmp-plugin-pack/Makefile Wed Jun 11 21:20:50 2014 (r357542) +++ head/multimedia/qmmp-plugin-pack/Makefile Wed Jun 11 21:43:58 2014 (r357543) @@ -2,6 +2,7 @@ PORTNAME= qmmp-plugin-pack PORTVERSION= 0.7.4 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/plugins/ \ http://qmmp.googlecode.com/files/ Modified: head/multimedia/qmmp/Makefile ============================================================================== --- head/multimedia/qmmp/Makefile Wed Jun 11 21:20:50 2014 (r357542) +++ head/multimedia/qmmp/Makefile Wed Jun 11 21:43:58 2014 (r357543) @@ -2,7 +2,7 @@ PORTNAME= qmmp PORTVERSION= 0.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/ \ ${MASTER_SITE_GOOGLE_CODE}