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 /devel | |
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 'devel')
-rw-r--r-- | devel/glib20-reference/bsd.gnome-reference.mk | 2 | ||||
-rw-r--r-- | devel/linux-allegro/Makefile | 2 | ||||
-rw-r--r-- | devel/p4/Makefile | 2 | ||||
-rw-r--r-- | devel/p4d/Makefile | 2 | ||||
-rw-r--r-- | devel/p4ftpd/Makefile | 2 | ||||
-rw-r--r-- | devel/p4p/Makefile | 2 | ||||
-rw-r--r-- | devel/p4v/Makefile | 2 | ||||
-rw-r--r-- | devel/p4web/Makefile | 2 | ||||
-rw-r--r-- | devel/subversion-freebsd/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/devel/glib20-reference/bsd.gnome-reference.mk b/devel/glib20-reference/bsd.gnome-reference.mk index 3a0b065035b6..682328ed9902 100644 --- a/devel/glib20-reference/bsd.gnome-reference.mk +++ b/devel/glib20-reference/bsd.gnome-reference.mk @@ -26,7 +26,7 @@ LATEST_LINK:= ${LATEST_LINK}-reference COMMENT= Programming reference for ${REFERENCE_PORT} -MD5_FILE= ${PARENTDIR}/distinfo +DISTINFO_FILE= ${PARENTDIR}/distinfo REFERENCE_SRC?= ${WRKSRC}/docs/reference BOOKS?= . diff --git a/devel/linux-allegro/Makefile b/devel/linux-allegro/Makefile index 8b9c36b86471..58d5f862e7e8 100644 --- a/devel/linux-allegro/Makefile +++ b/devel/linux-allegro/Makefile @@ -25,7 +25,7 @@ DIST_SUBDIR= rpm USE_LDCONFIG= yes SRC_DISTFILES= -MD5_FILE= ${MASTERDIR}/distinfo +DISTINFO_FILE= ${MASTERDIR}/distinfo post-extract: @cd ${WRKSRC}/usr/lib; \ diff --git a/devel/p4/Makefile b/devel/p4/Makefile index 7b499023f3a2..32ec3675aa07 100644 --- a/devel/p4/Makefile +++ b/devel/p4/Makefile @@ -21,7 +21,7 @@ ONLY_FOR_ARCHS= amd64 i386 sparc64 P4VERSION= r${PORTVERSION:S/^20//:C/\.[0-9]+$//} DIST_SUBDIR= perforce/${PORTVERSION}/bin.${PLATFORM} -MD5_FILE= ${MASTERDIR}/distinfo.${PLATFORM} +DISTINFO_FILE= ${MASTERDIR}/distinfo.${PLATFORM} RESTRICTED= Restricted distribution diff --git a/devel/p4d/Makefile b/devel/p4d/Makefile index e022ecd2dee9..73825b1634b6 100644 --- a/devel/p4d/Makefile +++ b/devel/p4d/Makefile @@ -23,7 +23,7 @@ ONLY_FOR_ARCHS= amd64 i386 sparc64 P4VERSION= r${PORTVERSION:S/^20//:C/\.[0-9]+$//} DIST_SUBDIR= perforce/${PORTVERSION}/bin.${PLATFORM} -MD5_FILE= ${MASTERDIR}/distinfo.${PLATFORM} +DISTINFO_FILE= ${MASTERDIR}/distinfo.${PLATFORM} RESTRICTED= Restricted distribution diff --git a/devel/p4ftpd/Makefile b/devel/p4ftpd/Makefile index 0482ee6598f9..0d02b048cfa5 100644 --- a/devel/p4ftpd/Makefile +++ b/devel/p4ftpd/Makefile @@ -21,7 +21,7 @@ ONLY_FOR_ARCHS= amd64 i386 sparc64 P4VERSION= r${PORTVERSION:S/^20//:C/\.[0-9]+$//} DIST_SUBDIR= perforce/${PORTVERSION}/bin.${PLATFORM} -MD5_FILE= ${MASTERDIR}/distinfo.${PLATFORM} +DISTINFO_FILE= ${MASTERDIR}/distinfo.${PLATFORM} RESTRICTED= Restricted distribution diff --git a/devel/p4p/Makefile b/devel/p4p/Makefile index 852f0e1c2eb6..f5c87647e79d 100644 --- a/devel/p4p/Makefile +++ b/devel/p4p/Makefile @@ -23,7 +23,7 @@ ONLY_FOR_ARCHS= amd64 i386 sparc64 P4VERSION= r${PORTVERSION:S/^20//:C/\.[0-9]+$//} DIST_SUBDIR= perforce/${PORTVERSION}/bin.${PLATFORM} -MD5_FILE= ${MASTERDIR}/distinfo.${PLATFORM} +DISTINFO_FILE= ${MASTERDIR}/distinfo.${PLATFORM} RESTRICTED= Restricted distribution diff --git a/devel/p4v/Makefile b/devel/p4v/Makefile index 7f63e98784db..8b4373e5fc6a 100644 --- a/devel/p4v/Makefile +++ b/devel/p4v/Makefile @@ -28,7 +28,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} +DISTINFO_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} .include <bsd.port.pre.mk> diff --git a/devel/p4web/Makefile b/devel/p4web/Makefile index 78831858e466..1200f2690e09 100644 --- a/devel/p4web/Makefile +++ b/devel/p4web/Makefile @@ -21,7 +21,7 @@ ONLY_FOR_ARCHS= amd64 i386 sparc64 P4VERSION= r${PORTVERSION:S/^20//:C/\.[0-9]+$//} DIST_SUBDIR= perforce/${PORTVERSION}/bin.${PLATFORM} -MD5_FILE= ${MASTERDIR}/distinfo.${PLATFORM} +DISTINFO_FILE= ${MASTERDIR}/distinfo.${PLATFORM} RESTRICTED= Restricted distribution diff --git a/devel/subversion-freebsd/Makefile b/devel/subversion-freebsd/Makefile index e69e8ba46dc2..7af4ad90c3fe 100644 --- a/devel/subversion-freebsd/Makefile +++ b/devel/subversion-freebsd/Makefile @@ -18,6 +18,6 @@ WITH_FREEBSD_SUBVERSION= yes CONFLICTS?= subversion-[0-9]* -MD5_FILE= ${MASTERDIR}/distinfo +DISTINFO_FILE= ${MASTERDIR}/distinfo .include "${MASTERDIR}/Makefile" |