Date: Fri, 8 May 2020 09:32:38 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534381 - head/comms/libfap Message-ID: <202005080932.0489WcuV068059@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005080932.0489WcuV068059>