Date: Tue, 23 Sep 2014 06:50:30 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369006 - head/deskutils/wammu Message-ID: <201409230650.s8N6oUXK096219@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Tue Sep 23 06:50:29 2014 New Revision: 369006 URL: http://svnweb.freebsd.org/changeset/ports/369006 QAT: https://qat.redports.org/buildarchive/r369006/ Log: deskutils/wammu: adopt USES=python, use bz2 tarball, remove @dirrmtry Modified: head/deskutils/wammu/Makefile head/deskutils/wammu/distinfo head/deskutils/wammu/pkg-plist Modified: head/deskutils/wammu/Makefile ============================================================================== --- head/deskutils/wammu/Makefile Tue Sep 23 06:47:31 2014 (r369005) +++ head/deskutils/wammu/Makefile Tue Sep 23 06:50:29 2014 (r369006) @@ -3,7 +3,7 @@ PORTNAME= wammu PORTVERSION= 0.36 -PORTREVISION= 8 +PORTREVISION= 8 CATEGORIES= deskutils MASTER_SITES= http://dl.cihar.com/wammu/v0/ \ http://dl.cihar.com.nyud.net/wammu/v0/ @@ -15,9 +15,8 @@ LICENSE= GPLv2 LIB_DEPENDS+= libGammu.so:${PORTSDIR}/comms/gammu -USES= gettext pkgconfig -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= gettext pkgconfig python tar:bz2 +USE_PYTHON= distutils USE_WX= 3.0+ WX_COMPS= python:lib Modified: head/deskutils/wammu/distinfo ============================================================================== --- head/deskutils/wammu/distinfo Tue Sep 23 06:47:31 2014 (r369005) +++ head/deskutils/wammu/distinfo Tue Sep 23 06:50:29 2014 (r369006) @@ -1,2 +1,2 @@ -SHA256 (wammu-0.36.tar.gz) = 4f789b46f193e0b30593d6501d824a937cf7f62716c8b428af51d0dab7985af1 -SIZE (wammu-0.36.tar.gz) = 1027711 +SHA256 (wammu-0.36.tar.bz2) = 8107d69438adc5c9c24565f455cac31ecd5b9ef754f26a6b5ebab03b49131696 +SIZE (wammu-0.36.tar.bz2) = 581781 Modified: head/deskutils/wammu/pkg-plist ============================================================================== --- head/deskutils/wammu/pkg-plist Tue Sep 23 06:47:31 2014 (r369005) +++ head/deskutils/wammu/pkg-plist Tue Sep 23 06:50:29 2014 (r369006) @@ -211,26 +211,3 @@ share/pixmaps/wammu.ico share/pixmaps/wammu.png share/pixmaps/wammu.svg share/pixmaps/wammu.xpm -@dirrmtry man/pt_BR/man1 -@dirrmtry man/pt_BR -@dirrm share/Wammu/images/misc -@dirrm share/Wammu/images/icons -@dirrm share/Wammu/images -@dirrm share/Wammu -@dirrm %%PYTHON_SITELIBDIR%%/Wammu -@dirrmtry man/sk/man1 -@dirrmtry man/sk -@dirrmtry man/ru/man1 -@dirrmtry man/ru -@dirrmtry man/nl/man1 -@dirrmtry man/nl -@dirrmtry man/it/man1 -@dirrmtry man/it -@dirrmtry man/fr/man1 -@dirrmtry man/fr -@dirrmtry man/es/man1 -@dirrmtry man/es -@dirrmtry man/de/man1 -@dirrmtry man/de -@dirrmtry man/cs/man1 -@dirrmtry man/cs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409230650.s8N6oUXK096219>