Index: Makefile =================================================================== RCS file: /usr/home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/deskutils/q4wine/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 23 May 2010 14:24:55 -0000 1.8 +++ Makefile 7 Oct 2010 02:29:00 -0000 @@ -2,10 +2,10 @@ # Date created: 05 Feb 2009 # Whom: Sergey V. Dyatko # -# $FreeBSD: ports/deskutils/q4wine/Makefile,v 1.8 2010/05/23 14:24:55 sylvio Exp $ +# $FreeBSD$ PORTNAME= q4wine -PORTVERSION= 0.118 +PORTVERSION= 0.120 CATEGORIES= deskutils emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} @@ -17,7 +17,7 @@ wine:${PORTSDIR}/emulators/wine \ wget:${PORTSDIR}/ftp/wget \ cabextract:${PORTSDIR}/archivers/cabextract \ - xdg-open:${PORTSDIR}/devel/xdg-utils + icotool:${PORTSDIR}/graphics/icoutils USE_QT_VER= 4 QT_COMPONENTS= qmake_build rcc_build moc_build uic_build \ @@ -30,7 +30,17 @@ USE_CMAKE= yes CMAKE_USE_PTHREAD= yes -USE_LDCONFIG= yes +CMAKE_ARGS+= -DMANPAGE_ENTRY_PATH=${MANPREFIX}/man/ + +OPTIONS= DBUS "Enable DBus notification support" on + +.include + +.if defined(WITHOUT_DBUS) +CMAKE_ARGS+= -DWITH_DBUS:BOOL=OFF +.else +QT_COMPONENTS+= dbus +.endif post-install: @-update-desktop-database Index: distinfo =================================================================== RCS file: /usr/home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/deskutils/q4wine/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 23 May 2010 14:24:55 -0000 1.4 +++ distinfo 7 Oct 2010 02:23:08 -0000 @@ -1,3 +1,3 @@ -MD5 (q4wine-0.118.tar.gz) = 314a5eaaa2cce0bd4f3141baf94c82eb -SHA256 (q4wine-0.118.tar.gz) = f27cb42c15edf0aee8d1df929710e62d00ad016bbc686f7552c0c2d033e4e8b4 -SIZE (q4wine-0.118.tar.gz) = 750016 +MD5 (q4wine-0.120.tar.gz) = db09ca2e694e2adb30bdd9902e888212 +SHA256 (q4wine-0.120.tar.gz) = 9db9cc021722403709e6f2bb81318e285cfad9eba24d1343532b0fa32f823996 +SIZE (q4wine-0.120.tar.gz) = 836328 Index: pkg-descr =================================================================== RCS file: /usr/home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/deskutils/q4wine/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 17 Feb 2009 23:31:28 -0000 1.1 +++ pkg-descr 7 Oct 2010 02:23:08 -0000 @@ -13,4 +13,4 @@ - Winetricks support - More -WWW: http://api.qt-apps.org/content/show.php?content=85751 +WWW: http://q4wine.brezblock.org.ua/ Index: pkg-message =================================================================== RCS file: /usr/home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/deskutils/q4wine/pkg-message,v retrieving revision 1.2 diff -u -r1.2 pkg-message --- pkg-message 23 May 2010 14:24:55 -0000 1.2 +++ pkg-message 7 Oct 2010 02:23:08 -0000 @@ -11,6 +11,7 @@ mount /proc -Also you need sudo for mdconfig, mount_cd9660, umount commands +Also you need passwordless sudo for mdconfig, mount_cd9660, umount commands for +work with ISO images ################################################################################ Index: pkg-plist =================================================================== RCS file: /usr/home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/deskutils/q4wine/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 23 May 2010 14:24:55 -0000 1.2 +++ pkg-plist 7 Oct 2010 02:23:08 -0000 @@ -4,6 +4,7 @@ lib/q4wine/libq4wine-core.so share/applications/q4wine.desktop share/pixmaps/q4wine.png +%%DATADIR%%/i18n/cs_cz.qm %%DATADIR%%/i18n/en_us.qm %%DATADIR%%/i18n/es_es.qm %%DATADIR%%/i18n/it_it.qm @@ -44,6 +45,5 @@ @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%%/i18n @dirrm %%DATADIR%% -@dirrm share/man @dirrmtry share/applications @dirrm lib/q4wine Index: files/patch-src-man1_CMakeLists.txt =================================================================== RCS file: files/patch-src-man1_CMakeLists.txt diff -N files/patch-src-man1_CMakeLists.txt --- files/patch-src-man1_CMakeLists.txt 23 May 2010 14:24:55 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,18 +0,0 @@ ---- src/man1/CMakeLists.txt.orig 2010-05-22 12:08:37.000000000 -0300 -+++ src/man1/CMakeLists.txt 2010-05-22 12:10:08.000000000 -0300 -@@ -40,7 +40,6 @@ - endforeach() - - install(DIRECTORY ${CMAKE_SOURCE_DIR}/src/man1 DESTINATION -- ${CMAKE_INSTALL_PREFIX}/share/man FILES_MATCHING PATTERN "*.1.${ARC_SUFF}" - PATTERN "CMakeFiles" EXCLUDE) - - ELSE (ARC) -@@ -48,6 +47,6 @@ - MESSAGE(STATUS "Installing not compressed man pages --\n") - - install(DIRECTORY ${CMAKE_SOURCE_DIR}/src/man1 DESTINATION -- ${CMAKE_INSTALL_PREFIX}/share/man FILES_MATCHING PATTERN "*.1" -+ ${CMAKE_INSTALL_PREFIX}/man FILES_MATCHING PATTERN "*.1" - PATTERN "CMakeFiles" EXCLUDE) - ENDIF (ARC)