svn commit: r378299 - head/sysutils/fdupes

Emanuel Haupt ehaupt at FreeBSD.org
Mon Feb 2 09:27:33 UTC 2015


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 at 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/


More information about the svn-ports-all mailing list