svn commit: r413132 - in head/misc/gctpc: . files

Mathieu Arnold mat at FreeBSD.org
Tue Apr 12 15:06:11 UTC 2016


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 at 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 <math.h>
 +#ifndef INCLUDED_CPROJ_H
 +#define INCLUDED_CPROJ_H
 +
- #include <math.h>
+ #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 */
  


More information about the svn-ports-all mailing list