From owner-svn-ports-all@freebsd.org Fri Aug 16 17:16:33 2019 Return-Path: Delivered-To: svn-ports-all@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 7EC3BA91E7; Fri, 16 Aug 2019 17:16:33 +0000 (UTC) (envelope-from amdmi3@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) server-signature RSA-PSS (4096 bits) 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 4699351ySLz4Trm; Fri, 16 Aug 2019 17:16:33 +0000 (UTC) (envelope-from amdmi3@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 2647246F7; Fri, 16 Aug 2019 17:16:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7GHGXvE095176; Fri, 16 Aug 2019 17:16:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7GHGWt9095173; Fri, 16 Aug 2019 17:16:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201908161716.x7GHGWt9095173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 16 Aug 2019 17:16:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509086 - head/graphics/proj X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/graphics/proj X-SVN-Commit-Revision: 509086 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2019 17:16:33 -0000 Author: amdmi3 Date: Fri Aug 16 17:16:32 2019 New Revision: 509086 URL: https://svnweb.freebsd.org/changeset/ports/509086 Log: - Update to 6.1.1 - Remove manual compression of manpages, not needed as it's handled by the framework PR: 239907 Submitted by: amdmi3 Approved by: wen (maintainer) Modified: head/graphics/proj/Makefile head/graphics/proj/distinfo head/graphics/proj/pkg-plist Modified: head/graphics/proj/Makefile ============================================================================== --- head/graphics/proj/Makefile Fri Aug 16 16:08:50 2019 (r509085) +++ head/graphics/proj/Makefile Fri Aug 16 17:16:32 2019 (r509086) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= proj -PORTVERSION= 6.1.0 -PORTREVISION= 1 +PORTVERSION= 6.1.1 PORTEPOCH= 1 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/proj/ @@ -31,9 +30,6 @@ DATUM_GRID_FILES= proj-datumgrid-1.8.zip \ proj-datumgrid-oceania-1.0.zip \ proj-datumgrid-world-1.0.zip -FMAN1= cs2cs.1 geod.1 proj.1 -FMAN3= geodesic.3 pj_init.3 - INSTALL_TARGET= install-strip TEST_TARGET= check @@ -44,10 +40,6 @@ post-extract: .endfor post-install: -.for m in 1 3 - (cd ${STAGEDIR}${MANPREFIX}/man/man${m} && ${GZIP_CMD} ${FMAN${m}}) -.endfor - cd ${WRKSRC}/datum && ${INSTALL_DATA} * ${STAGEDIR}${DATADIR} .include Modified: head/graphics/proj/distinfo ============================================================================== --- head/graphics/proj/distinfo Fri Aug 16 16:08:50 2019 (r509085) +++ head/graphics/proj/distinfo Fri Aug 16 17:16:32 2019 (r509086) @@ -1,6 +1,6 @@ -TIMESTAMP = 1559029341 -SHA256 (proj-6.1.0.tar.gz) = 676165c54319d2f03da4349cbd7344eb430b225fe867a90191d848dc64788008 -SIZE (proj-6.1.0.tar.gz) = 2453402 +TIMESTAMP = 1565903721 +SHA256 (proj-6.1.1.tar.gz) = 5cf0a2360a28b5d724c53edbb87f3f3b14fd96001265411ac4e56f369e2d503f +SIZE (proj-6.1.1.tar.gz) = 2457582 SHA256 (proj-datumgrid-1.8.zip) = b9838ae7e5f27ee732fb0bfed618f85b36e8bb56d7afb287d506338e9f33861e SIZE (proj-datumgrid-1.8.zip) = 6601640 SHA256 (proj-datumgrid-europe-1.3.zip) = fec755e7e80f921b985cff76213e6e65949468f4482d329f09c8cf1d8dddfe52 Modified: head/graphics/proj/pkg-plist ============================================================================== --- head/graphics/proj/pkg-plist Fri Aug 16 16:08:50 2019 (r509085) +++ head/graphics/proj/pkg-plist Fri Aug 16 17:16:32 2019 (r509086) @@ -25,7 +25,7 @@ include/proj_symbol_rename.h lib/libproj.a lib/libproj.so lib/libproj.so.15 -lib/libproj.so.15.1.0 +lib/libproj.so.15.1.1 libdata/pkgconfig/proj.pc man/man1/cct.1.gz man/man1/cs2cs.1.gz