From owner-svn-ports-head@FreeBSD.ORG Fri Aug 22 08:51:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 273E8DF3; Fri, 22 Aug 2014 08:51:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 132123634; Fri, 22 Aug 2014 08:51:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7M8p5P6013510; Fri, 22 Aug 2014 08:51:05 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7M8p5gm013507; Fri, 22 Aug 2014 08:51:05 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201408220851.s7M8p5gm013507@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 22 Aug 2014 08:51:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365618 - head/dns/idnkit2 X-SVN-Group: ports-head 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.18-1 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: Fri, 22 Aug 2014 08:51:06 -0000 Author: antoine Date: Fri Aug 22 08:51:05 2014 New Revision: 365618 URL: http://svnweb.freebsd.org/changeset/ports/365618 QAT: https://qat.redports.org/buildarchive/r365618/ Log: Fix License Modified: head/dns/idnkit2/Makefile head/dns/idnkit2/pkg-plist Modified: head/dns/idnkit2/Makefile ============================================================================== --- head/dns/idnkit2/Makefile Fri Aug 22 08:48:29 2014 (r365617) +++ head/dns/idnkit2/Makefile Fri Aug 22 08:51:05 2014 (r365618) @@ -11,9 +11,10 @@ PKGNAMESUFFIX= 2 MAINTAINER= fbsd@grid.einherjar.de COMMENT= Internationalized Domain Name toolkit 2 -LICENSE_PERMS= # permissive -LICENSE_NAME= OSCL -LICENSE_FILE= LICENSE.txt +LICENSE= OSCL +LICENSE_NAME= Open Source Code License +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_FILE= ${WRKSRC}/LICENSE.txt CONFLICTS_INSTALL= idnkit-1.* Modified: head/dns/idnkit2/pkg-plist ============================================================================== --- head/dns/idnkit2/pkg-plist Fri Aug 22 08:48:29 2014 (r365617) +++ head/dns/idnkit2/pkg-plist Fri Aug 22 08:51:05 2014 (r365618) @@ -2,12 +2,8 @@ bin/idncheck bin/idncmp bin/idnconv2 bin/idnslookup2 -@unexec cmp -s %D/etc/idn2.conf.sample %D/etc/idn2.conf && rm -f %D/etc/idn2.conf || true -etc/idn2.conf.sample -@exec [ -f %B/idn2.conf ] || cp -p %D/%F %B/idn2.conf -@unexec cmp -s %D/etc/idnalias.conf.sample %D/etc/idnalias.conf && rm -f %D/etc/idnalias.conf || true -etc/idnalias.conf.sample -@exec [ -f %B/idnalias.conf ] || cp -p %D/%F %B/idnalias.conf +@sample etc/idn2.conf.sample +@sample etc/idnalias.conf.sample include/idn/api.h include/idn/export.h include/idn/res.h