Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jun 2010 20:20:18 GMT
From:      Maxim Ignatenko <gelraen.ua@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/147735: Update port: net-p2p/eiskaltcd update to 2.0.3
Message-ID:  <201006092020.o59KKITS082536@www.freebsd.org>
Resent-Message-ID: <201006092030.o59KU448054897@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         147735
>Category:       ports
>Synopsis:       Update port: net-p2p/eiskaltcd update to 2.0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 09 20:30:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Maxim Ignatenko
>Release:        8-STABLE
>Organization:
Kyiv National Taras Shevchenko University
>Environment:
>Description:
Update to 2.0.3 and correct building with disabled but installed aspell.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2010-06-09 22:11:30.687464259 +0300
+++ Makefile	2010-06-09 23:12:07.356381615 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	eiskaltdcpp
-PORTVERSION=	2.0.2
+PORTVERSION=	2.0.3
 CATEGORIES=	net-p2p
 MASTER_SITES=	GOOGLE_CODE
 
@@ -35,11 +35,11 @@
 
 .include <bsd.port.options.mk>
 
-.if definede(WITH_ASPELL)
+.if defined(WITH_ASPELL)
 LIB_DEPENDS+=	aspell.16:${PORTSDIR}/textproc/aspell
 CMAKE_ARGS+=	-DUSE_ASPELL:BOOL=on
 .else
-CMAKE_ARGS+=	-DUSE_ASPELL:BOOL=off
+CMAKE_ARGS+=	-DUSE_ASPELL:BOOL=0
 .endif
 
 .if ${OSVERSION} < 700024
--- distinfo.orig	2010-06-09 22:11:30.692470065 +0300
+++ distinfo	2010-06-09 22:14:14.604630744 +0300
@@ -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
--- pkg-plist.orig	2010-06-09 22:11:30.702465194 +0300
+++ pkg-plist	2010-06-09 22:39:43.676443289 +0300
@@ -2,8 +2,10 @@
 share/applications/eiskaltdcpp.desktop
 %%DATADIR%%/examples/amr.en_US.sh
 %%DATADIR%%/examples/audacious.en_US.sh
+%%DATADIR%%/examples/commands.ru_RU.UTF-8.php
 %%DATADIR%%/examples/mpc.en_US.sh
 %%DATADIR%%/examples/mpris_now_playing.en_US.sh
+%%DATADIR%%/examples/qmmp.ru_RU.UTF-8.sh
 %%DATADIR%%/examples/rhythmbox.en_US.sh
 %%DATADIR%%/examples/xmms2_audacious2.ru_RU.UTF-8.php
 %%DATADIR%%/icons/appl/default/application-exit.png
@@ -14,6 +16,7 @@
 %%DATADIR%%/icons/appl/default/bookmark-new.png
 %%DATADIR%%/icons/appl/default/chat.png
 %%DATADIR%%/icons/appl/default/configure.png
+%%DATADIR%%/icons/appl/default/console.png
 %%DATADIR%%/icons/appl/default/default.qrc
 %%DATADIR%%/icons/appl/default/dialog-close.png
 %%DATADIR%%/icons/appl/default/document-edit.png
@@ -51,6 +54,7 @@
 %%DATADIR%%/icons/appl/default/network-disconnect.png
 %%DATADIR%%/icons/appl/default/openlist.png
 %%DATADIR%%/icons/appl/default/own_filelist.png
+%%DATADIR%%/icons/appl/default/plugin.png
 %%DATADIR%%/icons/appl/default/pmmsg.png
 %%DATADIR%%/icons/appl/default/qt-logo.png
 %%DATADIR%%/icons/appl/default/reconnect.png
@@ -58,7 +62,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
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006092020.o59KKITS082536>