diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-16 02:46:05 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-16 02:46:05 +0000 |
commit | eff8176b10faa1640cd80707c7b0a9a9284409fb (patch) | |
tree | eedef8a67a74908906f4f86fb67ce3577eb993cd /sysutils | |
parent | Fix build on amd64 (diff) |
Vendor updated content without changing the tarball name. Most changes are from "char *" to "unsigned char *". (maintainer comment)
Bump PORTREVISION
Add SHA256
PR: 89095
Submitted by: Yonatan <onatan@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=148418
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/foremost/Makefile | 2 | ||||
-rw-r--r-- | sysutils/foremost/distinfo | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/foremost/Makefile b/sysutils/foremost/Makefile index f148aecd4f91..7aa1102cddc2 100644 --- a/sysutils/foremost/Makefile +++ b/sysutils/foremost/Makefile @@ -7,7 +7,7 @@ PORTNAME= foremost PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://${PORTNAME}.sourceforge.net/pkg/ diff --git a/sysutils/foremost/distinfo b/sysutils/foremost/distinfo index 21869e5c8e71..c5433dd3c862 100644 --- a/sysutils/foremost/distinfo +++ b/sysutils/foremost/distinfo @@ -1,2 +1,3 @@ -MD5 (foremost-1.0.tar.gz) = 7907d1efffab4212efc62ad321065eda -SIZE (foremost-1.0.tar.gz) = 49998 +MD5 (foremost-1.0.tar.gz) = b57cdc411f553ab28bbc598ab4e9195c +SHA256 (foremost-1.0.tar.gz) = d5196ac6a92b6d7a1de11970077277c797486dc98d23302d4fd1b225dc313fe6 +SIZE (foremost-1.0.tar.gz) = 49414 |