diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-10-28 06:15:13 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-10-28 06:15:13 +0000 |
commit | 8c7c7753ee2b3d69ff963cc32e946f351ca479f9 (patch) | |
tree | e4e8c40622f2f42edbc9a109eb14c8b5e206a4b8 /dns/pear-File_DNS | |
parent | 9505c8b3185a708dfceb142ea3044630710c8379 (diff) | |
download | ports-8c7c7753ee2b3d69ff963cc32e946f351ca479f9.tar.gz ports-8c7c7753ee2b3d69ff963cc32e946f351ca479f9.zip |
Notes
Diffstat (limited to 'dns/pear-File_DNS')
-rw-r--r-- | dns/pear-File_DNS/Makefile | 5 | ||||
-rw-r--r-- | dns/pear-File_DNS/distinfo | 6 | ||||
-rw-r--r-- | dns/pear-File_DNS/pkg-descr | 2 |
3 files changed, 7 insertions, 6 deletions
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 <bsd.port.pre.mk> 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 |