From owner-svn-ports-head@freebsd.org Fri Oct 23 16:21:50 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4A0D2449E60; Fri, 23 Oct 2020 16:21:50 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CHqHf1Gx8z4KTw; Fri, 23 Oct 2020 16:21:50 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0EFD3A1F6; Fri, 23 Oct 2020 16:21:50 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09NGLnpc097164; Fri, 23 Oct 2020 16:21:49 GMT (envelope-from lbartoletti@FreeBSD.org) Received: (from lbartoletti@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09NGLnp2097162; Fri, 23 Oct 2020 16:21:49 GMT (envelope-from lbartoletti@FreeBSD.org) Message-Id: <202010231621.09NGLnp2097162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lbartoletti set sender to lbartoletti@FreeBSD.org using -f From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= Date: Fri, 23 Oct 2020 16:21:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553109 - head/astro/readosm X-SVN-Group: ports-head X-SVN-Commit-Author: lbartoletti X-SVN-Commit-Paths: head/astro/readosm X-SVN-Commit-Revision: 553109 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2020 16:21:50 -0000 Author: lbartoletti Date: Fri Oct 23 16:21:49 2020 New Revision: 553109 URL: https://svnweb.freebsd.org/changeset/ports/553109 Log: astro/readosm: Update to 1.1.0 Modified: head/astro/readosm/Makefile head/astro/readosm/distinfo head/astro/readosm/pkg-plist Modified: head/astro/readosm/Makefile ============================================================================== --- head/astro/readosm/Makefile Fri Oct 23 14:23:11 2020 (r553108) +++ head/astro/readosm/Makefile Fri Oct 23 16:21:49 2020 (r553109) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= readosm -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= astro geography devel MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ -DISTNAME= ${PORTNAME}-${PORTVERSION}e +DISTNAME= ${PORTNAME}-${PORTVERSION}a MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Extract valid data from within an Open Street Map input file @@ -15,7 +15,6 @@ LICENSE_COMB= dual LIB_DEPENDS= libexpat.so:textproc/expat2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}e GNU_CONFIGURE= yes USES= gmake libtool pathfix pkgconfig Modified: head/astro/readosm/distinfo ============================================================================== --- head/astro/readosm/distinfo Fri Oct 23 14:23:11 2020 (r553108) +++ head/astro/readosm/distinfo Fri Oct 23 16:21:49 2020 (r553109) @@ -1,2 +1,3 @@ -SHA256 (readosm-1.0.0e.tar.gz) = 1fd839e05b411db6ba1ca6199bf3334ab9425550a58e129c07ad3c6d39299acf -SIZE (readosm-1.0.0e.tar.gz) = 1096062 +TIMESTAMP = 1603468046 +SHA256 (readosm-1.1.0a.tar.gz) = db7c051d256cec7ecd4c3775ab9bc820da5a4bf72ffd4e9f40b911d79770f145 +SIZE (readosm-1.1.0a.tar.gz) = 1099129 Modified: head/astro/readosm/pkg-plist ============================================================================== --- head/astro/readosm/pkg-plist Fri Oct 23 14:23:11 2020 (r553108) +++ head/astro/readosm/pkg-plist Fri Oct 23 16:21:49 2020 (r553109) @@ -2,5 +2,5 @@ include/readosm.h lib/libreadosm.a lib/libreadosm.so lib/libreadosm.so.1 -lib/libreadosm.so.1.0.0 +lib/libreadosm.so.1.0.1 libdata/pkgconfig/readosm.pc