Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2013 21:12:31 +0000 (UTC)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321154 - head/editors/uzap
Message-ID:  <201306172112.r5HLCVNU044711@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joerg
Date: Mon Jun 17 21:12:30 2013
New Revision: 321154
URL: http://svnweb.freebsd.org/changeset/ports/321154

Log:
  This port is NO_CDROM rather than RESTRICTED.  The source code has been
  posted to alt.sources in 1989, but the copyright requests that it must
  not be used to "make profit".
  
  PR:		ports/179645

Modified:
  head/editors/uzap/Makefile

Modified: head/editors/uzap/Makefile
==============================================================================
--- head/editors/uzap/Makefile	Mon Jun 17 20:52:23 2013	(r321153)
+++ head/editors/uzap/Makefile	Mon Jun 17 21:12:30 2013	(r321154)
@@ -4,20 +4,17 @@
 PORTNAME=	uzap
 PORTVERSION=	1.0
 CATEGORIES=	editors
-MASTER_SITES=	ftp://ftp.interface-business.de/pub/outgoing/
+MASTER_SITES=	${MASTER_SITE_LOCAL}
 DISTNAME=	${PORTNAME}
 
 MAINTAINER=	joerg@FreeBSD.org
 COMMENT=	Visual binary file editor
 
-# restrictive Copyright; the author is no longer reachable, however :-(
-RESTRICTED=	Restrictive copyright
+# Has been posted to alt.sources in 1989
+# http://www.megalextoria.com/usenet-archive/news097f1/b120/alt/sources/00000521.html
+NO_CDROM=	This software may not be used to make a profit in any way.
 NO_WRKSUBDIR=	yes
 MAN1=		uzap.1
 PLIST_FILES=	bin/uzap
 
-BROKEN=			does not fetch
-DEPRECATED=		does not fetch
-EXPIRATION_DATE=	2013-07-17
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306172112.r5HLCVNU044711>