ccnx+ccnping+ndndump+py-pyccn: Portfile updates according to recommendations
diff --git a/net/ndndump/Portfile b/net/ndndump/Portfile
index d4a0fb0..06363ae 100644
--- a/net/ndndump/Portfile
+++ b/net/ndndump/Portfile
@@ -2,34 +2,32 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 
-use_configure       yes
-use_autoreconf      yes
 name                ndndump
-version             0.1
-revision            1
-description	        tcpdump for NDN
-long_description \
-	A simple tcpdump-like program that decodes and print out \
-    ccnb-formatted packets (see www.ccnx.org).
-maintainers         ucla.edu:alexander.afanasyev
-categories	        net
-platforms	        darwin
 homepage            https://github.com/cawka/ndndump
+license             GNU-3+
+version             0.1
+revision            0
 
-fetch.type git
-git.url    https://github.com/cawka/ndndump.git
-git.branch master
+categories	        net ccnx
+platforms	        darwin
+maintainers         ucla.edu:alexander.afanasyev
 
-depends_build	\
-	port:autoconf \
-    port:libtool \
-	port:pkgconfig
-depends_lib-append	\
-    port:openssl \
-    port:ccnx \
-    port:boost \
-    port:libpcap
+description	        tcpdump for NDN
 
-configure.args-append --with-ccnx=${prefix}
-configure.args-append --with-boost=${prefix}
+long_description    A simple tcpdump-like program that decodes and print out \
+                    ccnb-formatted packets (see www.ccnx.org).
+
+use_autoreconf      yes
+
+github.setup        cawka ndndump v0.1
+checksums           rmd160  05320e661ff050a7dcb188299091f7321ac8e008 \
+                    sha256  f7b09b67b19f89026e92a86d642205d5f674cce54605ae100cc045bc0e4d9634
+
+depends_lib-append  port:ccnx \
+                    port:boost \
+                    port:libpcap
+
+configure.args-append   --with-ccnx=${prefix} \
+                        --with-boost=${prefix}