svn commit: r343588 - head/mail/mess822

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Feb 10 06:45:32 UTC 2014


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 at 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 at 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


More information about the svn-ports-head mailing list