svn commit: r545296 - head/astro/gpsbabel14

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 19 09:36:37 UTC 2020


Author: amdmi3
Date: Wed Aug 19 09:36:36 2020
New Revision: 545296
URL: https://svnweb.freebsd.org/changeset/ports/545296

Log:
  - Fix LICENSE
  - Pet portlint
  - Strip binary
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/astro/gpsbabel14/Makefile
  head/astro/gpsbabel14/pkg-descr

Modified: head/astro/gpsbabel14/Makefile
==============================================================================
--- head/astro/gpsbabel14/Makefile	Wed Aug 19 09:29:16 2020	(r545295)
+++ head/astro/gpsbabel14/Makefile	Wed Aug 19 09:36:36 2020	(r545296)
@@ -12,18 +12,21 @@ PKGNAMESUFFIX=	14
 MAINTAINER=	dev2 at heesakkers.info
 COMMENT=	GPS file translating tool (pre-qt version)
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 
+USES=		autoreconf
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=--with-expathdr=${LOCALBASE}/include \
+CONFIGURE_ARGS=	--with-expathdr=${LOCALBASE}/include \
 		--with-libexpat=${LOCALBASE}/lib
-USES=		autoreconf
 
 PLIST_FILES=	bin/gpsbabel
 
 CONFLICTS=	gpsbabel-[0-9]*
+
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gpsbabel
 
 .include <bsd.port.mk>

Modified: head/astro/gpsbabel14/pkg-descr
==============================================================================
--- head/astro/gpsbabel14/pkg-descr	Wed Aug 19 09:29:16 2020	(r545295)
+++ head/astro/gpsbabel14/pkg-descr	Wed Aug 19 09:36:36 2020	(r545296)
@@ -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/


More information about the svn-ports-head mailing list