aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-10-28 21:00:21 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-10-28 21:00:21 +0000
commit74cb9eff53987d665ed6f9ad0cc2f12b0ff6c7b1 (patch)
treead48552829801c7ac676a81a3cae90784899deb1 /chinese
parent177bfcca33f906e2fba90964362be8334951b265 (diff)
downloadports-74cb9eff53987d665ed6f9ad0cc2f12b0ff6c7b1.tar.gz
ports-74cb9eff53987d665ed6f9ad0cc2f12b0ff6c7b1.zip
Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now. Also, generalize the MD5_FILE macro to DISTINFO_FILO. PR: 149657 Submitted by: rene Approved by: portmgr Tested on: pointyhat i386 7-exp
Notes
Notes: svn path=/head/; revision=263705
Diffstat (limited to 'chinese')
-rw-r--r--chinese/acroread8-zh_CN/Makefile2
-rw-r--r--chinese/acroread8-zh_TW/Makefile2
-rw-r--r--chinese/joe/Makefile2
-rw-r--r--chinese/joe2/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/chinese/acroread8-zh_CN/Makefile b/chinese/acroread8-zh_CN/Makefile
index 61be444cad80..8ce50c96b5c5 100644
--- a/chinese/acroread8-zh_CN/Makefile
+++ b/chinese/acroread8-zh_CN/Makefile
@@ -9,7 +9,7 @@ CATEGORIES= chinese print linux
PKGNAMEPREFIX= zh_CN-
MASTERDIR= ${.CURDIR}/../../print/acroread8
-MD5_FILE= ${.CURDIR}/distinfo
+DISTINFO_FILE= ${.CURDIR}/distinfo
ADOBE_LANG= CHS
diff --git a/chinese/acroread8-zh_TW/Makefile b/chinese/acroread8-zh_TW/Makefile
index 4b70908f00e7..cd4fe0f32a24 100644
--- a/chinese/acroread8-zh_TW/Makefile
+++ b/chinese/acroread8-zh_TW/Makefile
@@ -9,7 +9,7 @@ CATEGORIES= chinese print linux
PKGNAMEPREFIX= zh_TW-
MASTERDIR= ${.CURDIR}/../../print/acroread8
-MD5_FILE= ${.CURDIR}/distinfo
+DISTINFO_FILE= ${.CURDIR}/distinfo
ADOBE_LANG= CHT
diff --git a/chinese/joe/Makefile b/chinese/joe/Makefile
index b2769ba28523..0a5c0a4843c2 100644
--- a/chinese/joe/Makefile
+++ b/chinese/joe/Makefile
@@ -18,6 +18,6 @@ MAINTAINER= ports@FreeBSD.org
LATEST_LINK= ${PKGNAMEPREFIX}joe
MASTERDIR= ${.CURDIR}/../../editors/joe
-MD5_FILE= ${.CURDIR}/distinfo
+DISTINFO_FILE= ${.CURDIR}/distinfo
.include "${MASTERDIR}/Makefile"
diff --git a/chinese/joe2/Makefile b/chinese/joe2/Makefile
index c606219045a0..4c52b0e9cee2 100644
--- a/chinese/joe2/Makefile
+++ b/chinese/joe2/Makefile
@@ -17,6 +17,6 @@ MAINTAINER= ports@FreeBSD.org
LATEST_LINK= ${PKGNAMEPREFIX}joe2
MASTERDIR= ${.CURDIR}/../../editors/joe2
-MD5_FILE= ${.CURDIR}/distinfo
+DISTINFO_FILE= ${.CURDIR}/distinfo
.include "${MASTERDIR}/Makefile"