From owner-svn-ports-head@freebsd.org Tue Apr 12 15:06:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B001B0D0F2; Tue, 12 Apr 2016 15:06:11 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 5371219C8; Tue, 12 Apr 2016 15:06:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3CF6A0W031244; Tue, 12 Apr 2016 15:06:10 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3CF6A9D031241; Tue, 12 Apr 2016 15:06:10 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604121506.u3CF6A9D031241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 12 Apr 2016 15:06:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413132 - in head/misc/gctpc: . files X-SVN-Group: ports-head 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.21 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: Tue, 12 Apr 2016 15:06:11 -0000 Author: mat Date: Tue Apr 12 15:06:10 2016 New Revision: 413132 URL: https://svnweb.freebsd.org/changeset/ports/413132 Log: Unbreak. PR: 208716 Submitted by: tkato432 yahoo com Sponsored by: Absolight Modified: head/misc/gctpc/Makefile (contents, props changed) head/misc/gctpc/files/patch-Makefile (contents, props changed) head/misc/gctpc/files/patch-cproj.h (contents, props changed) Modified: head/misc/gctpc/Makefile ============================================================================== --- head/misc/gctpc/Makefile Tue Apr 12 15:06:04 2016 (r413131) +++ head/misc/gctpc/Makefile Tue Apr 12 15:06:10 2016 (r413132) @@ -4,14 +4,12 @@ PORTNAME= gctpc PORTVERSION= 2.0 CATEGORIES= misc geography -MASTER_SITES= http://edcftp.cr.usgs.gov/pub/software/gctpc/ +MASTER_SITES= http://www.nco.ncep.noaa.gov/pmb/codes/nwprod/util/sorc/wgrib2.cd/grib2/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= USGS General Cartographic Transformation Package (GCTP) -BROKEN= unfetchable - WRKSRC= ${WRKDIR}/${PORTNAME}/source USES= gmake tar:Z Modified: head/misc/gctpc/files/patch-Makefile ============================================================================== --- head/misc/gctpc/files/patch-Makefile Tue Apr 12 15:06:04 2016 (r413131) +++ head/misc/gctpc/files/patch-Makefile Tue Apr 12 15:06:10 2016 (r413132) @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Feb 24 17:05:37 1995 -+++ Makefile Thu May 31 15:33:40 2001 +--- Makefile.orig 1998-03-13 21:02:27 UTC ++++ Makefile @@ -1,10 +1,12 @@ INCDIR = @@ -15,7 +15,7 @@ OBJECTS= \ $(ARCHIVE)(alberfor.o) $(ARCHIVE)(alberinv.o) \ -@@ -56,6 +58,11 @@ +@@ -56,6 +58,11 @@ SOURCES = gctp.c alberfor.c alberinv.c a cproj.c report.c lamccfor.c lamccinv.c paksz.c untfz.c sphdz.c \ br_gctp.c Makefile cproj.h proj.h Modified: head/misc/gctpc/files/patch-cproj.h ============================================================================== --- head/misc/gctpc/files/patch-cproj.h Tue Apr 12 15:06:04 2016 (r413131) +++ head/misc/gctpc/files/patch-cproj.h Tue Apr 12 15:06:10 2016 (r413132) @@ -1,13 +1,14 @@ ---- ../work/gctpc/source/cproj.h Fri Nov 19 14:32:06 1993 -+++ cproj.h Sun Feb 11 12:32:19 2001 -@@ -1,3 +1,6 @@ +--- cproj.h.orig 1998-06-24 21:25:45 UTC ++++ cproj.h +@@ -1,4 +1,7 @@ + #include +#ifndef INCLUDED_CPROJ_H +#define INCLUDED_CPROJ_H + - #include + #include "proj.h" #define PI 3.141592653589793238 -@@ -26,3 +29,32 @@ +@@ -27,3 +30,32 @@ #define IMOD(A, B) (A) - (((A) / (B)) * (B)) /* Integer mod function */