From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 10 17:50:01 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B45E110656D5 for ; Thu, 10 Jun 2010 17:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 77E5C8FC13 for ; Thu, 10 Jun 2010 17:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o5AHo1w5008258 for ; Thu, 10 Jun 2010 17:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o5AHo1OW008257; Thu, 10 Jun 2010 17:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 10 Jun 2010 17:50:01 GMT Resent-Message-Id: <201006101750.o5AHo1OW008257@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gvozdikov Veniamin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC292106566C for ; Thu, 10 Jun 2010 17:45:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 9B40D8FC1E for ; Thu, 10 Jun 2010 17:45:53 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o5AHjruY007380 for ; Thu, 10 Jun 2010 17:45:53 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o5AHjrQD007378; Thu, 10 Jun 2010 17:45:53 GMT (envelope-from nobody) Message-Id: <201006101745.o5AHjrQD007378@www.freebsd.org> Date: Thu, 10 Jun 2010 17:45:53 GMT From: Gvozdikov Veniamin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/147770: update port: net-p2p/eiskaltdcpp up to 2.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2010 17:50:01 -0000 >Number: 147770 >Category: ports >Synopsis: update port: net-p2p/eiskaltdcpp up to 2.0.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 10 17:50:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Gvozdikov Veniamin >Release: FreeBSD 8.0-STABLE >Organization: >Environment: FreeBSD zlobook.local 8.0-STABLE FreeBSD 8.0-STABLE #10: Sat Apr 17 14:38:26 KRAST 2010 root@zlobook.local:/usr/obj/usr/src/sys/zlobook_amd64 amd64 >Description: New version 2.0.3: * Fixed display of unread messages using the tray icon. * Fixed potential problems with search using locales other than UTF-8. (Now kernel takes default encoding specified in the preferences rather than local ones, as it was before) * Added graphical configuration of user commands in the Settings dialog. (In previous versions it was necessary to edit xml-config manually) * Thanks to Dmytro Demenko the Ukrainian translation is now available. * Thanks to Miroslav Petrovic the Serbian translation is now available. * Preferences moved to $XDG_CONFIG_HOME/eiskaltdc++/ directory (environment variable $XDG_CONFIG_HOME mostly often defined as ~/.config/). Preferences directory will be automatically moved at first start after the upgrade. Using $XDG_CONFIG_HOME can be disabled during the configuration, see file INSTALL. * Added ability to place templates with predefined program settings to /usr/share/eiskaltdcpp/config/ directory (depends on cmake options, see file INSTALL). This templates (instead of default settings) will be copied to personal user preferences directory when you first start program. * Added drag'n'drop of files to messages input field. If file is shared, magnet link will be placed to input field instead of file path. * Chat command /sh now supports macro path to file. You can find how to use it in 'examples' directory. * Improved anti-spam module, all the previously planned functionality is now available. * Added option to change the representation of size (kibibyte (KiB) <=> kilobyte (KB), etc.), see man-page. * Added QtScript basic support (disabled by default, see file INSTALL). * Added support for system icon theme (disabled by default, see file INSTALL). * Added some JS-script examples (LogViewer, Amarok: Now Playing, Konsole), improved interaction with DC++ core and client. * Auto-resizing input widget in chats. (Use Shift+Enter for carriage return) * Bugfixes. >How-To-Repeat: >Fix: diff -ruN eiskaltdc.orig/Makefile eiskaltdc/Makefile --- eiskaltdc.orig/Makefile 2010-06-11 01:41:01.000000000 +0800 +++ eiskaltdc/Makefile 2010-06-11 00:43:36.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= eiskaltdcpp -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.3 CATEGORIES= net-p2p MASTER_SITES= GOOGLE_CODE @@ -27,6 +27,7 @@ QT_COMPONENTS= gui xml dbus network sql qmake_build uic_build \ moc_build rcc_build linguist_build MAKE_JOBS_SAFE= yes +INSTALLS_ICONS= yes MAN1= ${PORTNAME}.1 MANCOMPRESSED= yes diff -ruN eiskaltdc.orig/distinfo eiskaltdc/distinfo --- eiskaltdc.orig/distinfo 2010-06-11 01:41:01.000000000 +0800 +++ eiskaltdc/distinfo 2010-06-11 00:42:17.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (eiskaltdcpp-2.0.2.tar.bz2) = ee2d96d69015dbdc1885b2b7d2bff02c -SHA256 (eiskaltdcpp-2.0.2.tar.bz2) = e00b2927004e846c144d2543325906740a9adb14e94b353bfcf9ef96feb67612 -SIZE (eiskaltdcpp-2.0.2.tar.bz2) = 1142786 +MD5 (eiskaltdcpp-2.0.3.tar.bz2) = 0c52bf84aeaf1569851dd67362166f8e +SHA256 (eiskaltdcpp-2.0.3.tar.bz2) = 9ef3380cbfc5acf8fde4a17666587fa9b6b3608be0187bd9fe217f7fdc568b13 +SIZE (eiskaltdcpp-2.0.3.tar.bz2) = 1033922 diff -ruN eiskaltdc.orig/pkg-plist eiskaltdc/pkg-plist --- eiskaltdc.orig/pkg-plist 2010-06-11 01:41:01.000000000 +0800 +++ eiskaltdc/pkg-plist 2010-06-11 01:20:03.000000000 +0800 @@ -6,6 +6,8 @@ %%DATADIR%%/examples/mpris_now_playing.en_US.sh %%DATADIR%%/examples/rhythmbox.en_US.sh %%DATADIR%%/examples/xmms2_audacious2.ru_RU.UTF-8.php +%%DATADIR%%/examples/qmmp.ru_RU.UTF-8.sh +%%DATADIR%%/examples/commands.ru_RU.UTF-8.php %%DATADIR%%/icons/appl/default/application-exit.png %%DATADIR%%/icons/appl/default/application-x-archive.png %%DATADIR%%/icons/appl/default/application-x-executable.png @@ -58,7 +60,6 @@ %%DATADIR%%/icons/appl/default/reload.png %%DATADIR%%/icons/appl/default/server.png %%DATADIR%%/icons/appl/default/spam.png -%%DATADIR%%/icons/appl/default/splash.png %%DATADIR%%/icons/appl/default/spy.png %%DATADIR%%/icons/appl/default/status.png %%DATADIR%%/icons/appl/default/text-x-generic.png @@ -70,6 +71,8 @@ %%DATADIR%%/icons/appl/default/view-filter.png %%DATADIR%%/icons/appl/default/zoom-in.png %%DATADIR%%/icons/appl/default/zoom-out.png +%%DATADIR%%/icons/appl/default/plugin.png +%%DATADIR%%/icons/appl/default/console.png %%DATADIR%%/icons/emot/default/default.png %%DATADIR%%/icons/emot/default/default.xml %%DATADIR%%/icons/emot/flylink/flylink.png @@ -83,6 +86,8 @@ %%DATADIR%%/ts/eiskaltdcpp.hu.qm %%DATADIR%%/ts/eiskaltdcpp.pl.qm %%DATADIR%%/ts/eiskaltdcpp.ru.qm +%%DATADIR%%/ts/eiskaltdcpp.sr.qm +%%DATADIR%%/ts/eiskaltdcpp.uk.qm share/icons/hicolor/128x128/apps/eiskaltdcpp.png share/icons/hicolor/16x16/apps/eiskaltdcpp.png share/icons/hicolor/22x22/apps/eiskaltdcpp.png >Release-Note: >Audit-Trail: >Unformatted: