From owner-svn-ports-head@FreeBSD.ORG Sat Oct 26 17:00:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 93ED24F1; Sat, 26 Oct 2013 17:00:30 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F85027CE; Sat, 26 Oct 2013 17:00:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9QH0Uuj049103; Sat, 26 Oct 2013 17:00:30 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9QH0URv049100; Sat, 26 Oct 2013 17:00:30 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201310261700.r9QH0URv049100@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sat, 26 Oct 2013 17:00:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331720 - head/devel/cproto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Oct 2013 17:00:30 -0000 Author: danilo Date: Sat Oct 26 17:00:29 2013 New Revision: 331720 URL: http://svnweb.freebsd.org/changeset/ports/331720 Log: - Update from 4.7j to 4.7k [1] - Add stage support PR: ports/183339 Submitted by: Thomas Vogt (maintainer) [1] Modified: head/devel/cproto/Makefile head/devel/cproto/distinfo Modified: head/devel/cproto/Makefile ============================================================================== --- head/devel/cproto/Makefile Sat Oct 26 16:33:19 2013 (r331719) +++ head/devel/cproto/Makefile Sat Oct 26 17:00:29 2013 (r331720) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cproto -PORTVERSION= 4.7j +PORTVERSION= 4.7k CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/cproto/ EXTRACT_SUFX= .tgz @@ -12,8 +12,6 @@ COMMENT= Generate C function prototypes GNU_CONFIGURE= yes -MAN1= cproto.1 -PLIST_FILES= bin/cproto +PLIST_FILES= bin/cproto man/man1/cproto.1.gz -NO_STAGE= yes .include Modified: head/devel/cproto/distinfo ============================================================================== --- head/devel/cproto/distinfo Sat Oct 26 16:33:19 2013 (r331719) +++ head/devel/cproto/distinfo Sat Oct 26 17:00:29 2013 (r331720) @@ -1,2 +1,2 @@ -SHA256 (cproto-4.7j.tgz) = 1231309b1e9712551e1247120b096d019e1c66e612ad446184ad2def89f32d5d -SIZE (cproto-4.7j.tgz) = 159363 +SHA256 (cproto-4.7k.tgz) = e8e1d7994b9141d56144f2e82ae679c3891f3b5e635837d666a52244cc59e2d0 +SIZE (cproto-4.7k.tgz) = 163224