From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 24 09:50:01 2014 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 CC5D0E0 for ; Sat, 24 May 2014 09:50: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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD7F22C6D for ; Sat, 24 May 2014 09:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4O9o1hU081589 for ; Sat, 24 May 2014 09:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4O9o1El081588; Sat, 24 May 2014 09:50:01 GMT (envelope-from gnats) Date: Sat, 24 May 2014 09:50:01 GMT Message-Id: <201405240950.s4O9o1El081588@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "Tatsuki Makino" Subject: Re: ports/187280: New port: astro/GeographicLib Library for geographic projections Reply-To: "Tatsuki Makino" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2014 09:50:01 -0000 The following reply was made to PR ports/187280; it has been noted by GNATS. From: "Tatsuki Makino" To: , Cc: Subject: Re: ports/187280: New port: astro/GeographicLib Library for geographic projections Date: Sat, 24 May 2014 18:39:02 +0900 This is a multi-part message in MIME format. ------=_NextPart_000_0015_01CF777F.6F125CA0 Content-Type: text/plain; format=flowed; charset="iso-2022-jp"; reply-type=original Content-Transfer-Encoding: 7bit Update to 1.36 ------=_NextPart_000_0015_01CF777F.6F125CA0 Content-Type: application/octet-stream; name="patch-187280.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="patch-187280.diff" diff -urN GeographicLib.orig/Makefile GeographicLib/Makefile=0A= --- GeographicLib.orig/Makefile 2014-03-05 13:14:12.000000000 +0000=0A= +++ GeographicLib/Makefile 2014-05-24 08:39:51.000000000 +0000=0A= @@ -2,7 +2,7 @@=0A= # $FreeBSD$=0A= =0A= PORTNAME=3D GeographicLib=0A= -PORTVERSION=3D 1.34=0A= +PORTVERSION=3D 1.36=0A= CATEGORIES=3D astro=0A= MASTER_SITES=3D SF/${PORTNAME:L}/distrib \=0A= SF/${PORTNAME:L}:geoids,gravity,magnetic=0A= diff -urN GeographicLib.orig/distinfo GeographicLib/distinfo=0A= --- GeographicLib.orig/distinfo 2014-03-03 10:29:48.000000000 +0000=0A= +++ GeographicLib/distinfo 2014-05-24 07:09:10.000000000 +0000=0A= @@ -1,5 +1,5 @@=0A= -SHA256 (GeographicLib/GeographicLib-1.34.tar.gz) =3D = 3f1205255bbc3433696faa849ab6c8002ad5e02c74ddf6bed2e7b57a996c69da=0A= -SIZE (GeographicLib/GeographicLib-1.34.tar.gz) =3D 1923163=0A= +SHA256 (GeographicLib/GeographicLib-1.36.tar.gz) =3D = a93f41d8579b909ee23b593b500fd190739c4a446c13f663f5bb7c9b6707f03d=0A= +SIZE (GeographicLib/GeographicLib-1.36.tar.gz) =3D 1927375=0A= SHA256 (GeographicLib/geoids-distrib/egm84-30.tar.bz2) =3D = 18bc3e2b55c4f9f2f9ba8d14380dc47cc5c0d00dc2363b723d2305f30a91498e=0A= SIZE (GeographicLib/geoids-distrib/egm84-30.tar.bz2) =3D 416481=0A= SHA256 (GeographicLib/geoids-distrib/egm84-15.tar.bz2) =3D = 579e3dad2f33b54f1fed16edb3ed9d4ae8cdad6ea064f7375af30d678eb2e51c=0A= diff -urN GeographicLib.orig/files/patch-configure.ac = GeographicLib/files/patch-configure.ac=0A= --- GeographicLib.orig/files/patch-configure.ac 2014-03-05 = 08:25:27.000000000 +0000=0A= +++ GeographicLib/files/patch-configure.ac 2014-05-24 07:19:57.000000000 = +0000=0A= @@ -1,5 +1,5 @@=0A= ---- ./configure.ac.orig 2013-12-11 15:01:51.000000000 +0000=0A= -+++ ./configure.ac 2014-03-05 08:25:14.000000000 +0000=0A= +--- ./configure.ac.orig 2014-05-13 13:56:38.000000000 +0000=0A= ++++ ./configure.ac 2014-05-24 07:19:12.000000000 +0000=0A= @@ -54,8 +54,10 @@=0A= # Checks for typedefs, structures, and compiler characteristics.=0A= AC_HEADER_STDBOOL=0A= diff -urN GeographicLib.orig/pkg-plist GeographicLib/pkg-plist=0A= --- GeographicLib.orig/pkg-plist 2014-03-05 08:11:35.000000000 +0000=0A= +++ GeographicLib/pkg-plist 2014-05-24 08:14:27.000000000 +0000=0A= @@ -48,10 +48,9 @@=0A= include/GeographicLib/UTMUPS.hpp=0A= include/GeographicLib/Utility.hpp=0A= lib/libGeographic.a=0A= -lib/libGeographic.la=0A= lib/libGeographic.so=0A= -lib/libGeographic.so.10=0A= -lib/libGeographic.so.10.1.1=0A= +lib/libGeographic.so.12=0A= +lib/libGeographic.so.12.0.0=0A= lib/python/site-packages/geographiclib/__init__.py=0A= lib/python/site-packages/geographiclib/accumulator.py=0A= lib/python/site-packages/geographiclib/constants.py=0A= @@ -188,20 +187,20 @@=0A= share/doc/geographiclib/scripts/geod-calc.html=0A= share/doc/geographiclib/scripts/geod-google-instructions.html=0A= share/doc/geographiclib/scripts/geod-google.html=0A= -@dirrmtry share/doc/geographiclib/scripts/GeographicLib=0A= -@dirrmtry share/doc/geographiclib/scripts=0A= -@dirrmtry share/doc/geographiclib/html=0A= -@dirrmtry share/doc/geographiclib=0A= -@dirrmtry share/cmake/GeographicLib=0A= -@dirrmtry share/cmake=0A= -@dirrmtry %%DATADIR%%/magnetic=0A= -@dirrmtry %%DATADIR%%/gravity=0A= -@dirrmtry %%DATADIR%%/geoids=0A= -@dirrmtry %%DATADIR%%=0A= -@dirrmtry libexec/GeographicLib/matlab/private=0A= -@dirrmtry libexec/GeographicLib/matlab=0A= -@dirrmtry libexec/GeographicLib=0A= +@dirrmtry include/GeographicLib=0A= @dirrmtry lib/python/site-packages/geographiclib=0A= @dirrmtry lib/python/site-packages=0A= @dirrmtry lib/python=0A= -@dirrmtry include/GeographicLib=0A= +@dirrmtry libexec/GeographicLib/matlab/private=0A= +@dirrmtry libexec/GeographicLib/matlab=0A= +@dirrmtry libexec/GeographicLib=0A= +@dirrmtry %%DATADIR%%/geoids=0A= +@dirrmtry %%DATADIR%%/gravity=0A= +@dirrmtry %%DATADIR%%/magnetic=0A= +@dirrmtry %%DATADIR%%=0A= +@dirrmtry share/cmake/GeographicLib=0A= +@dirrmtry share/cmake=0A= +@dirrmtry share/doc/geographiclib/html=0A= +@dirrmtry share/doc/geographiclib/scripts/GeographicLib=0A= +@dirrmtry share/doc/geographiclib/scripts=0A= +@dirrmtry share/doc/geographiclib=0A= ------=_NextPart_000_0015_01CF777F.6F125CA0--