Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2020 10:57:51 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536760 - in head: databases/clickhouse sysutils/cpu-x sysutils/libcpuid
Message-ID:  <202005281057.04SAvpfO075215@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu May 28 10:57:51 2020
New Revision: 536760
URL: https://svnweb.freebsd.org/changeset/ports/536760

Log:
  - Update `sysutils/libcpuid' to version 0.5.0
  - Set LICENSE_FILE as it is not a boilerplate
  - Hook provided tests to our framework, after
    converting them to modern Python version
  - Bump port revisions of two dependent ports,
    to chase the shared library version bump
  
  Reported by:	portscout

Modified:
  head/databases/clickhouse/Makefile
  head/sysutils/cpu-x/Makefile
  head/sysutils/libcpuid/Makefile
  head/sysutils/libcpuid/distinfo
  head/sysutils/libcpuid/pkg-plist

Modified: head/databases/clickhouse/Makefile
==============================================================================
--- head/databases/clickhouse/Makefile	Thu May 28 10:36:00 2020	(r536759)
+++ head/databases/clickhouse/Makefile	Thu May 28 10:57:51 2020	(r536760)
@@ -5,7 +5,7 @@ PORTNAME=	clickhouse
 PORTVERSION=	19.11.5.28
 DISTVERSIONPREFIX=	v
 DISTVERSIONSUFFIX=	-stable
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	databases
 
 MAINTAINER=	proler@gmail.com

Modified: head/sysutils/cpu-x/Makefile
==============================================================================
--- head/sysutils/cpu-x/Makefile	Thu May 28 10:36:00 2020	(r536759)
+++ head/sysutils/cpu-x/Makefile	Thu May 28 10:57:51 2020	(r536760)
@@ -4,6 +4,7 @@
 PORTNAME=	cpu-x
 PORTVERSION=	4.0.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	danfe@FreeBSD.org

Modified: head/sysutils/libcpuid/Makefile
==============================================================================
--- head/sysutils/libcpuid/Makefile	Thu May 28 10:36:00 2020	(r536759)
+++ head/sysutils/libcpuid/Makefile	Thu May 28 10:57:51 2020	(r536760)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libcpuid
-PORTVERSION=	0.4.1
+PORTVERSION=	0.5.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
 
@@ -10,20 +10,28 @@ MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Small x86 CPU identification library
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 ONLY_FOR_ARCHS=	i386 amd64
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	anrieff
 
-USES=		autoreconf libtool pathfix
+USES=		autoreconf libtool pathfix python:test shebangfix
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	test
 
+python_OLD_CMD=	/usr/bin/env\ python2.7
+SHEBANG_FILES=	tests/create_test.py tests/run_tests.py
+
 PORTDOCS=	AUTHORS ChangeLog Readme.md
 
 OPTIONS_DEFINE=	DOCS
+
+pre-test:
+	2to3-${PYTHON_VER} --no-diffs --write ${WRKSRC}/tests
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/sysutils/libcpuid/distinfo
==============================================================================
--- head/sysutils/libcpuid/distinfo	Thu May 28 10:36:00 2020	(r536759)
+++ head/sysutils/libcpuid/distinfo	Thu May 28 10:57:51 2020	(r536760)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549399432
-SHA256 (anrieff-libcpuid-v0.4.1_GH0.tar.gz) = 263b370d154d55e3b7246e069600b045d27c512456f051e9ce3d999318b58b61
-SIZE (anrieff-libcpuid-v0.4.1_GH0.tar.gz) = 132126
+TIMESTAMP = 1590477420
+SHA256 (anrieff-libcpuid-v0.5.0_GH0.tar.gz) = 49893f31475510aa0ebe2ad3a29fad95e2a592cc5f48451c95271c536f89a157
+SIZE (anrieff-libcpuid-v0.5.0_GH0.tar.gz) = 162529

Modified: head/sysutils/libcpuid/pkg-plist
==============================================================================
--- head/sysutils/libcpuid/pkg-plist	Thu May 28 10:36:00 2020	(r536759)
+++ head/sysutils/libcpuid/pkg-plist	Thu May 28 10:57:51 2020	(r536760)
@@ -4,6 +4,6 @@ include/libcpuid/libcpuid_constants.h
 include/libcpuid/libcpuid_types.h
 lib/libcpuid.a
 lib/libcpuid.so
-lib/libcpuid.so.14
-lib/libcpuid.so.14.0.1
+lib/libcpuid.so.15
+lib/libcpuid.so.15.0.0
 libdata/pkgconfig/libcpuid.pc



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