Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2013 11:55:17 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318683 - head/security/libsodium
Message-ID:  <201305211155.r4LBtH35064579@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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