From owner-svn-ports-head@FreeBSD.ORG Mon Feb 10 06:45:32 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 592AB62A; Mon, 10 Feb 2014 06:45:32 +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 44ADC19A3; Mon, 10 Feb 2014 06:45:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1A6jW3e063250; Mon, 10 Feb 2014 06:45:32 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1A6jW5t063249; Mon, 10 Feb 2014 06:45:32 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201402100645.s1A6jW5t063249@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Mon, 10 Feb 2014 06:45:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343588 - head/mail/mess822 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.17 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: Mon, 10 Feb 2014 06:45:32 -0000 Author: rm Date: Mon Feb 10 06:45:31 2014 New Revision: 343588 URL: http://svnweb.freebsd.org/changeset/ports/343588 QAT: https://qat.redports.org/buildarchive/r343588/ Log: Remove RESTRICTED. This code is now in public domain. Citing http://cr.yp.to/distributors.html: """ 2011.02.05: I hereby place the mess822 package (in particular, mess822-0.58.tar.gz, with MD5 checksum 8ce4c29c994a70dcaa30140601213dbe) into the public domain. The package is no longer copyrighted. """ Turn qmail into build dependency too, because it fails to build w/o it. PR: 184323 Submitted by: Uffe Jakobsen Approved by: maintainer timeout (2 months) Modified: head/mail/mess822/Makefile Modified: head/mail/mess822/Makefile ============================================================================== --- head/mail/mess822/Makefile Mon Feb 10 06:34:18 2014 (r343587) +++ head/mail/mess822/Makefile Mon Feb 10 06:45:31 2014 (r343588) @@ -13,9 +13,7 @@ MASTER_SITES= http://cr.yp.to/software/ MAINTAINER= drs@rucus.ru.ac.za COMMENT= RFC 822 mail message parsing library and rewriting utilities -USES= qmail:run - -RESTRICTED= Violates djb\'s license +USES= qmail ALL_TARGET= it INSTALL_TARGET= setup check