ports/139532: Update port: graphics/proj to 4.7.0
TAOKA Fumiyoshi
fmysh at iijmio-mail.jp
Sun Oct 11 22:00:13 UTC 2009
>Number: 139532
>Category: ports
>Synopsis: Update port: graphics/proj to 4.7.0
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Oct 11 22:00:06 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: TAOKA Fumiyoshi
>Release:
>Organization:
>Environment:
>Description:
proj has been updated to 4.7.0 and all shared libraries' versions have
been bumped. So you need to rebuild all applications that depend on
proj. Do something like:
portupgrade -rf proj
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/proj/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile 3 Sep 2008 15:32:25 -0000 1.15
+++ Makefile 11 Oct 2009 21:41:56 -0000
@@ -5,7 +5,7 @@
# $FreeBSD: ports/graphics/proj/Makefile,v 1.15 2008/09/03 15:32:25 amdmi3 Exp $
PORTNAME= proj
-PORTVERSION= 4.6.1
+PORTVERSION= 4.7.0
CATEGORIES= graphics geography
MASTER_SITES= ftp://ftp.remotesensing.org/proj/ \
http://download.osgeo.org/proj/
@@ -15,16 +15,17 @@
MAINTAINER= fmysh at iijmio-mail.jp
COMMENT= Cartographic Projections library
-DATUM_GRID_FILES= proj-datumgrid-1.4.tar.gz
+DATUM_GRID_FILES= proj-datumgrid-1.5.zip
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
+USE_ZIP= yes
MAN1= cs2cs.1 geod.1 nad2nad.1 proj.1
MAN3= pj_init.3
post-extract:
- @${TAR} -xof ${DISTDIR}/${DATUM_GRID_FILES} -C ${WRKSRC}/nad
+ @${UNZIP_CMD} -q ${DISTDIR}/${DATUM_GRID_FILES} -d ${WRKSRC}/nad
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/proj/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo 3 Sep 2008 15:32:25 -0000 1.8
+++ distinfo 11 Oct 2009 21:21:34 -0000
@@ -1,6 +1,6 @@
-MD5 (proj-4.6.1.tar.gz) = 7dbaab8431ad50c25669fd3fb28dc493
-SHA256 (proj-4.6.1.tar.gz) = 76d174edd4fdb4c49c1c0ed8308a469216c01e7177a4510b1b303ef3c5f97b47
-SIZE (proj-4.6.1.tar.gz) = 686045
-MD5 (proj-datumgrid-1.4.tar.gz) = d0a2930b5e26d139d6c851a798f909fa
-SHA256 (proj-datumgrid-1.4.tar.gz) = 2f1b2029b403c7b5695b2198fb3e3e5d6c15943cba4e41fc4d7d505eb5da3034
-SIZE (proj-datumgrid-1.4.tar.gz) = 2252273
+MD5 (proj-4.7.0.zip) = d2c0e745a546fff39b95758e6da18f41
+SHA256 (proj-4.7.0.zip) = 13f63143b696d9c8ac2ffd4c25a387988b26beadd38d87446903e224587b3e96
+SIZE (proj-4.7.0.zip) = 814963
+MD5 (proj-datumgrid-1.5.zip) = f5bf28a2a9c6afe9a3f670f0c0adb783
+SHA256 (proj-datumgrid-1.5.zip) = 723c4017d95d7a8abdf3bda4e18d3c15d79b00f9326d453da5fdf13f96c287db
+SIZE (proj-datumgrid-1.5.zip) = 2250131
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/graphics/proj/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr 15 Nov 2001 14:53:51 -0000 1.1
+++ pkg-descr 11 Oct 2009 21:24:30 -0000
@@ -1,7 +1,4 @@
Cartographic Projections library that performs projections to and from
various cartographic coordinate systems.
-WWW: http://www.remotesensing.org/proj/
-
-- Chris D. Faulhaber
- <jedgar at FreeBSD.org>
+WWW: http://trac.osgeo.org/proj/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/proj/pkg-plist,v
retrieving revision 1.5
diff -u -r1.5 pkg-plist
--- pkg-plist 3 Sep 2008 15:32:25 -0000 1.5
+++ pkg-plist 11 Oct 2009 21:19:25 -0000
@@ -12,7 +12,7 @@
lib/libproj.a
lib/libproj.la
lib/libproj.so
-lib/libproj.so.5
+lib/libproj.so.6
%%DATADIR%%/FL
%%DATADIR%%/GL27
%%DATADIR%%/IGNF
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list