mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.1.0
PR: ports/151787 Submitted by: Chris St Denis <chris@ctgameinfo.com> (maintainer)
This commit is contained in:
parent
9505c8b318
commit
8c7c7753ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263669
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user