Date: Mon, 29 Oct 2018 00:41:22 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483362 - head/devel/libpcl Message-ID: <201810290041.w9T0fM1L012247@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Oct 29 00:41:21 2018 New Revision: 483362 URL: https://svnweb.freebsd.org/changeset/ports/483362 Log: devel/libpcl: Fix license Modified: head/devel/libpcl/Makefile Modified: head/devel/libpcl/Makefile ============================================================================== --- head/devel/libpcl/Makefile Mon Oct 29 00:37:52 2018 (r483361) +++ head/devel/libpcl/Makefile Mon Oct 29 00:41:21 2018 (r483362) @@ -9,8 +9,8 @@ DISTNAME= pcl-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Portable Coroutine Library for low level functionality for coroutines -LICENSE= MIT -xLICENSE_FILE= ${WRKSRC}/COPYING.SLIBTOOL +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake libtool GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810290041.w9T0fM1L012247>