svn commit: r381306 - in head/astro/gpsbabel: . files

Thomas Zander riggs at FreeBSD.org
Sun Mar 15 08:49:50 UTC 2015


Author: riggs
Date: Sun Mar 15 08:49:48 2015
New Revision: 381306
URL: https://svnweb.freebsd.org/changeset/ports/381306
QAT: https://qat.redports.org/buildarchive/r381306/

Log:
  - Update to upstream release 1.5.2
  - Properly strip installed binary
  
  PR:		197879
  Submitted by:	dev2 at heesakkers.info
  Reviewed by:	riggs

Added:
  head/astro/gpsbabel/files/patch-jeeps-gpslibusb.cc   (contents, props changed)
Deleted:
  head/astro/gpsbabel/files/patch-libusb
  head/astro/gpsbabel/files/patch-mkstyle
Modified:
  head/astro/gpsbabel/Makefile
  head/astro/gpsbabel/distinfo

Modified: head/astro/gpsbabel/Makefile
==============================================================================
--- head/astro/gpsbabel/Makefile	Sun Mar 15 08:47:14 2015	(r381305)
+++ head/astro/gpsbabel/Makefile	Sun Mar 15 08:49:48 2015	(r381306)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gpsbabel
-PORTVERSION=	1.5.1
+PORTVERSION=	1.5.2
 CATEGORIES=	astro geography
 MASTER_SITES=	https://secure.ohos.nl/downloads/ \
 		LOCAL/glebius
@@ -26,4 +26,7 @@ PLIST_FILES=	bin/gpsbabel
 
 CONFLICTS=	gpsbabel14-[0-9]*
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gpsbabel
+
 .include <bsd.port.mk>

Modified: head/astro/gpsbabel/distinfo
==============================================================================
--- head/astro/gpsbabel/distinfo	Sun Mar 15 08:47:14 2015	(r381305)
+++ head/astro/gpsbabel/distinfo	Sun Mar 15 08:49:48 2015	(r381306)
@@ -1,2 +1,2 @@
-SHA256 (gpsbabel-1.5.1.tar.gz) = 3feec7d43ca6cb5393645fe0df893d9f7bf5334849fa8abd4c5c3ee775c8cac3
-SIZE (gpsbabel-1.5.1.tar.gz) = 8402088
+SHA256 (gpsbabel-1.5.2.tar.gz) = c1a2f07d014d69dcce80e2ef8f23fe2fe3154324957b04d488da1b32458fad7b
+SIZE (gpsbabel-1.5.2.tar.gz) = 8392465

Added: head/astro/gpsbabel/files/patch-jeeps-gpslibusb.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/gpsbabel/files/patch-jeeps-gpslibusb.cc	Sun Mar 15 08:49:48 2015	(r381306)
@@ -0,0 +1,12 @@
+--- jeeps/gpslibusb.cc.orig	2014-09-16 05:49:59.000000000 +0200
++++ jeeps/gpslibusb.cc	2015-03-14 19:33:11.690407708 +0100
+@@ -20,7 +20,8 @@
+  */
+ 
+ 
+-#include <stdio.h>
++#include <cstdio>
++#include <cstdlib>
+ #include <ctype.h>
+ #if HAVE_CONFIG_H
+ #include "config.h"


More information about the svn-ports-head mailing list