diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-07-08 01:34:05 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-07-08 01:34:05 +0800 |
commit | 8c861998c3ed3fa8d4158f284b1928e290d750f9 (patch) | |
tree | 94129f0fec2d8d98b31fa28eba68fcc8ad60576c /sysutils | |
parent | 4c6a9e1b09551b0ecdb1a9b2047d4287e9309347 (diff) | |
download | freebsd-ports-gnome-8c861998c3ed3fa8d4158f284b1928e290d750f9.tar.gz freebsd-ports-gnome-8c861998c3ed3fa8d4158f284b1928e290d750f9.tar.zst freebsd-ports-gnome-8c861998c3ed3fa8d4158f284b1928e290d750f9.zip |
Track the in-place distfile change:
diff -ruN foremost-1.0.orig/extract.c foremost-1.0/extract.c
--- foremost-1.0.orig/extract.c Tue Jun 28 07:13:47 2005
+++ foremost-1.0/extract.c Wed Jul 6 08:04:12 2005
@@ -1809,7 +1809,7 @@
return foundat;/*Error*/
}
foundat+=7;
- printx(foundat,0,16);
+ //printx(foundat,0,16);
if(foundat) /*Found found a valid JPEG*/
{
Reported by: pointyhat
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/foremost/Makefile | 1 | ||||
-rw-r--r-- | sysutils/foremost/distinfo | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/foremost/Makefile b/sysutils/foremost/Makefile index 84110cf7a7c9..f148aecd4f91 100644 --- a/sysutils/foremost/Makefile +++ b/sysutils/foremost/Makefile @@ -7,6 +7,7 @@ PORTNAME= foremost PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://${PORTNAME}.sourceforge.net/pkg/ diff --git a/sysutils/foremost/distinfo b/sysutils/foremost/distinfo index dfa2edd4d136..21869e5c8e71 100644 --- a/sysutils/foremost/distinfo +++ b/sysutils/foremost/distinfo @@ -1,2 +1,2 @@ -MD5 (foremost-1.0.tar.gz) = ced1de9efeea98730e3988907ae2aa92 -SIZE (foremost-1.0.tar.gz) = 50008 +MD5 (foremost-1.0.tar.gz) = 7907d1efffab4212efc62ad321065eda +SIZE (foremost-1.0.tar.gz) = 49998 |