Index: /trunk/ports/net/macathena-standard/files/README.macathena
===================================================================
--- /trunk/ports/net/macathena-standard/files/README.macathena (revision 18)
+++ /trunk/ports/net/macathena-standard/files/README.macathena (revision 18)
@@ -0,0 +1,15 @@
+macathena-standard for MacAthena
+
+This is a metapackage.  It provides no files, and its only purpose is to cause
+the installation of a set of other packages related to a certain task.  We
+recommend that you leave this package installed, so that other related packages
+that may be added to a future version of this metapackage will be installed as
+well.  If you do not want that to happen, you may safely remove this
+metapackage.
+
+The special dependencies used in this package are:
+
+Depends: macathena-moira
+ macathena-machtype
+ macathena-athdir
+ hesiod
Index: /trunk/ports/net/macathena-standard/Portfile
===================================================================
--- /trunk/ports/net/macathena-standard/Portfile (revision 18)
+++ /trunk/ports/net/macathena-standard/Portfile (revision 18)
@@ -0,0 +1,25 @@
+# $Id$
+PortSystem		1.0
+
+name			macathena-standard
+version			1
+categories		net
+maintainers		mit.edu:sipb-macathena
+platforms		darwin
+
+distfiles		
+
+fetch			{ }
+checksum		{ }
+configure		{ }
+build			{ }
+destroot		{
+	file mkdir ${destroot}${prefix}/share/doc/macathena-standard/
+	file copy ${filespath}/README.macathena \
+		${destroot}${prefix}/share/doc/macathena-standard/
+}
+
+depends_run		port:macathena-moira \
+				port:macathena-machtype \
+				port:macathena-athdir \
+				port:hesiod
Index: /trunk/ports/net/macathena-moira/Portfile
===================================================================
--- /trunk/ports/net/macathena-moira/Portfile (revision 15)
+++ /trunk/ports/net/macathena-moira/Portfile (revision 18)
@@ -14,7 +14,7 @@
 				patch-config.sub \
 				patch-config.guess
-checksums		md5 65b13cf2e4c861b8d873f45f501f7026 \
-				sha1 4f0bfb56031ead91d08a0c77f0f128205bcf5c81 \
-				rmd160 2db0bc8f8413ac9cf8c91aacb9d7f41f1507a100
+checksums		md5 eeb0b651e1689b56a2df030bdc61881c \
+				sha1 945e277c3c974c1933f8efda80f95bc2f9537aef \
+				ripemd160 48f6b2b8696f8f73d335fa918c8d40f167413416
 
 use_autoconf	yes