diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-06-20 04:58:59 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-06-20 04:58:59 +0000 |
commit | 905a740a2d52e2c5765ee072819f8208863ea26b (patch) | |
tree | a6298a9bb76bebc83b7db608be2adc03699dbd22 | |
parent | c6d815df8912b25965064cb0a30e875d62303932 (diff) |
Notes
-rw-r--r-- | net-p2p/eiskaltdc/Makefile | 6 | ||||
-rw-r--r-- | net-p2p/eiskaltdc/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/eiskaltdc/pkg-plist | 7 |
3 files changed, 12 insertions, 7 deletions
diff --git a/net-p2p/eiskaltdc/Makefile b/net-p2p/eiskaltdc/Makefile index 6500481bafa9..7634508c1d26 100644 --- a/net-p2p/eiskaltdc/Makefile +++ b/net-p2p/eiskaltdc/Makefile @@ -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 @@ OPTIONS= ASPELL "Spell checking support" off .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 diff --git a/net-p2p/eiskaltdc/distinfo b/net-p2p/eiskaltdc/distinfo index 4d71b1019e63..c44018566656 100644 --- a/net-p2p/eiskaltdc/distinfo +++ b/net-p2p/eiskaltdc/distinfo @@ -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 --git a/net-p2p/eiskaltdc/pkg-plist b/net-p2p/eiskaltdc/pkg-plist index 4bf981aeecbf..ee19b4728897 100644 --- a/net-p2p/eiskaltdc/pkg-plist +++ b/net-p2p/eiskaltdc/pkg-plist @@ -2,8 +2,10 @@ bin/eiskaltdcpp 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 @@ share/applications/eiskaltdcpp.desktop %%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 @@ share/applications/eiskaltdcpp.desktop %%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 @@ share/applications/eiskaltdcpp.desktop %%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 @@ share/applications/eiskaltdcpp.desktop %%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 |