Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2019 17:16:32 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509086 - head/graphics/proj
Message-ID:  <201908161716.x7GHGWt9095173@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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