diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-05 17:05:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-05 17:05:43 +0800 |
commit | 78f6a08010d3471ff3057bde482e8fa08193774a (patch) | |
tree | 3b2e9241869ccc83e53816299e1a9cf01c4d3837 /net | |
parent | 9e5e25fe01a045c0c59e80144579d323bbef4ffe (diff) | |
download | freebsd-ports-gnome-78f6a08010d3471ff3057bde482e8fa08193774a.tar.gz freebsd-ports-gnome-78f6a08010d3471ff3057bde482e8fa08193774a.tar.zst freebsd-ports-gnome-78f6a08010d3471ff3057bde482e8fa08193774a.zip |
- Update to 1.0.6
PR: 137284
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_Dict/Makefile | 7 | ||||
-rw-r--r-- | net/pear-Net_Dict/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/pear-Net_Dict/Makefile b/net/pear-Net_Dict/Makefile index 517eebcfd248..c7d8f220b358 100644 --- a/net/pear-Net_Dict/Makefile +++ b/net/pear-Net_Dict/Makefile @@ -6,18 +6,17 @@ # PORTNAME= Net_Dict -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= net www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wenheping@gmail.com COMMENT= PEAR interface to the DICT protocol BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache RUN_DEPENDS= ${BUILD_DEPENDS} -CATEGORY= Net -FILES= Dict.php +FILES= Net/Dict.php DOCS= dict.php .include <bsd.port.pre.mk> diff --git a/net/pear-Net_Dict/distinfo b/net/pear-Net_Dict/distinfo index 4bdea09a2945..34ac0cee8c18 100644 --- a/net/pear-Net_Dict/distinfo +++ b/net/pear-Net_Dict/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Net_Dict-1.0.5.tgz) = e0046b0384516ec3c9fcbfa72fc19d52 -SHA256 (PEAR/Net_Dict-1.0.5.tgz) = 31b86c0b3423e7ec7e9dfce9b487d0d4475bbb5c632a86b8c89ea75705614209 -SIZE (PEAR/Net_Dict-1.0.5.tgz) = 5659 +MD5 (PEAR/Net_Dict-1.0.6.tgz) = d2dfd21a1c2736e9454b7a59152e6c38 +SHA256 (PEAR/Net_Dict-1.0.6.tgz) = 8ef58c27d188dafd562b4442de168ba078acd926c18e069bcf1494ba273b80ad +SIZE (PEAR/Net_Dict-1.0.6.tgz) = 5762 |