svn commit: r489501 - in head: french/aster graphics/osgearth

Tobias Kortkamp tobik at FreeBSD.org
Sun Jan 6 15:33:45 UTC 2019


Author: tobik
Date: Sun Jan  6 15:33:44 2019
New Revision: 489501
URL: https://svnweb.freebsd.org/changeset/ports/489501

Log:
  Do not set CATEGORIES twice

Modified:
  head/french/aster/Makefile
  head/graphics/osgearth/Makefile

Modified: head/french/aster/Makefile
==============================================================================
--- head/french/aster/Makefile	Sun Jan  6 15:27:39 2019	(r489500)
+++ head/french/aster/Makefile	Sun Jan  6 15:33:44 2019	(r489501)
@@ -5,7 +5,6 @@ PORTNAME=	aster
 DISTVERSION=	${ASTER_DISTVERSION}
 PORTREVISION=	1
 CATEGORIES=	french cad
-CATEGORIES=	french cad
 
 MAINTAINER=	thierry at FreeBSD.org
 COMMENT=	Code_Aster finite element method solver

Modified: head/graphics/osgearth/Makefile
==============================================================================
--- head/graphics/osgearth/Makefile	Sun Jan  6 15:27:39 2019	(r489500)
+++ head/graphics/osgearth/Makefile	Sun Jan  6 15:33:44 2019	(r489501)
@@ -6,7 +6,6 @@ PORTVERSION=	2.10
 PORTREVISION=	1
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	graphics geography
-CATEGORIES=	graphics geography
 
 MAINTAINER=	lbartoletti at tuxfamily.org
 COMMENT=	C++ terrain rendering toolkit for OpenSceneGraph


More information about the svn-ports-all mailing list