Bug 179645 - editors/uzap won't fetch
Summary: editors/uzap won't fetch
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: Joerg Wunsch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-17 21:30 UTC by John Marino
Modified: 2013-06-17 22:20 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 John Marino 2013-06-17 21:30:00 UTC
The master site ftp://ftp.interface-business.de doesn't resolve anymore and since it's restricted it's also not backed up in FreeBSD.

4x failure shown in portsmon.

Fix: 

Mark broken.
Eventually remove if site doesn't return and new site can't be found.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-17 21:30:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->joerg

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-17 21:47:08 UTC
Author: rakuco
Date: Mon Jun 17 20:47:01 2013
New Revision: 321151
URL: http://svnweb.freebsd.org/changeset/ports/321151

Log:
  Mark as BROKEN and expire in 1 month.
  
  The port is restricted so we don't mirror the distfile, and the only
  MASTER_SITE is gone (probably for ages).
  
  PR:		ports/179645
  Submitted by:	John Marino <draco@marino.st>

Modified:
  head/editors/uzap/Makefile

Modified: head/editors/uzap/Makefile
==============================================================================
--- head/editors/uzap/Makefile	Mon Jun 17 19:59:44 2013	(r321150)
+++ head/editors/uzap/Makefile	Mon Jun 17 20:47:01 2013	(r321151)
@@ -16,4 +16,8 @@ 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>
_______________________________________________
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 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-06-17 21:47:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-06-17 22:12:37 UTC
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>
_______________________________________________
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 Joerg Wunsch freebsd_committer freebsd_triage 2013-06-17 22:12:42 UTC
State Changed
From-To: closed->open
Comment 6 Joerg Wunsch freebsd_committer freebsd_triage 2013-06-17 22:14:10 UTC
State Changed
From-To: open->closed

Port is not RESTRICTED but rather NO_CDROM. 

Distfile can be served locally.