diff --git a/dns/pear-File_DNS/Makefile b/dns/pear-File_DNS/Makefile index 45bbdade3f2a..894d14ab449a 100644 --- a/dns/pear-File_DNS/Makefile +++ b/dns/pear-File_DNS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File_DNS -PORTVERSION= 0.0.8 +PORTVERSION= 0.1.0 CATEGORIES= dns devel pear MAINTAINER= chris@ctgameinfo.com @@ -15,8 +15,7 @@ COMMENT= PEAR class to read and write RFC1033-style DNS Zonefiles BUILD_DEPENDS= ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File RUN_DEPENDS= ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File -CATEGORY= File -FILES= DNS.php +FILES= File/DNS.php EXAMPLES= example.php example.net .include diff --git a/dns/pear-File_DNS/distinfo b/dns/pear-File_DNS/distinfo index 5a20392b5b47..320d4b19d00b 100644 --- a/dns/pear-File_DNS/distinfo +++ b/dns/pear-File_DNS/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/File_DNS-0.0.8.tgz) = 3479d0aee8cc42cd2a811fd3fbc9ef8a -SHA256 (PEAR/File_DNS-0.0.8.tgz) = d2900bbc529c2e779cb4144b521ca9d9d086f90568060354fd903a5134e3d74f -SIZE (PEAR/File_DNS-0.0.8.tgz) = 9364 +MD5 (PEAR/File_DNS-0.1.0.tgz) = 65d7a55c5ea30cb2fb11ed99f41abf98 +SHA256 (PEAR/File_DNS-0.1.0.tgz) = 8b13a6b6c3d72a4df30a6fd024f2e2d526beec0c119037403a4aecdfe5de51cb +SIZE (PEAR/File_DNS-0.1.0.tgz) = 10024 diff --git a/dns/pear-File_DNS/pkg-descr b/dns/pear-File_DNS/pkg-descr index 691f67710668..3cf6f9afc518 100644 --- a/dns/pear-File_DNS/pkg-descr +++ b/dns/pear-File_DNS/pkg-descr @@ -1,2 +1,4 @@ The File_DNS class provides a way to read, edit and write RFC1033 style DNS Zones. + +WWW: http://pear.php.net/package/File_DNS