From a10cd802f922e35b63b44e605657fc3273a20f8f Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 19 Aug 2020 09:36:36 +0000 Subject: [PATCH] - Fix LICENSE - Pet portlint - Strip binary - Update WWW Approved by: portmgr blanket --- astro/gpsbabel14/Makefile | 11 +++++++---- astro/gpsbabel14/pkg-descr | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/astro/gpsbabel14/Makefile b/astro/gpsbabel14/Makefile index 8ada132bb63c..9b433e8e066b 100644 --- a/astro/gpsbabel14/Makefile +++ b/astro/gpsbabel14/Makefile @@ -12,18 +12,21 @@ PKGNAMESUFFIX= 14 MAINTAINER= dev2@heesakkers.info COMMENT= GPS file translating tool (pre-qt version) -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-expathdr=${LOCALBASE}/include \ - --with-libexpat=${LOCALBASE}/lib USES= autoreconf +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-expathdr=${LOCALBASE}/include \ + --with-libexpat=${LOCALBASE}/lib PLIST_FILES= bin/gpsbabel CONFLICTS= gpsbabel-[0-9]* +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gpsbabel + .include diff --git a/astro/gpsbabel14/pkg-descr b/astro/gpsbabel14/pkg-descr index 8e6d12435228..0e4b87c7e287 100644 --- a/astro/gpsbabel14/pkg-descr +++ b/astro/gpsbabel14/pkg-descr @@ -8,4 +8,4 @@ choose to use. It contains extensive data manipulation abilities making it a convenient for server-side processing or as the backend for other tools. -WWW: http://www.gpsbabel.org/ +WWW: https://www.gpsbabel.org/