svn commit: r469923 - head/databases/grass7

Kirill Ponomarev krion at FreeBSD.org
Mon May 14 16:56:05 UTC 2018


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 \


More information about the svn-ports-head mailing list