Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2011 01:03:59 +0100 (CET)
From:      Thomas Vogt <thomas@bsdunix.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/154454: Update port: devel/cproto
Message-ID:  <201102020003.p1203xus048574@bert.mlan.solnet.ch>
Resent-Message-ID: <201102020030.p120UA5R026673@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154454
>Category:       ports
>Synopsis:       Update port: devel/cproto
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 02 00:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Vogt
>Release:        FreeBSD 8.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD bert.mlan.solnet.ch 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #1: Sun Jan 9 02:39:22 CET 2011 root@bert.mlan.solnet.ch:/usr/obj/usr/src/sys/BERT i386


	
>Description:
Update to 4.7i.

2011/01/02 (4.7j)
- amend a check for function name to allow cases such as this:
  int (foo)();
  which is distinct from a function-pointer, e.g.,
  int (*foo)();
- modified configure script to deprecate ${name-value} in favor of standard
  ${name:-value}.
- update config.guess, config.sub

>How-To-Repeat:
	
>Fix:

--- cproto.bak/Makefile	2011-01-01 11:33:55.000000000 +0100
+++ cproto/Makefile	2011-02-02 00:54:33.000000000 +0100
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	cproto
-PORTVERSION=	4.7i
+PORTVERSION=	4.7j
 CATEGORIES=	devel
 MASTER_SITES=	ftp://invisible-island.net/cproto/
 EXTRACT_SUFX=	.tgz



--- cproto.bak/distinfo	2010-10-05 05:03:30.000000000 +0200
+++ cproto/distinfo	2011-02-02 00:54:40.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (cproto-4.7i.tgz) = 515d078bd02413cf29841f30da48049b
-SHA256 (cproto-4.7i.tgz) = ae849aa385396aef04c36a9edd30b4bc5827378b9f72fadead18ee855cd5a702
-SIZE (cproto-4.7i.tgz) = 159739
+SHA256 (cproto-4.7j.tgz) = 1231309b1e9712551e1247120b096d019e1c66e612ad446184ad2def89f32d5d
+SIZE (cproto-4.7j.tgz) = 159363
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102020003.p1203xus048574>