From owner-svn-ports-head@FreeBSD.ORG Fri May 24 17:59:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0E679440; Fri, 24 May 2013 17:59:36 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0077C658; Fri, 24 May 2013 17:59:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4OHxZAJ023102; Fri, 24 May 2013 17:59:35 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4OHxZTo023101; Fri, 24 May 2013 17:59:35 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201305241759.r4OHxZTo023101@svn.freebsd.org> From: Boris Samorodov Date: Fri, 24 May 2013 17:59:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319001 - head/deskutils/wammu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2013 17:59:36 -0000 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