From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 22:21:22 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24C839B2; Wed, 1 Oct 2014 22:21:22 +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 10D9F674; Wed, 1 Oct 2014 22:21:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91MLLtm050390; Wed, 1 Oct 2014 22:21:21 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91MLKD4050384; Wed, 1 Oct 2014 22:21:20 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410012221.s91MLKD4050384@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Oct 2014 22:21:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369778 - in head: emulators/i386-wine emulators/i386-wine-devel multimedia/plexmediaserver multimedia/plexmediaserver-plexpass www/opera 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-1 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, 01 Oct 2014 22:21:22 -0000 Author: bapt Date: Wed Oct 1 22:21:20 2014 New Revision: 369778 URL: https://svnweb.freebsd.org/changeset/ports/369778 QAT: https://qat.redports.org/buildarchive/r369778/ Log: Prevent some ports to provide bundled libraries Bump port revision PR: 193592 Modified: head/emulators/i386-wine-devel/Makefile.inc head/emulators/i386-wine/Makefile.inc head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver/Makefile head/www/opera/Makefile Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Wed Oct 1 22:20:44 2014 (r369777) +++ head/emulators/i386-wine-devel/Makefile.inc Wed Oct 1 22:21:20 2014 (r369778) @@ -3,6 +3,7 @@ PORTNAME= wine PORTVERSION= 1.7.27 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION} @@ -39,6 +40,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX}/lib32/wine USES= tar:xz +BUNDLE_LIBS= yes GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.24-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.5.2.msi:${PORTSDIR}/emulators/wine-mono-devel Modified: head/emulators/i386-wine/Makefile.inc ============================================================================== --- head/emulators/i386-wine/Makefile.inc Wed Oct 1 22:20:44 2014 (r369777) +++ head/emulators/i386-wine/Makefile.inc Wed Oct 1 22:21:20 2014 (r369778) @@ -3,7 +3,7 @@ PORTNAME= wine PORTVERSION= 1.6.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION} @@ -38,6 +38,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX}/lib32/wine USES= tar:xz +BUNDLE_LIBS= yes GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.21-x86.msi:${PORTSDIR}/emulators/wine-gecko MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-0.0.8.msi:${PORTSDIR}/emulators/wine-mono Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Wed Oct 1 22:20:44 2014 (r369777) +++ head/multimedia/plexmediaserver-plexpass/Makefile Wed Oct 1 22:21:20 2014 (r369778) @@ -3,6 +3,7 @@ PORTNAME= plexmediaserver PORTVERSION= 0.9.10.1.585 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://downloads.plexapp.com/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ PKGNAMESUFFIX= -plexpass @@ -15,6 +16,7 @@ USES= tar:bzip2 PLEX_BUILD= f31034e NO_BUILD= yes WRKSRC= ${WRKDIR}/PlexMediaServer-${PORTVERSION}-${PLEX_BUILD} +BUNDLE_LIBS= yes DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Wed Oct 1 22:20:44 2014 (r369777) +++ head/multimedia/plexmediaserver/Makefile Wed Oct 1 22:21:20 2014 (r369778) @@ -3,6 +3,7 @@ PORTNAME= plexmediaserver PORTVERSION= 0.9.9.13.525 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://downloads.plexapp.com/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ DISTNAME= PlexMediaServer-${PORTVERSION}-${PLEX_BUILD}-freebsd-amd64 Modified: head/www/opera/Makefile ============================================================================== --- head/www/opera/Makefile Wed Oct 1 22:20:44 2014 (r369777) +++ head/www/opera/Makefile Wed Oct 1 22:21:20 2014 (r369778) @@ -2,7 +2,7 @@ PORTNAME= opera PORTVERSION= ${OPERA_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www ipv6 MASTER_SITES= ftp://ftp.opera.com/pub/opera/${MASTER_SITES_VER_PATH}/ \ ftp://opera.inode.at/${MASTER_SITES_VER_PATH}/ \ @@ -22,6 +22,8 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/ BUILD_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info RUN_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info +BUNDLE_LIBS= yes + ONLY_FOR_ARCHS= i386 amd64 OPERA_VER?= 12.16