Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 17:59:35 +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: r319001 - head/deskutils/wammu
Message-ID:  <201305241759.r4OHxZTo023101@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Fri May 24 17:59:35 2013
New Revision: 319001
URL: http://svnweb.freebsd.org/changeset/ports/319001

Log:
  . trim Makefile headers;
  . USE_GNOME=pkgconfig -> USES+=pkgconfig;
  . pet portlint: place LICENSE before MAINTAINER.

Modified:
  head/deskutils/wammu/Makefile

Modified: head/deskutils/wammu/Makefile
==============================================================================
--- head/deskutils/wammu/Makefile	Fri May 24 17:58:42 2013	(r319000)
+++ head/deskutils/wammu/Makefile	Fri May 24 17:59:35 2013	(r319001)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   	deskutils/wamuu-dev
-# Date created:        			14 May 2010
-# Whom:                			bsam
-#
+# Created by: bsam
 # $FreeBSD$
-#
 
 PORTNAME=		wammu
 PORTVERSION=		0.36
@@ -15,18 +11,17 @@ MASTER_SITES=		http://dl.cihar.com/wammu
 MAINTAINER=		bsam@FreeBSD.org
 COMMENT=		GUI program to manage contacts, todos, calendar, and messages in your phone
 
+LICENSE=		GPLv2
+
 BUILD_DEPENDS+=		gammu:${PORTSDIR}/comms/gammu
 RUN_DEPENDS+=		gammu:${PORTSDIR}/comms/gammu
 
-LICENSE=		GPLv2
-
-USES=		gettext
+USES=			gettext pkgconfig
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 USE_WX=			2.6+
 WX_COMPS=		python:lib
 WX_UNICODE=		yes
-USE_GNOME=		pkgconfig
 
 MANLANG=		"" cs de it nl pt_BR
 MAN1=			wammu.1 wammu-configure.1



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