From owner-svn-ports-all@FreeBSD.ORG Mon Dec 31 12:46:03 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3EE7DF80; Mon, 31 Dec 2012 12:46:03 +0000 (UTC) (envelope-from bapt@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 23BBC8FC0C; Mon, 31 Dec 2012 12:46:03 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBVCk2nA033189; Mon, 31 Dec 2012 12:46:02 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBVCk2lL033184; Mon, 31 Dec 2012 12:46:02 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201212311246.qBVCk2lL033184@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 31 Dec 2012 12:46:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309732 - head/security/netpgp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Dec 2012 12:46:03 -0000 Author: bapt Date: Mon Dec 31 12:46:02 2012 New Revision: 309732 URL: http://svnweb.freebsd.org/changeset/ports/309732 Log: Remove useless LICENSE_FILE Modified: head/security/netpgp/Makefile head/security/netpgp/pkg-descr Modified: head/security/netpgp/Makefile ============================================================================== --- head/security/netpgp/Makefile Mon Dec 31 12:43:25 2012 (r309731) +++ head/security/netpgp/Makefile Mon Dec 31 12:46:02 2012 (r309732) @@ -9,7 +9,6 @@ MAINTAINER= bapt@FreeBSD.org COMMENT= PGP signing, verification, encryption, and decryption program LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/Licence USE_OPENSSL= yes USE_LDCONFIG= yes Modified: head/security/netpgp/pkg-descr ============================================================================== --- head/security/netpgp/pkg-descr Mon Dec 31 12:43:25 2012 (r309731) +++ head/security/netpgp/pkg-descr Mon Dec 31 12:46:02 2012 (r309732) @@ -15,4 +15,4 @@ been established, the public key of the The other user's public key can be added to our keyring. The other user will add our public key to their keyring. -WWW: http://www.NetBSD.org/ +WWW: http://www.NetBSD.org/