git: abf364924444 - main - textproc/UCD: replace copyright by license
Thierry Thomas
thierry at FreeBSD.org
Wed Jun 23 15:36:32 UTC 2021
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=abf3649244441447380a38b969462ec4bbd5cfc6
commit abf3649244441447380a38b969462ec4bbd5cfc6
Author: Thierry Thomas <thierry at FreeBSD.org>
AuthorDate: 2021-06-23 13:29:07 +0000
Commit: Thierry Thomas <thierry at FreeBSD.org>
CommitDate: 2021-06-23 15:36:21 +0000
textproc/UCD: replace copyright by license
Replace the file copyright.html by license.html: it is best suited for
our needs, and it is expected to be more stable.
PR: 253914
Reported by: mandree
---
textproc/UCD/Makefile | 4 ++--
textproc/UCD/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/textproc/UCD/Makefile b/textproc/UCD/Makefile
index 27cf78adb4a1..6bc1c2cc325d 100644
--- a/textproc/UCD/Makefile
+++ b/textproc/UCD/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES= http://www.unicode.org/Public/zipped/${PORTVERSION}/:src\
ftp://www.unicode.org/Public/zipped/${PORTVERSION}/:src \
http://www.unicode.org/:lic
DISTFILES= ${PORTNAME}.zip:src \
- copyright.html:lic
+ license.html:lic
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
EXTRACT_ONLY=
@@ -16,7 +16,7 @@ COMMENT= Unicode Character Database
LICENSE= Unicode_License_Agreement
LICENSE_NAME= Unicode License Agreement
-LICENSE_FILE= ${_DISTDIR}/copyright.html
+LICENSE_FILE= ${_DISTDIR}/license.html
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
OPTIONS_DEFINE= HAN
diff --git a/textproc/UCD/distinfo b/textproc/UCD/distinfo
index 52954f9ec39e..7b83f36909f9 100644
--- a/textproc/UCD/distinfo
+++ b/textproc/UCD/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1614531356
+TIMESTAMP = 1624454865
SHA256 (UCD-13.0.0/UCD.zip) = 2f76973b4d36ae45584f5a45ec65b47138932d777dd23a5669c89535ef3da951
SIZE (UCD-13.0.0/UCD.zip) = 7537310
-SHA256 (UCD-13.0.0/copyright.html) = 96212602d5b49a6171018b0c53fbb02fe73e9ee5c7fb00fbac156a5652b11371
-SIZE (UCD-13.0.0/copyright.html) = 14322
+SHA256 (UCD-13.0.0/license.html) = e415e1f2188ef2b1a5f7e6ee8c60cefe8a49dacd8b96c9025cad5013985129e4
+SIZE (UCD-13.0.0/license.html) = 3248
SHA256 (UCD-13.0.0/Unihan.zip) = e380194c4835ad85aa50e8750a58c1f605dbfc4aba9e3e3b0ca25b9530c02f64
SIZE (UCD-13.0.0/Unihan.zip) = 7044963
More information about the dev-commits-ports-all
mailing list