diff options
author | erwin <erwin@FreeBSD.org> | 2010-10-29 05:00:21 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-10-29 05:00:21 +0800 |
commit | 1af20d9d71a5dcaa30978a44c9cc813dd4439bca (patch) | |
tree | 72856003d9c3fbf140cf5bc68a59e0d88a260f74 /emulators/mupen64-base | |
parent | 4b2251c46afa012cabc252f4ec002ca314544bc2 (diff) | |
download | freebsd-ports-gnome-1af20d9d71a5dcaa30978a44c9cc813dd4439bca.tar.gz freebsd-ports-gnome-1af20d9d71a5dcaa30978a44c9cc813dd4439bca.tar.zst freebsd-ports-gnome-1af20d9d71a5dcaa30978a44c9cc813dd4439bca.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
Diffstat (limited to 'emulators/mupen64-base')
-rw-r--r-- | emulators/mupen64-base/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mupen64-base/Makefile.common b/emulators/mupen64-base/Makefile.common index 18a4802f5cbe..ed375e50c602 100644 --- a/emulators/mupen64-base/Makefile.common +++ b/emulators/mupen64-base/Makefile.common @@ -73,7 +73,7 @@ EXTRACT_AFTER_ARGS+= ${DISTNAME}/rsp_hle .if ${PKGNAMESUFFIX} == "-glide" ALL_TARGET= plugins/Glide64.so -MD5_FILE= ${.CURDIR}/distinfo +DISTINFO_FILE= ${.CURDIR}/distinfo DISTNAME= ${PKGNAMESUFFIX:S/-//:S/$/64/}-${PORTVERSION:S/$/.SP8/} EXTRACT_AFTER_ARGS= | ${TAR} -xf - @@ -83,7 +83,7 @@ EXTRA_PATCHES= # .if ${PKGNAMESUFFIX} == "-tr64" ALL_TARGET= plugins/tr64gl.so -MD5_FILE= ${.CURDIR}/distinfo +DISTINFO_FILE= ${.CURDIR}/distinfo DISTNAME= ${PKGNAMESUFFIX:S/-//}_ogl_gtk2-${PORTVERSION} EXTRACT_AFTER_ARGS= | ${TAR} -xf - |