From 51ad8abb0032cc20f40feaf8db8c699ed8a386d6 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 2 Jul 2011 14:26:42 +0000 Subject: [PATCH] - Fix MASTER_SITES - Add WWW: line PR: 158470 Submitted by: Ports Fury --- converters/uudx/Makefile | 5 +---- converters/uudx/pkg-descr | 2 ++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/converters/uudx/Makefile b/converters/uudx/Makefile index 5828c951e787..2d7af3036f83 100644 --- a/converters/uudx/Makefile +++ b/converters/uudx/Makefile @@ -8,16 +8,13 @@ PORTNAME= uudx PORTVERSION= 2.99 CATEGORIES= converters -MASTER_SITES= ftp://ftp.vector.co.jp/pack/dos/util/bin/conv/ +MASTER_SITES= http://ftp.vector.co.jp/pack/dos/util/bin/conv/ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//} EXTRACT_SUFX= .lzh MAINTAINER= ports@FreeBSD.org COMMENT= Extractor from uuencoded files -DEPRECATE= No more public distfiles -EXPIRATION_DATE= 2011-08-01 - EXTRACT_DEPENDS=lha:${PORTSDIR}/archivers/lha BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf diff --git a/converters/uudx/pkg-descr b/converters/uudx/pkg-descr index 669b122b8cb7..0d42966e087f 100644 --- a/converters/uudx/pkg-descr +++ b/converters/uudx/pkg-descr @@ -1,2 +1,4 @@ uudx decodes files containing uuencoded text. It can handle split and out-of-order pieces. + +WWW: http://www.vector.co.jp/soft/dos/util/se014543.html