Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2015 18:20:20 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404306 - head/sysutils/intel-pcm
Message-ID:  <201512231820.tBNIKKL4024704@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Wed Dec 23 18:20:20 2015
New Revision: 404306
URL: https://svnweb.freebsd.org/changeset/ports/404306

Log:
  Move to using tar.gz. The zip file has too much variation with line
  endings, so avoid that problem by extracting it, using Unix line
  endings and putting that up. Since we have to provide a dist file
  anyway, seems like the prudent thing to do.

Modified:
  head/sysutils/intel-pcm/Makefile
  head/sysutils/intel-pcm/distinfo

Modified: head/sysutils/intel-pcm/Makefile
==============================================================================
--- head/sysutils/intel-pcm/Makefile	Wed Dec 23 18:02:10 2015	(r404305)
+++ head/sysutils/intel-pcm/Makefile	Wed Dec 23 18:20:20 2015	(r404306)
@@ -12,7 +12,7 @@ COMMENT=	Intel PCM toolkit
 
 LICENSE=	BSD3CLAUSE
 
-USES=		compiler:c++11-lang dos2unix gmake zip
+USES=		compiler:c++11-lang dos2unix gmake
 DOS2UNIX_FILES=	cpucounters.cpp cpucounters.h
 
 ONLY_FOR_ARCHS=	i386 amd64

Modified: head/sysutils/intel-pcm/distinfo
==============================================================================
--- head/sysutils/intel-pcm/distinfo	Wed Dec 23 18:02:10 2015	(r404305)
+++ head/sysutils/intel-pcm/distinfo	Wed Dec 23 18:20:20 2015	(r404306)
@@ -1,2 +1,2 @@
-SHA256 (IntelPerformanceCounterMonitor-PCM-V2.10.zip) = 46897ab2a8627ad5a58f05b19746b00b4f95126e8abccd9bed978b1f2675fc19
-SIZE (IntelPerformanceCounterMonitor-PCM-V2.10.zip) = 950922
+SHA256 (IntelPerformanceCounterMonitor-PCM-V2.10.tar.gz) = b8e1f81d2b1b1c290107e6032b9552ed97196a1e9ee969a999ec6a572fbd114e
+SIZE (IntelPerformanceCounterMonitor-PCM-V2.10.tar.gz) = 837583



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512231820.tBNIKKL4024704>