svn commit: r441672 - branches/2017Q2/sysutils/isomd5sum
Raphael Kubo da Costa
rakuco at FreeBSD.org
Thu May 25 10:13:17 UTC 2017
Author: rakuco
Date: Thu May 25 10:13:15 2017
New Revision: 441672
URL: https://svnweb.freebsd.org/changeset/ports/441672
Log:
MFH: r441671
Switch to USE_GITHUB.
fedorahosted.org is gone, and the project is now hosted on GitHub. I've
compared the new GitHub tarball with the old copy from distcache.FreeBSD.org
and the contents are identical.
PR: 218091
Approved by: ports-secteam (blanket approval)
Modified:
branches/2017Q2/sysutils/isomd5sum/Makefile
branches/2017Q2/sysutils/isomd5sum/distinfo
Directory Properties:
branches/2017Q2/ (props changed)
Modified: branches/2017Q2/sysutils/isomd5sum/Makefile
==============================================================================
--- branches/2017Q2/sysutils/isomd5sum/Makefile Thu May 25 10:12:10 2017 (r441671)
+++ branches/2017Q2/sysutils/isomd5sum/Makefile Thu May 25 10:13:15 2017 (r441672)
@@ -5,7 +5,6 @@ PORTNAME= isomd5sum
PORTVERSION= 1.0.11
PORTREVISION= 1
CATEGORIES= sysutils
-MASTER_SITES= http://git.fedorahosted.org/cgit/isomd5sum.git/snapshot/
MAINTAINER= delgod at portaone.com
COMMENT= Implanting and checking checksums within an ISO9660 image
@@ -14,7 +13,9 @@ LICENSE= GPLv2
LIB_DEPENDS= libpopt.so:devel/popt
-USES= gmake python tar:bzip2
+USES= gmake python
+USE_GITHUB= yes
+GH_ACCOUNT= rhinstaller
MAKE_ENV+= PYTHONPREFIX_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR} PYTHON_INCLUDEDIR=${PYTHON_INCLUDEDIR}
MAKE_JOBS_UNSAFE= yes
Modified: branches/2017Q2/sysutils/isomd5sum/distinfo
==============================================================================
--- branches/2017Q2/sysutils/isomd5sum/distinfo Thu May 25 10:12:10 2017 (r441671)
+++ branches/2017Q2/sysutils/isomd5sum/distinfo Thu May 25 10:13:15 2017 (r441672)
@@ -1,2 +1,3 @@
-SHA256 (isomd5sum-1.0.11.tar.bz2) = f37a2ed2a4cd9ac518627d73165c3ca103d09a84986b57fee5865c5aa792c6fe
-SIZE (isomd5sum-1.0.11.tar.bz2) = 18120
+TIMESTAMP = 1495699686
+SHA256 (rhinstaller-isomd5sum-1.0.11_GH0.tar.gz) = b8e8c76e3119b71838940b348ccab2fb61d73d507bc493f847a1f5b062990f69
+SIZE (rhinstaller-isomd5sum-1.0.11_GH0.tar.gz) = 18855
More information about the svn-ports-branches
mailing list