Date: Mon, 10 Feb 2014 06:45:32 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343588 - head/mail/mess822 Message-ID: <201402100645.s1A6jW5t063249@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <uffe@uffe.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402100645.s1A6jW5t063249>