From owner-svn-ports-head@freebsd.org Thu Sep 7 09:01:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 271C8E12C84; Thu, 7 Sep 2017 09:01:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFB9A77CFF; Thu, 7 Sep 2017 09:01:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8791kvw043475; Thu, 7 Sep 2017 09:01:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8791kOf043473; Thu, 7 Sep 2017 09:01:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201709070901.v8791kOf043473@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 7 Sep 2017 09:01:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449391 - head/devel/acsccid X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/acsccid X-SVN-Commit-Revision: 449391 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2017 09:01:48 -0000 Author: amdmi3 Date: Thu Sep 7 09:01:46 2017 New Revision: 449391 URL: https://svnweb.freebsd.org/changeset/ports/449391 Log: - Fix license - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/devel/acsccid/Makefile head/devel/acsccid/pkg-descr Modified: head/devel/acsccid/Makefile ============================================================================== --- head/devel/acsccid/Makefile Thu Sep 7 09:01:43 2017 (r449390) +++ head/devel/acsccid/Makefile Thu Sep 7 09:01:46 2017 (r449391) @@ -9,7 +9,8 @@ MASTER_SITES= SF MAINTAINER= mp39590@gmail.com COMMENT= PC/SC driver for CS CCID smart card readers -LICENSE= GPLv2 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite Modified: head/devel/acsccid/pkg-descr ============================================================================== --- head/devel/acsccid/pkg-descr Thu Sep 7 09:01:43 2017 (r449390) +++ head/devel/acsccid/pkg-descr Thu Sep 7 09:01:46 2017 (r449391) @@ -3,4 +3,4 @@ smart card readers. This library provides a PC/SC IFD implementation and communicates with the readers through the PC/SC Lite resource manager (pcscd). -WWW: http://www.acs.com.hk/en/driver/4/acr38-smart-card-reader/ +WWW: https://www.acs.com.hk/en/driver/4/acr38-smart-card-reader/