svn commit: r452049 - head/devel/cdecl

Larry Rosenman ler at FreeBSD.org
Sat Oct 14 09:11:15 UTC 2017


Author: ler
Date: Sat Oct 14 09:11:13 2017
New Revision: 452049
URL: https://svnweb.freebsd.org/changeset/ports/452049

Log:
  devel/cdecl: update to 4.2.
  
  Added noexcept and throw() support
  Function declarations may now include exception specifications.
  
  Fixed handling of leading whitespace in command-line argument
  The unusual case of:
  
  cdecl ' declare x as int'
  i.e., a quoted argument having leading whitespace, is now handled correctly.

Modified:
  head/devel/cdecl/Makefile
  head/devel/cdecl/distinfo

Modified: head/devel/cdecl/Makefile
==============================================================================
--- head/devel/cdecl/Makefile	Sat Oct 14 08:59:40 2017	(r452048)
+++ head/devel/cdecl/Makefile	Sat Oct 14 09:11:13 2017	(r452049)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cdecl
-PORTVERSION=	4.1
+PORTVERSION=	4.2
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	devel
 

Modified: head/devel/cdecl/distinfo
==============================================================================
--- head/devel/cdecl/distinfo	Sat Oct 14 08:59:40 2017	(r452048)
+++ head/devel/cdecl/distinfo	Sat Oct 14 09:11:13 2017	(r452049)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507577805
-SHA256 (paul-j-lucas-cdecl-cdecl-4.1_GH0.tar.gz) = bc085ba9092c87421c8a2f9f6120eeab79ea52e6ec3dd440174ea11186e7cc9c
-SIZE (paul-j-lucas-cdecl-cdecl-4.1_GH0.tar.gz) = 260821
+TIMESTAMP = 1507972217
+SHA256 (paul-j-lucas-cdecl-cdecl-4.2_GH0.tar.gz) = 15d57c448774c0656d54a661fb16018a4ccc31208b8295c4674f31accbc6168b
+SIZE (paul-j-lucas-cdecl-cdecl-4.2_GH0.tar.gz) = 263146


More information about the svn-ports-all mailing list