Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2018 16:56:04 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469923 - head/databases/grass7
Message-ID:  <201805141656.w4EGu4V9032838@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Mon May 14 16:56:03 2018
New Revision: 469923
URL: https://svnweb.freebsd.org/changeset/ports/469923

Log:
  Remove broken as it builds fine on poudriere.
  
  PR:		228222
  Submitted by:	maintainer

Modified:
  head/databases/grass7/Makefile

Modified: head/databases/grass7/Makefile
==============================================================================
--- head/databases/grass7/Makefile	Mon May 14 16:52:40 2018	(r469922)
+++ head/databases/grass7/Makefile	Mon May 14 16:56:03 2018	(r469923)
@@ -3,7 +3,7 @@
 
 PORTNAME=	grass
 PORTVERSION=	7.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases geography
 MASTER_SITES=	http://grass.osgeo.org/%SUBDIR%/ \
 		http://grass.cict.fr/%SUBDIR%/ \
@@ -24,8 +24,6 @@ COMMENT=	Open source Geographical Information System (
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/GPL.TXT
-
-BROKEN=		fails to package
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.2:math/py-numpy@${PY_FLAVOR}
 LIB_DEPENDS=	libgdal.so:graphics/gdal \



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