diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-11 15:45:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-11 15:45:17 +0800 |
commit | 1117876997fae0cd90786c371dc770903badda1a (patch) | |
tree | f37458259425fd7286fa524750034ef59ed012be /sysutils | |
parent | 789c688fd4372f9bfec46aa072dd7557687bf0c9 (diff) | |
download | freebsd-ports-gnome-1117876997fae0cd90786c371dc770903badda1a.tar.gz freebsd-ports-gnome-1117876997fae0cd90786c371dc770903badda1a.tar.zst freebsd-ports-gnome-1117876997fae0cd90786c371dc770903badda1a.zip |
Update distinfo and unbreak this port
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> File_Find-1.3.3.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/File_Find-1.3.3.tgz
fetch: http://pear.php.net/get/File_Find-1.3.3.tgz: size mismatch: expected 8092, actual 8212
Reference: https://people.FreeBSD.org/~sunpoet/checksum/File_Find-1.3.3.tgz [1]
Approved by: portmgr (blanket)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pear-File_Find/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pear-File_Find/distinfo | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/pear-File_Find/Makefile b/sysutils/pear-File_Find/Makefile index 09d578ae62f9..677643392da1 100644 --- a/sysutils/pear-File_Find/Makefile +++ b/sysutils/pear-File_Find/Makefile @@ -10,6 +10,6 @@ COMMENT= PEAR class that facilitates the search of filesystems LICENSE= PHP301 -USES= pear +USES= pear .include <bsd.port.mk> diff --git a/sysutils/pear-File_Find/distinfo b/sysutils/pear-File_Find/distinfo index e2f6baa662b7..dfb88c286efd 100644 --- a/sysutils/pear-File_Find/distinfo +++ b/sysutils/pear-File_Find/distinfo @@ -1,2 +1,3 @@ -SHA256 (PEAR/File_Find-1.3.3.tgz) = 847729b335e4b6b09cd8f8061d880f547fb30472b9b7fd2f6d0482be853352cd -SIZE (PEAR/File_Find-1.3.3.tgz) = 8092 +TIMESTAMP = 1497163350 +SHA256 (PEAR/File_Find-1.3.3.tgz) = a2fff81525a041ce54e5ec0941e7967e9faf109dd56e6f50b3111470f71c624b +SIZE (PEAR/File_Find-1.3.3.tgz) = 8212 |