git: 1d65d9f71760 - main - science/udunits: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Jul 2024 16:48:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d65d9f7176072ec3fb829f8310a1eef83d550c0 commit 1d65d9f7176072ec3fb829f8310a1eef83d550c0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-18 16:45:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-18 16:45:09 +0000 science/udunits: Update WWW and clean up pkg-descr --- science/udunits/Makefile | 3 ++- science/udunits/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/science/udunits/Makefile b/science/udunits/Makefile index eaeaef45c285..2329bb6933ba 100644 --- a/science/udunits/Makefile +++ b/science/udunits/Makefile @@ -6,7 +6,8 @@ MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/udunits/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for manipulating units of physical quantities -WWW= https://www.unidata.ucar.edu/software/udunits/ +WWW= https://www.unidata.ucar.edu/software/udunits/ \ + https://github.com/Unidata/UDUNITS-2 LICENSE= UCAR_UNIDATA LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/science/udunits/pkg-descr b/science/udunits/pkg-descr index 44df70b862f2..1537897d56db 100644 --- a/science/udunits/pkg-descr +++ b/science/udunits/pkg-descr @@ -2,5 +2,3 @@ The Unidata units library, udunits, supports conversion of unit specifications between formatted and binary forms, arithmetic manipulation of unit specifications, and conversion of values between compatible scales of measurement. - -See also: https://github.com/Unidata/UDUNITS-2