From owner-svn-ports-all@FreeBSD.ORG Thu Dec 12 05:05:58 2013 Return-Path: Delivered-To: svn-ports-all@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 1F733828; Thu, 12 Dec 2013 05:05:58 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F41521A56; Thu, 12 Dec 2013 05:05:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBC55vI4026069; Thu, 12 Dec 2013 05:05:57 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBC55uds026060; Thu, 12 Dec 2013 05:05:56 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201312120505.rBC55uds026060@svn.freebsd.org> From: Eitan Adler Date: Thu, 12 Dec 2013 05:05:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336244 - in head: dns/djbdns mail/ezmlm mail/ezmlm-idx mail/serialmail math/djbfft 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.17 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: Thu, 12 Dec 2013 05:05:58 -0000 Author: eadler Date: Thu Dec 12 05:05:56 2013 New Revision: 336244 URL: http://svnweb.freebsd.org/changeset/ports/336244 Log: multiple: sync LEGAL Sync LEGAL for djb related ports. I chose not to mark these ports as RESTRICTED due to the mixed opinions of putting something into the public domain. Approved by: portmgr (implicit) Modified: head/dns/djbdns/Makefile head/mail/ezmlm-idx/Makefile head/mail/ezmlm/Makefile head/mail/serialmail/Makefile head/math/djbfft/Makefile Modified: head/dns/djbdns/Makefile ============================================================================== --- head/dns/djbdns/Makefile Thu Dec 12 04:45:14 2013 (r336243) +++ head/dns/djbdns/Makefile Thu Dec 12 05:05:56 2013 (r336244) @@ -16,6 +16,8 @@ COMMENT?= A collection of secure and rel RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools \ tcpserver:${PORTSDIR}/sysutils/ucspi-tcp +LEGAL_TEXT= No license -- see http://cr.yp.to/softwarelaw.html + OPTIONS_DEFINE= DUMPCACHE IP6 IGNOREIP JUMBO MAN PERSISTENT_MMAP SRV DNSCURVE ADD_USERS OPTIONS_DEFAULT= MAN DUMPCACHE_DESC= persistent cache for dnscache Modified: head/mail/ezmlm-idx/Makefile ============================================================================== --- head/mail/ezmlm-idx/Makefile Thu Dec 12 04:45:14 2013 (r336243) +++ head/mail/ezmlm-idx/Makefile Thu Dec 12 05:05:56 2013 (r336244) @@ -14,6 +14,7 @@ COMMENT= Improved version of the ezmlm m MAKE_JOBS_UNSAFE= yes LICENSE= GPLv2 +LEGAL_TEXT= No license -- see http://cr.yp.to/softwarelaw.html USES= qmail:run @@ -29,6 +30,7 @@ MYSQL_DESC= Build the MySQL extension PGSQL_DESC= Build the PostgreSQL extension SQLITE_DESC= Build the SQLite3 extension + NO_STAGE= yes .include Modified: head/mail/ezmlm/Makefile ============================================================================== --- head/mail/ezmlm/Makefile Thu Dec 12 04:45:14 2013 (r336243) +++ head/mail/ezmlm/Makefile Thu Dec 12 05:05:56 2013 (r336244) @@ -16,6 +16,8 @@ MASTER_SITES= http://cr.yp.to/software/ MAINTAINER= ports@FreeBSD.org COMMENT= Easy-to-use, high-speed mailing list manager for qmail +LEGAL_TEXT= No license -- see http://cr.yp.to/softwarelaw.html + USES= qmail:run USE_GCC= any Modified: head/mail/serialmail/Makefile ============================================================================== --- head/mail/serialmail/Makefile Thu Dec 12 04:45:14 2013 (r336243) +++ head/mail/serialmail/Makefile Thu Dec 12 05:05:56 2013 (r336244) @@ -20,7 +20,7 @@ USES= qmail:run NO_STAGE= yes OPTIONS_SUB= yes -RESTRICTED= Unsure of DJB license +LEGAL_TEXT= No license -- see http://cr.yp.to/softwarelaw.html ALL_TARGET= it Modified: head/math/djbfft/Makefile ============================================================================== --- head/math/djbfft/Makefile Thu Dec 12 04:45:14 2013 (r336243) +++ head/math/djbfft/Makefile Thu Dec 12 05:05:56 2013 (r336244) @@ -10,6 +10,8 @@ MASTER_SITES= http://cr.yp.to/djbfft/ MAINTAINER= multimedia@FreeBSD.org COMMENT= An extremely fast library for floating-point convolution +LEGAL_TEXT= No license -- see http://cr.yp.to/softwarelaw.html + DISABLE_SIZE= yes ALL_TARGET= INSTALL_TARGET=setup check