From nobody@FreeBSD.org  Sat May 10 19:30:45 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 9E61C9AA
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 10 May 2014 19:30:45 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id 8C429C3
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 10 May 2014 19:30:45 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4AJUjns021983
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 10 May 2014 19:30:45 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4AJUjXZ021980;
	Sat, 10 May 2014 19:30:45 GMT
	(envelope-from nobody)
Message-Id: <201405101930.s4AJUjXZ021980@cgiserv.freebsd.org>
Date: Sat, 10 May 2014 19:30:45 GMT
From: lbartoletti <coder@tuxfamily.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [MAINTAINER UPDATE] graphics/libreatlas add stagging
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         189626
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] graphics/libreatlas add stagging
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 10 19:40:00 UTC 2014
>Closed-Date:    Sat May 10 22:24:26 UTC 2014
>Last-Modified:  Sat May 10 22:30:01 UTC 2014
>Originator:     lbartoletti
>Release:        
>Organization:
>Environment:
>Description:
Add staging
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN a/graphics/libreatlas/Makefile b/graphics/libreatlas/Makefile
--- a/graphics/libreatlas/Makefile	2014-04-18 20:17:47.835271664 +0200
+++ b/graphics/libreatlas/Makefile	2014-05-10 20:46:35.483629460 +0200
@@ -3,13 +3,15 @@
 
 PORTNAME=	libreatlas
 PORTVERSION=	1.0.0a
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
 
 MAINTAINER=	coder@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 @@
 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|' \


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: rakuco 
State-Changed-When: Sat May 10 22:24:25 UTC 2014 
State-Changed-Why:  
Committed, thanks. I didn't bump PORTREVISION because there were no 
changes to the package. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189626 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/189626: commit references a PR
Date: Sat, 10 May 2014 22:23:56 +0000 (UTC)

 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@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@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|' \
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
