svn commit: r534381 - head/comms/libfap

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 8 09:32:39 UTC 2020


Author: amdmi3
Date: Fri May  8 09:32:38 2020
New Revision: 534381
URL: https://svnweb.freebsd.org/changeset/ports/534381

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Pet portlint
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/comms/libfap/Makefile
  head/comms/libfap/pkg-descr

Modified: head/comms/libfap/Makefile
==============================================================================
--- head/comms/libfap/Makefile	Fri May  8 09:12:54 2020	(r534380)
+++ head/comms/libfap/Makefile	Fri May  8 09:32:38 2020	(r534381)
@@ -9,11 +9,13 @@ MASTER_SITES=	http://www.pakettiradio.net/downloads/li
 MAINTAINER=	akh at nobugware.com
 COMMENT=	C port for Ham::APRS::FAP Finnish APRS Parser Perl module
 
-LICENSE=	GPLv2
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		libtool
 HAS_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		libtool
 INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/comms/libfap/pkg-descr
==============================================================================
--- head/comms/libfap/pkg-descr	Fri May  8 09:12:54 2020	(r534380)
+++ head/comms/libfap/pkg-descr	Fri May  8 09:32:38 2020	(r534381)
@@ -6,4 +6,4 @@ mic-e and compressed location packets, NMEA location p
 items, messages, telemetry and most weather packets.
 For more description, see the Perl module.
 
-WWW: http://www.pakettiradio.net/libfap/
+WWW: https://www.pakettiradio.net/libfap/


More information about the svn-ports-head mailing list