svn commit: r404698 - head/converters/uudx

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Dec 28 22:53:42 UTC 2015


Author: rakuco
Date: Mon Dec 28 22:53:40 2015
New Revision: 404698
URL: https://svnweb.freebsd.org/changeset/ports/404698

Log:
  Fix `make fetch'.
  
  Point to the new location in the same domain.

Modified:
  head/converters/uudx/Makefile

Modified: head/converters/uudx/Makefile
==============================================================================
--- head/converters/uudx/Makefile	Mon Dec 28 22:50:04 2015	(r404697)
+++ head/converters/uudx/Makefile	Mon Dec 28 22:53:40 2015	(r404698)
@@ -4,14 +4,12 @@
 PORTNAME=	uudx
 PORTVERSION=	2.99
 CATEGORIES=	converters
-MASTER_SITES=	http://ftp.vector.co.jp/pack/dos/util/bin/conv/
+MASTER_SITES=	http://ftp.vector.co.jp/01/45/528/
 DISTNAME=	${PORTNAME}_${PORTVERSION:S/.//}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Extractor from uuencoded files
 
-BROKEN=		unfetchable
-
 BUILD_DEPENDS=	nkf:${PORTSDIR}/japanese/nkf
 
 USES=		lha


More information about the svn-ports-head mailing list