diff options
Diffstat (limited to 'sysutils/hdup')
-rw-r--r-- | sysutils/hdup/Makefile | 2 | ||||
-rw-r--r-- | sysutils/hdup/distinfo | 4 | ||||
-rw-r--r-- | sysutils/hdup/files/patch-src-prototype.h | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/sysutils/hdup/Makefile b/sysutils/hdup/Makefile index a849409d443c..720dccbf0dee 100644 --- a/sysutils/hdup/Makefile +++ b/sysutils/hdup/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hdup -PORTVERSION= 2.0.8 +PORTVERSION= 2.0.9 CATEGORIES= sysutils MASTER_SITES= http://www.miek.nl/projects/hdup2/ \ http://www.miek.nl/projects/hdup2/previous diff --git a/sysutils/hdup/distinfo b/sysutils/hdup/distinfo index aed385dfdc94..bf5215ef3886 100644 --- a/sysutils/hdup/distinfo +++ b/sysutils/hdup/distinfo @@ -1,2 +1,2 @@ -MD5 (hdup-2.0.8.tar.bz2) = c0dae640b928d40c91f62e8e1a5c5a63 -SIZE (hdup-2.0.8.tar.bz2) = 98093 +MD5 (hdup-2.0.9.tar.bz2) = 289effb97a36e0f8ea3626376ddd7b1e +SIZE (hdup-2.0.9.tar.bz2) = 87080 diff --git a/sysutils/hdup/files/patch-src-prototype.h b/sysutils/hdup/files/patch-src-prototype.h deleted file mode 100644 index 84ae34eb9243..000000000000 --- a/sysutils/hdup/files/patch-src-prototype.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/prototype.h.orig Thu Jun 23 10:17:28 2005 -+++ src/prototype.h Thu Jun 23 10:17:40 2005 -@@ -82,7 +82,7 @@ - char * setup_splitcmd(phost_t); - char * hdup_makedate(int , int , int , int ); - time_t hdup_file_time(char *); --int isblank(int c); -+/*int isblank(int c);*/ - /* - * walker.c - */ |