Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2016 00:01:27 +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: r423737 - head/www/twms
Message-ID:  <201610110001.u9B01RsB039565@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Oct 11 00:01:27 2016
New Revision: 423737
URL: https://svnweb.freebsd.org/changeset/ports/423737

Log:
  - Fix LICENSE
  - Fix fetch

Modified:
  head/www/twms/Makefile

Modified: head/www/twms/Makefile
==============================================================================
--- head/www/twms/Makefile	Mon Oct 10 23:54:26 2016	(r423736)
+++ head/www/twms/Makefile	Tue Oct 11 00:01:27 2016	(r423737)
@@ -5,16 +5,14 @@ PORTNAME=	twms
 PORTVERSION=	0.02w
 PORTREVISION=	2
 CATEGORIES=	www astro
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	http://mirror.amdmi3.ru/distfiles/
 
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Tiny WMS server
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		Unfetchable (google code has gone away)
-
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pyproj/__init__.py:graphics/py-pyproj \
 		${PYTHON_SITELIBDIR}/web/__init__.py:www/webpy \
 		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610110001.u9B01RsB039565>