Index: head/www/py-apachelog/Makefile =================================================================== --- head/www/py-apachelog/Makefile (revision 437104) +++ head/www/py-apachelog/Makefile (revision 437105) @@ -1,22 +1,21 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= apachelog PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= www python -MASTER_SITES= GOOGLE_CODE \ +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/apachelog/ \ http://freebsd.unixfreunde.de/sources/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python access log parser -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 +LICENSE= ART10 GPLv1+ # same as Perl +LICENSE_COMB= dual USES= python:2 USE_PYTHON= autoplist distutils .include Index: head/www/py-apachelog/pkg-descr =================================================================== --- head/www/py-apachelog/pkg-descr (revision 437104) +++ head/www/py-apachelog/pkg-descr (revision 437105) @@ -1,7 +1,7 @@ Parser for extracting fields from a single line of an Apache access.lo g (should work for other servers conforming to the Common Log Format). Create the parser with the log format from your server .conf file, parse lines to get dict corresponding to fields defined in the log format. -WWW: http://code.google.com/p/apachelog/ +WWW: https://code.google.com/archive/p/apachelog/