diff options
author | ache <ache@FreeBSD.org> | 2016-02-23 05:17:13 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2016-02-23 05:17:13 +0800 |
commit | e1007832b7c57dd4ebe89bfbc76a650481900bca (patch) | |
tree | 530699039db5c66636575e630b87ca4083937717 /textproc | |
parent | 606a662f6e6a8a7a10dd441783e3bd2a6d5b8a71 (diff) | |
download | freebsd-ports-gnome-e1007832b7c57dd4ebe89bfbc76a650481900bca.tar.gz freebsd-ports-gnome-e1007832b7c57dd4ebe89bfbc76a650481900bca.tar.zst freebsd-ports-gnome-e1007832b7c57dd4ebe89bfbc76a650481900bca.zip |
Revive the port by finding another master site
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sarep/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/sarep/Makefile b/textproc/sarep/Makefile index 0a1fada33689..36e45825eab0 100644 --- a/textproc/sarep/Makefile +++ b/textproc/sarep/Makefile @@ -4,14 +4,12 @@ PORTNAME= sarep PORTVERSION= 1.1 CATEGORIES= textproc -MASTER_SITES= ftp://sunsite.unc.edu/pub/linux/utils/text/ +MASTER_SITES= http://ftp.vim.org/ibiblio/utils/text/ EXTRACT_SUFX= MAINTAINER= ports@FreeBSD.org COMMENT= Command-line search and replace tool; written in Perl; handles regexps -BROKEN= unfetchable - RUN_DEPENDS= p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS EXTRACT_CMD= ${CP} |