diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-12-25 16:55:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-12-25 16:55:41 +0000 |
commit | a32defea5d12aad6193c0540bddb7f7d8381b215 (patch) | |
tree | e6f6531fc95bcc49e1ea8de193db806733b30d3d /emulators | |
parent | c87b350797002d3d0b55100a9a608241381ddfd3 (diff) |
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat)
Notes
Notes:
svn path=/head/; revision=266895
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/open-vm-tools/Makefile | 2 | ||||
-rw-r--r-- | emulators/open-vm-tools/distinfo | 1 | ||||
-rw-r--r-- | emulators/tpm-emulator/Makefile | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 4bdbc5fe9f98..3f2ac89668b9 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -12,7 +12,7 @@ CATEGORIES= emulators kld MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${RELEASE_DATE} DISTNAME= open-vm-tools-${RELEASE_DATE}-${BUILD_VER} -MAINTAINER= mbr@freebsd.org +MAINTAINER= mbr@FreeBSD.org COMMENT?= Open VMware tools for FreeBSD VMware guests RELEASE_DATE= 2010.10.18 diff --git a/emulators/open-vm-tools/distinfo b/emulators/open-vm-tools/distinfo index 211f851b890c..89fd09259b7b 100644 --- a/emulators/open-vm-tools/distinfo +++ b/emulators/open-vm-tools/distinfo @@ -1,3 +1,2 @@ -MD5 (open-vm-tools-2010.10.18-313025.tar.gz) = 2e3762950356d436dc5ccec51a2b78db SHA256 (open-vm-tools-2010.10.18-313025.tar.gz) = cbf3f1a7e5229309a8440a424969dfe523c307a183d6aff9aa56a7d0d8e05d3c SIZE (open-vm-tools-2010.10.18-313025.tar.gz) = 3565621 diff --git a/emulators/tpm-emulator/Makefile b/emulators/tpm-emulator/Makefile index a065d26c9b51..9f470fcb0f71 100644 --- a/emulators/tpm-emulator/Makefile +++ b/emulators/tpm-emulator/Makefile @@ -12,7 +12,7 @@ CATEGORIES= emulators security MASTER_SITES= BERLIOS/${PORTNAME} DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION} -MAINTAINER= nork@freebsd.org +MAINTAINER= nork@FreeBSD.org COMMENT= Trusted Platform Module (TPM) emulator LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp |