svn commit: r448514 - head/devel/argdata

Ed Schouten ed at FreeBSD.org
Tue Aug 22 07:57:17 UTC 2017


Author: ed (src committer)
Date: Tue Aug 22 07:57:15 2017
New Revision: 448514
URL: https://svnweb.freebsd.org/changeset/ports/448514

Log:
  Upgrade Argdata to version 0.6.
  
  In 0.5, the C++ bindings were broken on non-CloudABI systems. This went
  by unnoticed, as we didn't use the C++ bindings on those systems yet.
  Now that I'm preparing the import of CloudABI's networking daemon,
  Flower, into the Ports tree, this is becoming problematic.
  
  Reviewed by:	bapt
  Differential Revision:	https://reviews.freebsd.org/D12065

Modified:
  head/devel/argdata/Makefile
  head/devel/argdata/distinfo

Modified: head/devel/argdata/Makefile
==============================================================================
--- head/devel/argdata/Makefile	Tue Aug 22 07:52:59 2017	(r448513)
+++ head/devel/argdata/Makefile	Tue Aug 22 07:57:15 2017	(r448514)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	argdata
-PORTVERSION=	0.5
+PORTVERSION=	0.6
 DISTVERSIONPREFIX=v
 CATEGORIES=	devel
 

Modified: head/devel/argdata/distinfo
==============================================================================
--- head/devel/argdata/distinfo	Tue Aug 22 07:52:59 2017	(r448513)
+++ head/devel/argdata/distinfo	Tue Aug 22 07:57:15 2017	(r448514)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1498339202
-SHA256 (NuxiNL-argdata-v0.5_GH0.tar.gz) = 8e1b92bb6dd1cf5f3fefcaf58e1a9d7c7caa8f255e85008ea79150a86319727d
-SIZE (NuxiNL-argdata-v0.5_GH0.tar.gz) = 26509
+TIMESTAMP = 1502984887
+SHA256 (NuxiNL-argdata-v0.6_GH0.tar.gz) = 15983371932190f7488c5e0a597bc4c2510c35ed336cbbfb3407d78e2fbc303e
+SIZE (NuxiNL-argdata-v0.6_GH0.tar.gz) = 26548


More information about the svn-ports-head mailing list