Date: Tue, 28 Mar 2017 09:02:02 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437105 - head/www/py-apachelog Message-ID: <201703280902.v2S9225v083104@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Mar 28 09:02:02 2017 New Revision: 437105 URL: https://svnweb.freebsd.org/changeset/ports/437105 Log: - Add LICENSE - Fix fetch Modified: head/www/py-apachelog/Makefile head/www/py-apachelog/pkg-descr Modified: head/www/py-apachelog/Makefile ============================================================================== --- head/www/py-apachelog/Makefile Tue Mar 28 09:01:22 2017 (r437104) +++ head/www/py-apachelog/Makefile Tue Mar 28 09:02:02 2017 (r437105) @@ -5,16 +5,15 @@ 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 Modified: head/www/py-apachelog/pkg-descr ============================================================================== --- head/www/py-apachelog/pkg-descr Tue Mar 28 09:01:22 2017 (r437104) +++ head/www/py-apachelog/pkg-descr Tue Mar 28 09:02:02 2017 (r437105) @@ -4,4 +4,4 @@ g (should work for other servers conform 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703280902.v2S9225v083104>