svn commit: r440207 - head/devel/cdecl
Larry Rosenman
ler at FreeBSD.org
Fri May 5 23:17:53 UTC 2017
Author: ler
Date: Fri May 5 23:17:52 2017
New Revision: 440207
URL: https://svnweb.freebsd.org/changeset/ports/440207
Log:
devel/cdecl: upgrade to 3.1.2
Fixed declarations with storage-class
Declarations like:
declare x as static pointer to function returning int
declare x as type pointer to function returning int
are fixed.
Approved by: adamw (mentor, implicit)
Modified:
head/devel/cdecl/Makefile
head/devel/cdecl/distinfo
Modified: head/devel/cdecl/Makefile
==============================================================================
--- head/devel/cdecl/Makefile Fri May 5 22:15:36 2017 (r440206)
+++ head/devel/cdecl/Makefile Fri May 5 23:17:52 2017 (r440207)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cdecl
-PORTVERSION= 3.1.1
+PORTVERSION= 3.1.2
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel
Modified: head/devel/cdecl/distinfo
==============================================================================
--- head/devel/cdecl/distinfo Fri May 5 22:15:36 2017 (r440206)
+++ head/devel/cdecl/distinfo Fri May 5 23:17:52 2017 (r440207)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493812533
-SHA256 (paul-j-lucas-cdecl-cdecl-3.1.1_GH0.tar.gz) = becc8abee5f6f888b6692d049865a53b741757920e10dec9f83b19fd6275106b
-SIZE (paul-j-lucas-cdecl-cdecl-3.1.1_GH0.tar.gz) = 235660
+TIMESTAMP = 1494026042
+SHA256 (paul-j-lucas-cdecl-cdecl-3.1.2_GH0.tar.gz) = eaf02a32c7c079bb3430196f59d1cd5835dbd5ad70672f1618fe7eb7269761a9
+SIZE (paul-j-lucas-cdecl-cdecl-3.1.2_GH0.tar.gz) = 235977
More information about the svn-ports-head
mailing list