From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 1 14:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CDDC69B for ; Sun, 1 Dec 2013 14:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F384164D for ; Sun, 1 Dec 2013 14:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB1E017P031988 for ; Sun, 1 Dec 2013 14:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB1E01HT031987; Sun, 1 Dec 2013 14:00:01 GMT (envelope-from gnats) Date: Sun, 1 Dec 2013 14:00:01 GMT Message-Id: <201312011400.rB1E01HT031987@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184102: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Dec 2013 14:00:01 -0000 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"