svn commit: r404306 - head/sysutils/intel-pcm

Warner Losh imp at FreeBSD.org
Wed Dec 23 18:20:22 UTC 2015


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


More information about the svn-ports-head mailing list