svn commit: r353623 - head/graphics/libreatlas

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat May 10 22:23:53 UTC 2014


Author: rakuco
Date: Sat May 10 22:23:52 2014
New Revision: 353623
URL: http://svnweb.freebsd.org/changeset/ports/353623
QAT: https://qat.redports.org/buildarchive/r353623/

Log:
  - Support staging.
  - Set LICENSE.
  
  PR:		ports/189626
  Submitted by:	lbartoletti <coder at tuxfamily.org> (maintainer)

Modified:
  head/graphics/libreatlas/Makefile

Modified: head/graphics/libreatlas/Makefile
==============================================================================
--- head/graphics/libreatlas/Makefile	Sat May 10 22:08:09 2014	(r353622)
+++ head/graphics/libreatlas/Makefile	Sat May 10 22:23:52 2014	(r353623)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://www.gaia-gis.it/gai
 MAINTAINER=	coder at tuxfamily.org
 COMMENT=	Open Source Geography Education application
 
+LICENSE=	GPLv3
+
 LIB_DEPENDS=	mspack:${PORTSDIR}/archivers/libmspack \
 		spatialite:${PORTSDIR}/databases/spatialite \
 		sqlite3:${PORTSDIR}/databases/sqlite3 \
@@ -45,7 +47,6 @@ PLIST_FILES=	bin/LibreAtlas
 DESKTOP_ENTRIES="LibreAtlas" "${COMMENT}" "" "LibreAtlas" \
 		"Graphics;Viewer;" true
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|wx-config|$${WX_CONFIG}|' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \


More information about the svn-ports-all mailing list