svn commit: r336966 - head/emulators/q4wine
Rusmir Dusko
nemysis at FreeBSD.org
Thu Dec 19 22:21:09 UTC 2013
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
More information about the svn-ports-all
mailing list