From owner-svn-ports-head@FreeBSD.ORG Mon Sep 16 13:38:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8AD53D77; Mon, 16 Sep 2013 13:38:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E0A02DFB; Mon, 16 Sep 2013 13:38:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GDcmYd075835; Mon, 16 Sep 2013 13:38:48 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GDcm14075833; Mon, 16 Sep 2013 13:38:48 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309161338.r8GDcm14075833@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Sep 2013 13:38:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327396 - head/comms/bluegps 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: Mon, 16 Sep 2013 13:38:48 -0000 Author: sunpoet Date: Mon Sep 16 13:38:47 2013 New Revision: 327396 URL: http://svnweb.freebsd.org/changeset/ports/327396 Log: - Respect CC: fix build on -head (with clang) - While I'm here: - Use PLIST_FILES instead of PLIST - Pet portlint: replace space with tab - Cleanup Makefile header - Remove Author line PR: ports/182119 Submitted by: Dirk-Willem van Gulik (maintainer) Deleted: head/comms/bluegps/pkg-plist Modified: head/comms/bluegps/Makefile (contents, props changed) head/comms/bluegps/pkg-descr (contents, props changed) Modified: head/comms/bluegps/Makefile ============================================================================== --- head/comms/bluegps/Makefile Mon Sep 16 13:38:16 2013 (r327395) +++ head/comms/bluegps/Makefile Mon Sep 16 13:38:47 2013 (r327396) @@ -1,19 +1,19 @@ -# New ports collection makefile for: bluegps -# Date created: 29 July 2007 -# Whom: dirkx@webweaving.org -# +# Created by: dirkx@webweaving.org # $FreeBSD$ -# -PORTNAME= bluegps-linux -PORTVERSION= 2.0 -CATEGORIES= comms -MASTER_SITES= http://www.harbaum.org/till/bluegps/ -EXTRACT_SUFX= .tgz +PORTNAME= bluegps-linux +PORTVERSION= 2.0 +CATEGORIES= comms +MASTER_SITES= http://www.harbaum.org/till/bluegps/ +EXTRACT_SUFX= .tgz -MAINTAINER= dirkx@webweaving.org -COMMENT= Command line tool to download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver +MAINTAINER= dirkx@webweaving.org +COMMENT= Command line tool to download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver -MAN1= bluegps.1 +MAN1= bluegps.1 +PLIST_FILES= bin/bluegps + +post-patch: + @${REINPLACE_CMD} -e '/^CC=/d' ${WRKSRC}/Makefile .include Modified: head/comms/bluegps/pkg-descr ============================================================================== --- head/comms/bluegps/pkg-descr Mon Sep 16 13:38:16 2013 (r327395) +++ head/comms/bluegps/pkg-descr Mon Sep 16 13:38:47 2013 (r327396) @@ -2,5 +2,4 @@ BlueGPS is a simple (freebsd native) com datalogs from the Royaltek RBT-3000 bluetooth GPS receiver over a bluetooth link. -Author: Till Harbaum WWW: http://www.harbaum.org/till/bluegps/