--- /opt/local/var/macports/sources/rsync.macports.org/release/ports/news/hellanzb/Portfile	2009-05-14 17:08:43.000000000 -0400
+++ news/hellanzb/Portfile	2009-07-29 07:24:54.000000000 -0400
@@ -1,7 +1,8 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup  python25 1.0
 
 name             hellanzb
 version          0.13
@@ -25,10 +26,10 @@
                  bin:unrar:unrar \
                  bin:flac:flac \
                  bin:shorten:shorten \
-                 port:py-twisted
+                 port:py25-twisted
 
 variant ssl {
-    depends_run-append  port:py-openssl
+    depends_run-append  port:py25-openssl
 }
 
 post-activate {

