svn commit: r321154 - head/editors/uzap

Joerg Wunsch joerg at FreeBSD.org
Mon Jun 17 21:12:31 UTC 2013


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


More information about the svn-ports-all mailing list