diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-05-13 22:55:34 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-05-13 22:55:34 +0000 |
commit | 6706cd608f0811093c55436070cdac227e24dce9 (patch) | |
tree | b6425cc1aa08ca56cdf6c20e87250718c97c5ba4 | |
parent | biology/py-biopython: Unbreak on python3; Add license (diff) |
www/analog: Fix MASTER_SITES
PR: 228035
Reported by: dewayne@heuristicsystems.com.au
Notes
Notes:
svn path=/head/; revision=469836
-rw-r--r-- | www/analog/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/analog/Makefile b/www/analog/Makefile index a324dae2667d..29a182f91d42 100644 --- a/www/analog/Makefile +++ b/www/analog/Makefile @@ -6,11 +6,8 @@ PORTVERSION= 6.0 PORTREVISION= 11 PORTEPOCH= 1 CATEGORIES= www -MASTER_SITES= http://www.analog.cx/ \ - http://analog.gsp.com/ \ - http://fossies.org/unix/www/ \ - ftp://ftp.polytechnic.edu.na/pub/analog/ \ - http://analog.tzone.it/ +MASTER_SITES= http://analog.gsp.com/ \ + http://fossies.org/unix/www/old/ MAINTAINER= ports@FreeBSD.org COMMENT= Fast program for analysing WWW logfiles |