Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2018 09:33:47 +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: r468090 - head/devel/libffcall
Message-ID:  <201804230933.w3N9XlSi077605@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Apr 23 09:33:47 2018
New Revision: 468090
URL: https://svnweb.freebsd.org/changeset/ports/468090

Log:
  - Add LICENSE_FILE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/devel/libffcall/Makefile
  head/devel/libffcall/pkg-descr

Modified: head/devel/libffcall/Makefile
==============================================================================
--- head/devel/libffcall/Makefile	Mon Apr 23 09:30:50 2018	(r468089)
+++ head/devel/libffcall/Makefile	Mon Apr 23 09:33:47 2018	(r468090)
@@ -10,6 +10,7 @@ MAINTAINER=	amutu@amutu.com
 COMMENT=	Foreign function call libraries
 
 LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_armv6=		fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported
 BROKEN_armv7=		fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported

Modified: head/devel/libffcall/pkg-descr
==============================================================================
--- head/devel/libffcall/pkg-descr	Mon Apr 23 09:30:50 2018	(r468089)
+++ head/devel/libffcall/pkg-descr	Mon Apr 23 09:33:47 2018	(r468090)
@@ -12,6 +12,4 @@ The four packages are:
     callback - closures with variable arguments as first-class C functions
                (a reentrant combination of vacall and trampoline)
 
-LICENSE: GPL2 or later
-
-WWW: http://www.haible.de/bruno/packages-ffcall.html
+WWW: https://www.haible.de/bruno/packages-ffcall.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804230933.w3N9XlSi077605>