Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 14:58:37 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a994a17082ae - main - science/netcdf-cxx: Remove unnecessary substitution
Message-ID:  <202403231458.42NEwb4J085836@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a994a17082ae3a16ad4a8a4b0bfa3b5764b7c29e

commit a994a17082ae3a16ad4a8a4b0bfa3b5764b7c29e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:18:53 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:30:46 +0000

    science/netcdf-cxx: Remove unnecessary substitution
    
    - Clean up pkg-descr
---
 science/netcdf-cxx/Makefile  | 2 +-
 science/netcdf-cxx/pkg-descr | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/science/netcdf-cxx/Makefile b/science/netcdf-cxx/Makefile
index aced4672574e..dd051e9f7926 100644
--- a/science/netcdf-cxx/Makefile
+++ b/science/netcdf-cxx/Makefile
@@ -4,7 +4,7 @@ PORTREVISION=	3
 CATEGORIES=	science
 MASTER_SITES=	https://downloads.unidata.ucar.edu/netcdf-cxx/${PORTVERSION}/ \
 		LOCAL/sunpoet
-DISTNAME=	${PORTNAME}4-${PORTVERSION}
+DISTNAME=	netcdf-cxx4-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	C++ library for machine-independent, array-oriented data access
diff --git a/science/netcdf-cxx/pkg-descr b/science/netcdf-cxx/pkg-descr
index 172a2ece5bc1..5af17ffbb9ff 100644
--- a/science/netcdf-cxx/pkg-descr
+++ b/science/netcdf-cxx/pkg-descr
@@ -4,5 +4,3 @@ library also defines a machine-independent format for representing scientific
 data. Together, the interface, library, and format support the creation, access,
 and sharing of scientific data. The netCDF software was developed at the Unidata
 Program Center in Boulder, Colorado.
-
-See also: https://github.com/Unidata/netcdf-cxx4



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