Bug 184323 - mail/mess822: package should not be restricted anymore
Summary: mail/mess822: package should not be restricted anymore
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-27 11:10 UTC by Uffe Jakobsen
Modified: 2014-02-10 06:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uffe Jakobsen 2013-11-27 11:10:00 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-27 11:10:07 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-27 11:10:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Uffe Jakobsen 2014-01-22 09:09:03 UTC
Getting close to two months pending

Maintainer timeout ?
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-02-10 06:45:40 UTC
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"
Comment 5 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-02-10 06:46:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 6 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-02-10 06:46:52 UTC
State Changed
From-To: feedback->closed

Committed, thank you!