port mail/mess822 should not be restricted anymore As of 2011.02.05 the license was changed for mess822-0.58 See: http://cr.yp.to/distributors.html Quote the above webpage: What are the distribution terms for mess822? 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.
Maintainer of mail/mess822, Please note that PR ports/184323 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184323 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Getting close to two months pending Maintainer timeout ?
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
State Changed From-To: feedback->closed Committed, thank you!