diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2020-11-25 03:13:18 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2020-11-25 03:13:18 +0000 |
commit | db3661d0f9fcdc2daf977dda66626ac7e4cd356f (patch) | |
tree | cf0c0cae4f5a3d749456f9633909c6b93b6fa022 /science | |
parent | - Connect new fpc ports (diff) |
- Bump PORTREVISION. fpc was updated to 3.2.0
Notes
Notes:
svn path=/head/; revision=556262
Diffstat (limited to 'science')
-rw-r--r-- | science/checkmol/Makefile | 4 | ||||
-rw-r--r-- | science/mol2ps/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/science/checkmol/Makefile b/science/checkmol/Makefile index 1391bb52ba65..b678f597c30f 100644 --- a/science/checkmol/Makefile +++ b/science/checkmol/Makefile @@ -3,9 +3,9 @@ PORTNAME= checkmol PORTVERSION= 0.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= science -MASTER_SITES= http://merian.pch.univie.ac.at/pch/download/chemistry/checkmol/ +MASTER_SITES= https://homepage.univie.ac.at/norbert.haider/download/chemistry/checkmol/ DISTFILES= ${PORTNAME} EXTRACT_SUFX= .pas diff --git a/science/mol2ps/Makefile b/science/mol2ps/Makefile index faf8e54fbb35..0d1bc7dc07ae 100644 --- a/science/mol2ps/Makefile +++ b/science/mol2ps/Makefile @@ -3,9 +3,9 @@ PORTNAME= mol2ps PORTVERSION= 0.4b -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science -MASTER_SITES= http://merian.pch.univie.ac.at/pch/download/chemistry/${PORTNAME}/ +MASTER_SITES= https://homepage.univie.ac.at/norbert.haider/download/chemistry/mol2ps/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .pas DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} |