diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-10-10 07:44:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-10-10 07:44:37 +0000 |
commit | be2abb3fe80a62f615a32466dca678e361862076 (patch) | |
tree | 96a1d963584d6ad008892bc8407604946247d1c7 /science | |
parent | a1ca838a04ee5b0facd2f36e08bed068493851ef (diff) | |
download | freebsd-ports-be2abb3fe80a62f615a32466dca678e361862076.zip |
Use the release tag instead of commit hash
Diffstat (limited to 'science')
-rw-r--r-- | science/libaec/Makefile | 10 | ||||
-rw-r--r-- | science/libaec/distinfo | 6 |
2 files changed, 6 insertions, 10 deletions
diff --git a/science/libaec/Makefile b/science/libaec/Makefile index 80a6ce177d7d..79d6d61fad8a 100644 --- a/science/libaec/Makefile +++ b/science/libaec/Makefile @@ -3,8 +3,9 @@ PORTNAME= libaec PORTVERSION= 1.0.4 +DISTVERSIONPREFIX= v CATEGORIES= science -MASTER_SITES= LOCAL/sunpoet +MASTER_SITES= https://gitlab.dkrz.de/k202009/libaec/-/archive/v${PORTVERSION}/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Adaptive entropy coding library @@ -12,17 +13,12 @@ COMMENT= Adaptive entropy coding library LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/Copyright.txt -CONFLICTS_INSTALL= hdf-szip - USES= autoreconf libtool tar:bz2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -GL_ACCOUNT= k202009 -GL_COMMIT= 0c0453a0e463da9c2183f46d0255f05645e0e5ef -GL_SITE= https://gitlab.dkrz.de/ -USE_GITLAB= yes +CONFLICTS_INSTALL= hdf-szip .include <bsd.port.mk> diff --git a/science/libaec/distinfo b/science/libaec/distinfo index 57b7e152f990..b1b69ba5f971 100644 --- a/science/libaec/distinfo +++ b/science/libaec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1550003543 -SHA256 (k202009-libaec-0c0453a0e463da9c2183f46d0255f05645e0e5ef_GL0.tar.gz) = ca2aa3340d6ec6f44b8977d3022728e95256d12d4d7f583428a3b66fd3d31c38 -SIZE (k202009-libaec-0c0453a0e463da9c2183f46d0255f05645e0e5ef_GL0.tar.gz) = 2775857 +TIMESTAMP = 1601996454 +SHA256 (libaec-v1.0.4.tar.bz2) = 97c2c3c0c325135168bc02acec45676d6aa0f17791481debd1fc04139c736bf3 +SIZE (libaec-v1.0.4.tar.bz2) = 2303274 |