Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2013 17:34:52 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333015 - head/science/netcdf
Message-ID:  <201311061734.rA6HYqIP072285@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov  6 17:34:52 2013
New Revision: 333015
URL: http://svnweb.freebsd.org/changeset/ports/333015

Log:
  - Fix PKGNAME collision

Modified:
  head/science/netcdf/Makefile   (contents, props changed)

Modified: head/science/netcdf/Makefile
==============================================================================
--- head/science/netcdf/Makefile	Wed Nov  6 17:28:33 2013	(r333014)
+++ head/science/netcdf/Makefile	Wed Nov  6 17:34:52 2013	(r333015)
@@ -3,11 +3,12 @@
 
 PORTNAME=	netcdf
 PORTVERSION=	3.6.3
-PORTREVISION=	4
+PORTREVISION?=	4
 CATEGORIES=	science
 MASTER_SITES=	http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \
 		ftp://ftp.unidata.ucar.edu/pub/netcdf/ \
 		LOCAL/sunpoet
+PKGNAMESUFFIX?=	3
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT?=	Library for machine-independent, array-oriented data access
@@ -41,7 +42,6 @@ CONFIGURE_ARGS+=--disable-docs-install
 CPPFLAGS+=	-DpgiFortran
 CONFLICTS+=	netcdf-3.*
 MAN3+=		netcdf_f77.3 netcdf_f90.3
-PKGNAMESUFFIX+=	-ftn
 PLIST_SUB+=	FORTRAN=""
 USE_FORTRAN=	yes
 .else



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