diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-10-05 23:24:46 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-10-05 23:24:46 +0800 |
commit | 9ec9a8aac0f6bf8f94e2fa62ae221a40ed95c963 (patch) | |
tree | 233966a1b37ec176f04179f50be4da464d6858cb /sysutils | |
parent | eff3cb47913c1284a91b45c4a417cba788d6136a (diff) | |
download | freebsd-ports-gnome-9ec9a8aac0f6bf8f94e2fa62ae221a40ed95c963.tar.gz freebsd-ports-gnome-9ec9a8aac0f6bf8f94e2fa62ae221a40ed95c963.tar.zst freebsd-ports-gnome-9ec9a8aac0f6bf8f94e2fa62ae221a40ed95c963.zip |
Update to 1.51
Submitted by: royce@tycho.org (via email)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fdupes/Makefile | 5 | ||||
-rw-r--r-- | sysutils/fdupes/distinfo | 4 | ||||
-rw-r--r-- | sysutils/fdupes/pkg-descr | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/fdupes/Makefile b/sysutils/fdupes/Makefile index 47622d63c635..e1cf74742311 100644 --- a/sysutils/fdupes/Makefile +++ b/sysutils/fdupes/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= fdupes -DISTVERSION= 1.50-PR2 +PORTVERSION= 1.51 CATEGORIES= sysutils -MASTER_SITES= CRITICAL +MASTER_SITES= GOOGLE_CODE MAINTAINER= ehaupt@FreeBSD.org COMMENT= Fdupes is a program for identifying or deleting duplicate files @@ -17,6 +17,7 @@ PLIST_FILES= bin/fdupes CFLAGS+= -DVERSION=\"${PORTVERSION}\" NO_STAGE= yes + do-build: ${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c ${WRKSRC}/md5/md5.c \ -o ${WRKSRC}/${PORTNAME} diff --git a/sysutils/fdupes/distinfo b/sysutils/fdupes/distinfo index bc173cd26c99..b9909f506254 100644 --- a/sysutils/fdupes/distinfo +++ b/sysutils/fdupes/distinfo @@ -1,2 +1,2 @@ -SHA256 (fdupes-1.50-PR2.tar.gz) = 5af2c71206fece42e0f9554427e323bef96653a4dceb5130bc8ac63e2ceb1619 -SIZE (fdupes-1.50-PR2.tar.gz) = 19436 +SHA256 (fdupes-1.51.tar.gz) = 87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881 +SIZE (fdupes-1.51.tar.gz) = 48942 diff --git a/sysutils/fdupes/pkg-descr b/sysutils/fdupes/pkg-descr index 31c5e5c00de2..dfd8100a91bc 100644 --- a/sysutils/fdupes/pkg-descr +++ b/sysutils/fdupes/pkg-descr @@ -1,4 +1,4 @@ FDUPES is a program for identifying or deleting duplicate files residing within specified directories. -WWW: http://freecode.com/projects/fdupes/ +WWW: https://code.google.com/p/fdupes/ |