From nobody@FreeBSD.org  Thu Oct 31 18:35:07 2013
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 ESMTP id 197FBEA2
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 31 Oct 2013 18:35:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id EBD31272B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 31 Oct 2013 18:35:06 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9VIZ6mF098765
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 31 Oct 2013 18:35:06 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9VIZ6d3098762;
	Thu, 31 Oct 2013 18:35:06 GMT
	(envelope-from nobody)
Message-Id: <201310311835.r9VIZ6d3098762@oldred.freebsd.org>
Date: Thu, 31 Oct 2013 18:35:06 GMT
From: lbartoletti <coder@tuxfamily.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [MAINTAINER-UPDATE] databases/spatialite 3.0.1 -> 4.1.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: wenheping@gmail.com

>Number:         183533
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] databases/spatialite 3.0.1 -> 4.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 31 18:40:00 UTC 2013
>Closed-Date:    Tue Nov 05 12:43:05 UTC 2013
>Last-Modified:  Tue Nov  5 12:50:00 UTC 2013
>Originator:     lbartoletti
>Release:        
>Organization:
>Environment:
>Description:
Update spatialite 3.0.1 -> 4.1.1

Tinderbox's log :
https://redports.org/buildarchive/20131031174720-21055/

Change maintainer
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/databases/spatialite/Makefile databases/spatialite/Makefile
--- /usr/ports/databases/spatialite/Makefile	2013-09-20 18:13:47.000000000 +0200
+++ databases/spatialite/Makefile	2013-10-31 19:33:55.000000000 +0100
@@ -1,29 +1,29 @@
 # Created by: Wen Heping <wenheping@gmail.com>
-# $FreeBSD: databases/spatialite/Makefile 327717 2013-09-20 16:13:47Z bapt $
+# $FreeBSD$
 
 PORTNAME=	spatialite
-PORTVERSION=	3.0.1
-PORTREVISION=	2
+PORTVERSION=	4.1.1
 CATEGORIES=	databases geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
 DISTNAME=	lib${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	wenheping@gmail.com
+MAINTAINER=	coder@tuxfamily.org
 COMMENT=	Spatial Extensions for SQLite
 
-LIB_DEPENDS=	geos_c.9:${PORTSDIR}/graphics/geos \
-		proj.7:${PORTSDIR}/graphics/proj \
-		freexl.1:${PORTSDIR}/textproc/freexl
+LIB_DEPENDS=	libgeos_c.so:${PORTSDIR}/graphics/geos \
+		libproj.so:${PORTSDIR}/graphics/proj \
+		libfreexl.so:${PORTSDIR}/textproc/freexl
 
-EXTRACT_SUFX =	.tar.gz
+#EXTRACT_SUFX =	.tar.gz
 WRKSRC=		${WRKDIR}/lib${PORTNAME}-${PORTVERSION}
 GNU_CONFIGURE=	yes
 USE_SQLITE=	yes
 USES=		gmake iconv
+USE_GCC=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include
+CFLAGS+=	-I${WRKSRC}/src/headers -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
-CONFIGURE_ARGS+=CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS+=CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 USE_LDCONFIG=	yes
 
 NO_STAGE=	yes
diff -ruN /usr/ports/databases/spatialite/distinfo databases/spatialite/distinfo
--- /usr/ports/databases/spatialite/distinfo	2012-07-14 15:54:48.000000000 +0200
+++ databases/spatialite/distinfo	2013-10-30 22:06:43.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (libspatialite-3.0.1.tar.gz) = 4983d6584069fd5ff0cfcccccee1015088dab2db177c0dc7050ce8306b68f8e6
-SIZE (libspatialite-3.0.1.tar.gz) = 1849723
+SHA256 (libspatialite-4.1.1.tar.gz) = 0481a20af952f4a38c9dbb10f37fd38c45f16c50397f8da0079e02435b9b910f
+SIZE (libspatialite-4.1.1.tar.gz) = 3846758
diff -ruN /usr/ports/databases/spatialite/pkg-plist databases/spatialite/pkg-plist
--- /usr/ports/databases/spatialite/pkg-plist	2012-09-11 19:49:21.000000000 +0200
+++ databases/spatialite/pkg-plist	2013-10-31 17:56:35.000000000 +0100
@@ -1,4 +1,10 @@
 include/spatialite.h
+include/spatialite/geopackage.h
+include/spatialite/debug.h
+include/spatialite/gg_dxf.h
+include/spatialite/gg_wfs.h
+include/spatialite/sqlite.h
+include/spatialite/gg_xml.h
 include/spatialite/gaiaaux.h
 include/spatialite/gaiaexif.h
 include/spatialite/gaiageo.h
@@ -13,7 +19,7 @@
 lib/libspatialite.a
 lib/libspatialite.la
 lib/libspatialite.so
-lib/libspatialite.so.4
+lib/libspatialite.so.6
 libdata/pkgconfig/spatialite.pc
 @dirrmtry libdata/pkgconfig
 @dirrm include/spatialite


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Nov 1 02:34:46 UTC 2013 
Responsible-Changed-Why:  
ports PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183533 
Responsible-Changed-From-To: freebsd-ports-bugs->wen 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Nov 1 02:34:58 UTC 2013 
Responsible-Changed-Why:  
wenheping@gmail.com => wen@ (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183533 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Nov 1 02:35:00 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: wenheping@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/183533: [MAINTAINER-UPDATE] databases/spatialite 3.0.1 -> 4.1.1
Date: Fri, 1 Nov 2013 02:34:59 UT

 Maintainer of databases/spatialite,
 
 Please note that PR ports/183533 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183533
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

Date: Fri, 1 Nov 2013 11:02:45 +0800
From: wen heping <wenheping@gmail.com>
To: "bug-followup@freebsd.org" <bug-followup@FreeBSD.org>, lbartoletti <coder@tuxfamily.org>
Subject: Re: ports/183533: [MAINTAINER-UPDATE] databases/spatialite 3.0.1 -> 4.1.1

 Hi,
 
    Did you test all the ports depends on spatialite ?
 
 Thanks !
 
 wen
State-Changed-From-To: feedback->closed 
State-Changed-By: wen 
State-Changed-When: Tue Nov 5 12:43:04 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183533: commit references a PR
Date: Tue,  5 Nov 2013 12:40:37 +0000 (UTC)

 Author: wen
 Date: Tue Nov  5 12:40:29 2013
 New Revision: 332842
 URL: http://svnweb.freebsd.org/changeset/ports/332842
 
 Log:
   - Update to 4.1.1
   - Pass maintainership to submitter
   
   PR:		183533
   Submitted by:	lbartoletti <coder@tuxfamily.org>
   Approved by:	Wen Heping(previous maintainer, myself)
 
 Modified:
   head/databases/spatialite/Makefile
   head/databases/spatialite/distinfo
   head/databases/spatialite/pkg-plist
 
 Modified: head/databases/spatialite/Makefile
 ==============================================================================
 --- head/databases/spatialite/Makefile	Tue Nov  5 12:37:28 2013	(r332841)
 +++ head/databases/spatialite/Makefile	Tue Nov  5 12:40:29 2013	(r332842)
 @@ -2,28 +2,27 @@
  # $FreeBSD$
  
  PORTNAME=	spatialite
 -PORTVERSION=	3.0.1
 -PORTREVISION=	2
 +PORTVERSION=	4.1.1
  CATEGORIES=	databases geography
  MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
  DISTNAME=	lib${PORTNAME}-${PORTVERSION}
  
 -MAINTAINER=	wenheping@gmail.com
 +MAINTAINER=	coder@tuxfamily.org
  COMMENT=	Spatial Extensions for SQLite
  
 -LIB_DEPENDS=	geos_c.9:${PORTSDIR}/graphics/geos \
 -		proj.7:${PORTSDIR}/graphics/proj \
 -		freexl.1:${PORTSDIR}/textproc/freexl
 +LIB_DEPENDS=	libgeos_c.so:${PORTSDIR}/graphics/geos \
 +		libproj.so:${PORTSDIR}/graphics/proj \
 +		libfreexl.so:${PORTSDIR}/textproc/freexl
  
 -EXTRACT_SUFX =	.tar.gz
  WRKSRC=		${WRKDIR}/lib${PORTNAME}-${PORTVERSION}
  GNU_CONFIGURE=	yes
  USE_SQLITE=	yes
  USES=		gmake iconv
 +USE_GCC=	yes
  
 -CPPFLAGS+=	-I${LOCALBASE}/include
 +CPPFLAGS+=	-I${WRKSRC}/src/headers -I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
 -CONFIGURE_ARGS+=CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 +CONFIGURE_ARGS+=CFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
  USE_LDCONFIG=	yes
  
  NO_STAGE=	yes
 
 Modified: head/databases/spatialite/distinfo
 ==============================================================================
 --- head/databases/spatialite/distinfo	Tue Nov  5 12:37:28 2013	(r332841)
 +++ head/databases/spatialite/distinfo	Tue Nov  5 12:40:29 2013	(r332842)
 @@ -1,2 +1,2 @@
 -SHA256 (libspatialite-3.0.1.tar.gz) = 4983d6584069fd5ff0cfcccccee1015088dab2db177c0dc7050ce8306b68f8e6
 -SIZE (libspatialite-3.0.1.tar.gz) = 1849723
 +SHA256 (libspatialite-4.1.1.tar.gz) = 0481a20af952f4a38c9dbb10f37fd38c45f16c50397f8da0079e02435b9b910f
 +SIZE (libspatialite-4.1.1.tar.gz) = 3846758
 
 Modified: head/databases/spatialite/pkg-plist
 ==============================================================================
 --- head/databases/spatialite/pkg-plist	Tue Nov  5 12:37:28 2013	(r332841)
 +++ head/databases/spatialite/pkg-plist	Tue Nov  5 12:40:29 2013	(r332842)
 @@ -1,4 +1,10 @@
  include/spatialite.h
 +include/spatialite/geopackage.h
 +include/spatialite/debug.h
 +include/spatialite/gg_dxf.h
 +include/spatialite/gg_wfs.h
 +include/spatialite/sqlite.h
 +include/spatialite/gg_xml.h
  include/spatialite/gaiaaux.h
  include/spatialite/gaiaexif.h
  include/spatialite/gaiageo.h
 @@ -13,7 +19,7 @@ include/spatialite/spatialite.h
  lib/libspatialite.a
  lib/libspatialite.la
  lib/libspatialite.so
 -lib/libspatialite.so.4
 +lib/libspatialite.so.6
  libdata/pkgconfig/spatialite.pc
  @dirrmtry libdata/pkgconfig
  @dirrm include/spatialite
 _______________________________________________
 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:
