From owner-svn-ports-all@FreeBSD.ORG Mon Feb 2 09:27:32 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF41422E; Mon, 2 Feb 2015 09:27:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B13387EE; Mon, 2 Feb 2015 09:27:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t129RWL6055699; Mon, 2 Feb 2015 09:27:32 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t129RWBU055693; Mon, 2 Feb 2015 09:27:32 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201502020927.t129RWBU055693@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 2 Feb 2015 09:27:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378299 - head/sysutils/fdupes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 09:27:33 -0000 Author: ehaupt Date: Mon Feb 2 09:27:31 2015 New Revision: 378299 URL: https://svnweb.freebsd.org/changeset/ports/378299 QAT: https://qat.redports.org/buildarchive/r378299/ Log: The project moved from google code to github. The distfile checksum update stems from the fact that the old distfile contained .svn control files where in the tarball on github those files have been purged. The rest remained unmodified, therefore no PORTREVISION bump is required. Modified: head/sysutils/fdupes/Makefile head/sysutils/fdupes/distinfo head/sysutils/fdupes/pkg-descr Modified: head/sysutils/fdupes/Makefile ============================================================================== --- head/sysutils/fdupes/Makefile Mon Feb 2 09:16:37 2015 (r378298) +++ head/sysutils/fdupes/Makefile Mon Feb 2 09:27:31 2015 (r378299) @@ -4,13 +4,17 @@ PORTNAME= fdupes PORTVERSION= 1.51 CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE MAINTAINER= ehaupt@FreeBSD.org COMMENT= Fdupes is a program for identifying or deleting duplicate files LICENSE= MIT +USE_GITHUB= yes +GH_ACCOUNT= adrianlopezroche +GH_TAGNAME= ${PORTNAME}-${PORTVERSION} +GH_COMMIT= 2ad90e5 + PLIST_FILES= bin/fdupes man/man1/fdupes.1.gz CFLAGS+= -DVERSION=\"${PORTVERSION}\" Modified: head/sysutils/fdupes/distinfo ============================================================================== --- head/sysutils/fdupes/distinfo Mon Feb 2 09:16:37 2015 (r378298) +++ head/sysutils/fdupes/distinfo Mon Feb 2 09:27:31 2015 (r378299) @@ -1,2 +1,2 @@ -SHA256 (fdupes-1.51.tar.gz) = 87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881 -SIZE (fdupes-1.51.tar.gz) = 48942 +SHA256 (fdupes-1.51.tar.gz) = 526a3b37e93c6f823c8488d41883918bb54a71c45c7635b2d2c85f178eac565a +SIZE (fdupes-1.51.tar.gz) = 18951 Modified: head/sysutils/fdupes/pkg-descr ============================================================================== --- head/sysutils/fdupes/pkg-descr Mon Feb 2 09:16:37 2015 (r378298) +++ head/sysutils/fdupes/pkg-descr Mon Feb 2 09:27:31 2015 (r378299) @@ -1,4 +1,4 @@ FDUPES is a program for identifying or deleting duplicate files residing within specified directories. -WWW: https://code.google.com/p/fdupes/ +WWW: https://github.com/adrianlopezroche/fdupes/