From owner-svn-ports-head@FreeBSD.ORG Tue May 21 11:55:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 48299473; Tue, 21 May 2013 11:55:17 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 39557AD1; Tue, 21 May 2013 11:55:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4LBtHKJ064580; Tue, 21 May 2013 11:55:17 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4LBtH35064579; Tue, 21 May 2013 11:55:17 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201305211155.r4LBtH35064579@svn.freebsd.org> From: William Grzybowski Date: Tue, 21 May 2013 11:55:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318683 - head/security/libsodium 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.14 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: Tue, 21 May 2013 11:55:17 -0000 Author: wg Date: Tue May 21 11:55:16 2013 New Revision: 318683 URL: http://svnweb.freebsd.org/changeset/ports/318683 Log: - Do not install COPYING, LICENSE is already defined [1] - While I'm here rephrase COMMENT [2] Submitted by: danfe [1], culot [2] (via email) Approved by: culot (mentor) Modified: head/security/libsodium/Makefile Modified: head/security/libsodium/Makefile ============================================================================== --- head/security/libsodium/Makefile Tue May 21 11:51:55 2013 (r318682) +++ head/security/libsodium/Makefile Tue May 21 11:55:16 2013 (r318683) @@ -6,14 +6,14 @@ CATEGORIES= security MASTER_SITES= http://download.dnscrypt.org/libsodium/releases/ MAINTAINER= csosstudy@gmail.com -COMMENT= Library for build higher-level cryptographic tools +COMMENT= Library to build higher-level cryptographic tools LICENSE= ISCL GNU_CONFIGURE= yes USE_LDCONFIG= yes -PORTDOCS= AUTHORS COPYING NEWS THANKS +PORTDOCS= AUTHORS NEWS THANKS post-build: cd ${WRKSRC} && ${MAKE} check