Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2015 14:05:42 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399978 - in head/deskutils/wammu: . files
Message-ID:  <201510221405.t9ME5g8A008551@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Oct 22 14:05:41 2015
New Revision: 399978
URL: https://svnweb.freebsd.org/changeset/ports/399978

Log:
  - Fix identation
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Regenerate patches with `make makepatch`

Modified:
  head/deskutils/wammu/Makefile
  head/deskutils/wammu/files/patch-setup.py

Modified: head/deskutils/wammu/Makefile
==============================================================================
--- head/deskutils/wammu/Makefile	Thu Oct 22 13:36:58 2015	(r399977)
+++ head/deskutils/wammu/Makefile	Thu Oct 22 14:05:41 2015	(r399978)
@@ -1,23 +1,25 @@
 # Created by: bsam
 # $FreeBSD$
 
-PORTNAME=		wammu
-PORTVERSION=		0.36
-PORTREVISION=		8
-CATEGORIES=		deskutils
-MASTER_SITES=		http://dl.cihar.com/wammu/v0/ \
-			http://dl.cihar.com.nyud.net/wammu/v0/
-
-MAINTAINER=		ports@FreeBSD.org
-COMMENT=		GUI manager of contacts, todos, calendar, and messages in your phone
-
-LICENSE=		GPLv2
-
-LIB_DEPENDS+=		libGammu.so:${PORTSDIR}/comms/gammu
-
-USES=			gettext pkgconfig python tar:bz2
-USE_PYTHON=		distutils
-USE_WX=			3.0+
-WX_COMPS=		python:lib
+PORTNAME=	wammu
+PORTVERSION=	0.36
+PORTREVISION=	8
+CATEGORIES=	deskutils
+MASTER_SITES=	http://dl.cihar.com/wammu/v0/ \
+		http://dl.cihar.com.nyud.net/wammu/v0/
+
+MAINTAINER=	ports@FreeBSD.org
+COMMENT=	GUI manager of contacts, todos, calendar, and messages in your phone
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libGammu.so:${PORTSDIR}/comms/gammu
+
+USES=		gettext pkgconfig python tar:bz2
+USE_PYTHON=	distutils
+USE_WX=		3.0+
+WX_COMPS=	python:lib
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/deskutils/wammu/files/patch-setup.py
==============================================================================
--- head/deskutils/wammu/files/patch-setup.py	Thu Oct 22 13:36:58 2015	(r399977)
+++ head/deskutils/wammu/files/patch-setup.py	Thu Oct 22 14:05:41 2015	(r399978)
@@ -1,5 +1,5 @@
---- setup.py.orig	2011-09-15 13:09:48.000000000 +0400
-+++ setup.py	2011-09-16 00:51:39.020550442 +0400
+--- setup.py.orig	2011-09-15 09:09:48 UTC
++++ setup.py
 @@ -346,16 +346,16 @@ data_files.append((os.path.join('share',
      'icon/wammu.ico',
      'icon/wammu.svg',



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