svn commit: r481550 - head/devel/cdecl

Larry Rosenman ler at FreeBSD.org
Mon Oct 8 16:45:45 UTC 2018


Author: ler
Date: Mon Oct  8 16:45:44 2018
New Revision: 481550
URL: https://svnweb.freebsd.org/changeset/ports/481550

Log:
  devel/cdecl: update to 4.8.
  
  Show command improvement
  The show command can now show the definition of a type in English
  (same as before, but now the default) or in gibberish as a typedef
  (new, optional).
  
  Note also that the trailing types keyword has been removed from
  the command: it wasn't needed.

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

Modified: head/devel/cdecl/Makefile
==============================================================================
--- head/devel/cdecl/Makefile	Mon Oct  8 16:29:22 2018	(r481549)
+++ head/devel/cdecl/Makefile	Mon Oct  8 16:45:44 2018	(r481550)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cdecl
-PORTVERSION=	4.7
+PORTVERSION=	4.8
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	devel
 

Modified: head/devel/cdecl/distinfo
==============================================================================
--- head/devel/cdecl/distinfo	Mon Oct  8 16:29:22 2018	(r481549)
+++ head/devel/cdecl/distinfo	Mon Oct  8 16:45:44 2018	(r481550)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536684011
-SHA256 (paul-j-lucas-cdecl-cdecl-4.7_GH0.tar.gz) = 653be855d1a0d013f2848b845e415fc3975528cc3ce7a015cff30f180449f1ab
-SIZE (paul-j-lucas-cdecl-cdecl-4.7_GH0.tar.gz) = 300451
+TIMESTAMP = 1539017077
+SHA256 (paul-j-lucas-cdecl-cdecl-4.8_GH0.tar.gz) = bab94934a79c91ba920d795dff7665db779377447c7a669a1a37a22cf8237b76
+SIZE (paul-j-lucas-cdecl-cdecl-4.8_GH0.tar.gz) = 301613


More information about the svn-ports-all mailing list