git: 608dd9139d03 - main - science/py-PyNE: Correct MASTER_SITES URLs & add comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 14 Dec 2022 03:20:51 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=608dd9139d0338ce3cd7aa6c800b021e2a36e49a commit 608dd9139d0338ce3cd7aa6c800b021e2a36e49a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-12-14 03:19:45 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-12-14 03:19:45 +0000 science/py-PyNE: Correct MASTER_SITES URLs & add comment --- science/py-PyNE/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/science/py-PyNE/Makefile b/science/py-PyNE/Makefile index f2a605b4bc3e..e6138af77211 100644 --- a/science/py-PyNE/Makefile +++ b/science/py-PyNE/Makefile @@ -1,12 +1,12 @@ PORTNAME= PyNE DISTVERSION= 0.7.7 PORTREVISION= 3 -CATEGORIES= science -MASTER_SITES= http://raw.githubusercontent.com/pyne/data/master/:decay \ - http://raw.githubusercontent.com/pyne/data/master/:cram \ - http://raw.githubusercontent.com/pyne/data/master/:dlc \ - http://raw.githubusercontent.com/pyne/data/master/:clc \ - https://github.com/pyne/data/raw/master/:nuc_data +CATEGORIES= science # physics +MASTER_SITES= https://raw.githubusercontent.com/pyne/data/master/:decay \ + https://raw.githubusercontent.com/pyne/data/master/:cram \ + https://raw.githubusercontent.com/pyne/data/master/:dlc \ + https://raw.githubusercontent.com/pyne/data/master/:clc \ + https://github.com/pyne/data/master/:nuc_data PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= decay.tar.gz:decay \ cram.tar.gz:cram \