svn commit: r451908 - in head/sysutils/facter: . files
Romain Tartière
romain at FreeBSD.org
Thu Oct 12 16:55:51 UTC 2017
Author: romain
Date: Thu Oct 12 16:55:50 2017
New Revision: 451908
URL: https://svnweb.freebsd.org/changeset/ports/451908
Log:
Update to 3.9.2
- This version does not build with ninja, so disable it for now;
- Remove unneeded patch;
- While here, silent down post-patch operations.
With hat: puppet
Deleted:
head/sysutils/facter/files/patch-lib_CMakeLists.txt
Modified:
head/sysutils/facter/Makefile
head/sysutils/facter/distinfo
Modified: head/sysutils/facter/Makefile
==============================================================================
--- head/sysutils/facter/Makefile Thu Oct 12 16:53:01 2017 (r451907)
+++ head/sysutils/facter/Makefile Thu Oct 12 16:55:50 2017 (r451908)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= facter
-PORTVERSION= 3.9.0
-PORTREVISION?= 3
+PORTVERSION= 3.9.2
CATEGORIES?= sysutils
MASTER_SITES= http://downloads.puppetlabs.com/facter/
@@ -12,7 +11,7 @@ COMMENT= Cross-platform library for retrieving facts f
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake compiler:c++11-lib ssl
+USES= cmake:noninja compiler:c++11-lib ssl
BROKEN_DragonFly= DragonFly is not supported upstream
BROKEN_powerpc64= fails to compile: collection.cc: 'stoi' was not declared in this scope
@@ -43,7 +42,7 @@ OPTIONS_SUB= yes
.include <bsd.port.options.mk>
post-patch:
- ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
+ @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/lib/src/facts/posix/collection.cc \
${WRKSRC}/lib/src/util/config/posix/config.cc
Modified: head/sysutils/facter/distinfo
==============================================================================
--- head/sysutils/facter/distinfo Thu Oct 12 16:53:01 2017 (r451907)
+++ head/sysutils/facter/distinfo Thu Oct 12 16:55:50 2017 (r451908)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505384928
-SHA256 (facter-3.9.0.tar.gz) = 5c80cae72e7d9457b8a0d28dfc3c030d7dbe5dc38c5418aa8f237928290ac9f7
-SIZE (facter-3.9.0.tar.gz) = 335644
+TIMESTAMP = 1507718795
+SHA256 (facter-3.9.2.tar.gz) = 7111b36a9179baa23f8faca185a4905200f096c2ee52d901dcd64796a66d4760
+SIZE (facter-3.9.2.tar.gz) = 335812
More information about the svn-ports-head
mailing list