Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2013 14:00:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/184102: commit references a PR
Message-ID:  <201312011400.rB1E01HT031987@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/184102; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184102: commit references a PR
Date: Sun,  1 Dec 2013 13:58:58 +0000 (UTC)

 Author: wg
 Date: Sun Dec  1 13:58:50 2013
 New Revision: 335383
 URL: http://svnweb.freebsd.org/changeset/ports/335383
 
 Log:
   databases/spatialite_gui: update to 1.7.1
   
   PR:		ports/184102
   Submitted by:	maintainer
 
 Modified:
   head/databases/spatialite_gui/Makefile
   head/databases/spatialite_gui/distinfo
 
 Modified: head/databases/spatialite_gui/Makefile
 ==============================================================================
 --- head/databases/spatialite_gui/Makefile	Sun Dec  1 13:44:08 2013	(r335382)
 +++ head/databases/spatialite_gui/Makefile	Sun Dec  1 13:58:50 2013	(r335383)
 @@ -2,27 +2,27 @@
  # $FreeBSD$
  
  PORTNAME=	spatialite_gui
 -PORTVERSION=	1.5.0
 -PORTREVISION=	2
 -CATEGORIES=	databases
 +PORTVERSION=	1.7.1
 +CATEGORIES=	databases geography
  MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
 -DISTNAME=	${PORTNAME}-${PORTVERSION}-stable
  
  MAINTAINER=	coder@tuxfamily.org
  COMMENT=	Graphical User Interface (GUI) tool supporting SpatiaLite
  
 -LIB_DEPENDS=	gaiagraphics:${PORTSDIR}/graphics/libgaiagraphics \
 -		freexl:${PORTSDIR}/textproc/freexl \
 -		spatialite:${PORTSDIR}/databases/spatialite
 +LIB_DEPENDS=	libgaiagraphics.so:${PORTSDIR}/graphics/libgaiagraphics \
 +		libfreexl.so:${PORTSDIR}/textproc/freexl \
 +		libspatialite.so:${PORTSDIR}/databases/spatialite
  
  USE_WX=		2.8
  WANT_UNICODE=	yes
  GNU_CONFIGURE=	yes
 -USE_GMAKE=	yes
 -USES=		pkgconfig iconv
 +USE_GNOME=	libxml2
 +USES=		gmake pkgconfig iconv
 +
 +CFLAGS+=	-I${LOCALBASE}/include
  CPPFLAGS+=	-I${LOCALBASE}/include `${WX_CONFIG} --cppflags`
  LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB} `${WX_CONFIG} --libs`
 -CONFIGURE_ARGS+=CFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 +CONFIGURE_ARGS=	CFLAGS="${CFLAGS} ${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
  USE_LDCONFIG=	yes
  
  PLIST_FILES=	bin/spatialite_gui
 
 Modified: head/databases/spatialite_gui/distinfo
 ==============================================================================
 --- head/databases/spatialite_gui/distinfo	Sun Dec  1 13:44:08 2013	(r335382)
 +++ head/databases/spatialite_gui/distinfo	Sun Dec  1 13:58:50 2013	(r335383)
 @@ -1,2 +1,2 @@
 -SHA256 (spatialite_gui-1.5.0-stable.tar.gz) = 4d531954b3e2a0fbd147d7df77dbb8aa83634fe0349d454e904031278b836494
 -SIZE (spatialite_gui-1.5.0-stable.tar.gz) = 1019221
 +SHA256 (spatialite_gui-1.7.1.tar.gz) = cb9cb1ede7f83a5fc5f52c83437e556ab9cb54d6ace3c545d31b317fd36f05e4
 +SIZE (spatialite_gui-1.7.1.tar.gz) = 1090178
 _______________________________________________
 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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312011400.rB1E01HT031987>