svn commit: r437105 - head/www/py-apachelog

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Mar 28 09:02:03 UTC 2017


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 at 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/


More information about the svn-ports-all mailing list