From owner-svn-ports-all@FreeBSD.ORG Thu Dec 19 22:21:09 2013 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 B0A5C864; Thu, 19 Dec 2013 22:21:09 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C0BD1F2A; Thu, 19 Dec 2013 22:21:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJML9Js036386; Thu, 19 Dec 2013 22:21:09 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBJML92e036382; Thu, 19 Dec 2013 22:21:09 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201312192221.rBJML92e036382@svn.freebsd.org> From: Rusmir Dusko Date: Thu, 19 Dec 2013 22:21:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336966 - head/emulators/q4wine 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.17 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: Thu, 19 Dec 2013 22:21:09 -0000 Author: nemysis Date: Thu Dec 19 22:21:08 2013 New Revision: 336966 URL: http://svnweb.freebsd.org/changeset/ports/336966 Log: - Update to 1.1-r2 - Add USE_GCC=yes - Break lines around 80 characters Approved by: pawel / wg (mentors, implicit) Modified: head/emulators/q4wine/Makefile head/emulators/q4wine/distinfo Modified: head/emulators/q4wine/Makefile ============================================================================== --- head/emulators/q4wine/Makefile Thu Dec 19 22:12:49 2013 (r336965) +++ head/emulators/q4wine/Makefile Thu Dec 19 22:21:08 2013 (r336966) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= q4wine -DISTVERSION= 1.1-r1 +DISTVERSION= 1.1-r2 CATEGORIES= emulators deskutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20$${DISTVERSION}/ @@ -19,6 +19,7 @@ RUN_DEPENDS= sudo:${PORTSDIR}/security/s USES= cmake desktop-file-utils CMAKE_ARGS+= -DMANPAGE_ENTRY_PATH=${MANPREFIX}/man +USE_GCC= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_QT4= qmake_build rcc_build moc_build uic_build \ @@ -51,7 +52,8 @@ USE_QT4+= dbus post-patch: @${REINPLACE_CMD} -e 's|/share/man|/man|' \ ${WRKSRC}/src/CMakeLists.txt - @${REINPLACE_CMD} -e 's|^Categories=.*|Categories=Qt;System;Emulator;Utility;Game;|' \ + @${REINPLACE_CMD} \ + -e 's|^Categories=.*|Categories=Qt;System;Emulator;Utility;Game;|' \ ${WRKSRC}/${PORTNAME}.desktop .if ! ${PORT_OPTIONS:MNLS} Modified: head/emulators/q4wine/distinfo ============================================================================== --- head/emulators/q4wine/distinfo Thu Dec 19 22:12:49 2013 (r336965) +++ head/emulators/q4wine/distinfo Thu Dec 19 22:21:08 2013 (r336966) @@ -1,2 +1,2 @@ -SHA256 (q4wine-1.1-r1.tar.gz) = 260ec9ff5dd9aefe22073489cbf51cf81b0da1682c21dd88893416ae9d5aac08 -SIZE (q4wine-1.1-r1.tar.gz) = 1113799 +SHA256 (q4wine-1.1-r2.tar.gz) = a104adc9c589a9c50688a78b506d5d2ca0ae2a9af1397b122fe23ae71302283b +SIZE (q4wine-1.1-r2.tar.gz) = 1113912