Index: head/sysutils/cpu-x/Makefile =================================================================== --- head/sysutils/cpu-x/Makefile (revision 431969) +++ head/sysutils/cpu-x/Makefile (revision 431970) @@ -1,38 +1,39 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= cpu-x PORTVERSION= 3.1.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= danfe@FreeBSD.org COMMENT= Gathers information about CPU, motherboard, and more LICENSE= GPLv3 BUILD_DEPENDS= nasm:devel/nasm LIB_DEPENDS= libcpuid.so:sysutils/libcpuid \ libpci.so:devel/libpci \ libstatgrab.so:devel/libstatgrab USE_GITHUB= yes GH_ACCOUNT= X0rg GH_PROJECT= ${PORTNAME:tu} USES= cmake execinfo gettext-tools ncurses pkgconfig USE_GNOME= gtk30 INSTALLS_ICONS= yes PORTDOCS= ChangeLog README.md OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's, -Wno-unused-result,,' ${WRKSRC}/CMakeLists.txt post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/sysutils/libcpuid/files/patch-libcpuid_cpuid__main.c =================================================================== --- head/sysutils/libcpuid/files/patch-libcpuid_cpuid__main.c (revision 431969) +++ head/sysutils/libcpuid/files/patch-libcpuid_cpuid__main.c (nonexistent) @@ -1,10 +0,0 @@ ---- libcpuid/cpuid_main.c.orig 2016-08-16 05:32:11 UTC -+++ libcpuid/cpuid_main.c -@@ -126,6 +126,7 @@ static int get_total_cpus(void) - #endif - - #if defined __FreeBSD__ || defined __OpenBSD__ || defined __NetBSD__ || defined __bsdi__ || defined __QNX__ -+#include - #include - - static int get_total_cpus(void) Property changes on: head/sysutils/libcpuid/files/patch-libcpuid_cpuid__main.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/libcpuid/Makefile =================================================================== --- head/sysutils/libcpuid/Makefile (revision 431969) +++ head/sysutils/libcpuid/Makefile (revision 431970) @@ -1,29 +1,32 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= libcpuid -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 +DISTVERSIONPREFIX= v CATEGORIES= sysutils -MASTER_SITES= SF MAINTAINER= danfe@FreeBSD.org COMMENT= Small x86 CPU identification library LICENSE= BSD2CLAUSE ONLY_FOR_ARCHS= i386 amd64 -USES= libtool pathfix +USE_GITHUB= yes +GH_ACCOUNT= anrieff + +USES= autoreconf libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip PORTDOCS= AUTHORS ChangeLog Readme.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/sysutils/libcpuid/distinfo =================================================================== --- head/sysutils/libcpuid/distinfo (revision 431969) +++ head/sysutils/libcpuid/distinfo (revision 431970) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468115631 -SHA256 (libcpuid-0.3.0.tar.gz) = dcf70a3c163eed34ea146ebee0a3c061a111373f3286391b62cf664402f1e9f8 -SIZE (libcpuid-0.3.0.tar.gz) = 455685 +TIMESTAMP = 1478998492 +SHA256 (anrieff-libcpuid-v0.4.0_GH0.tar.gz) = 43427230cd9e86e25e5898b8e226c8af165085898795fd82d048d192c077ebfa +SIZE (anrieff-libcpuid-v0.4.0_GH0.tar.gz) = 124371 Index: head/sysutils/libcpuid/pkg-plist =================================================================== --- head/sysutils/libcpuid/pkg-plist (revision 431969) +++ head/sysutils/libcpuid/pkg-plist (revision 431970) @@ -1,9 +1,9 @@ bin/cpuid_tool include/libcpuid/libcpuid.h include/libcpuid/libcpuid_constants.h include/libcpuid/libcpuid_types.h lib/libcpuid.a lib/libcpuid.so -lib/libcpuid.so.13 -lib/libcpuid.so.13.0.0 +lib/libcpuid.so.14 +lib/libcpuid.so.14.0.0 libdata/pkgconfig/libcpuid.pc