From owner-svn-ports-head@FreeBSD.ORG Sun Jan 4 20:51:52 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5066A164; Sun, 4 Jan 2015 20:51:52 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BAEC64DCC; Sun, 4 Jan 2015 20:51:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t04Kpq0A045408; Sun, 4 Jan 2015 20:51:52 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t04KppYe045402; Sun, 4 Jan 2015 20:51:51 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201501042051.t04KppYe045402@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 4 Jan 2015 20:51:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376271 - head/devel/csmith 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.18-1 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: Sun, 04 Jan 2015 20:51:52 -0000 Author: pawel Date: Sun Jan 4 20:51:50 2015 New Revision: 376271 URL: https://svnweb.freebsd.org/changeset/ports/376271 QAT: https://qat.redports.org/buildarchive/r376271/ Log: - Update to version 2.2.0 - Add new maintainer's mirror to MASTER_SITES - Submitter is new maintainer - Add PKGNAME to PLIST_SUB and use it to parameterize include directory PR: 196424 Submitted by: A.J. "Fonz" van Werven Modified: head/devel/csmith/Makefile head/devel/csmith/distinfo head/devel/csmith/pkg-plist Modified: head/devel/csmith/Makefile ============================================================================== --- head/devel/csmith/Makefile Sun Jan 4 20:48:35 2015 (r376270) +++ head/devel/csmith/Makefile Sun Jan 4 20:51:50 2015 (r376271) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= csmith -PORTVERSION= 2.1.0 -PORTREVISION= 2 +PORTVERSION= 2.2.0 CATEGORIES= devel -MASTER_SITES= http://embed.cs.utah.edu/csmith/ +MASTER_SITES= http://embed.cs.utah.edu/csmith/ \ + http://www.skysmurf.nl/comp/FreeBSD/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@skysmurf.nl COMMENT= Generates random C programs that conform to the C99 standard LICENSE= BSD2CLAUSE @@ -25,4 +25,6 @@ ONLY_FOR_ARCHS= i386 amd64 OPTIONS_DEFINE= DOCS +PLIST_SUB= PKGNAME="${PKGNAME}" + .include Modified: head/devel/csmith/distinfo ============================================================================== --- head/devel/csmith/distinfo Sun Jan 4 20:48:35 2015 (r376270) +++ head/devel/csmith/distinfo Sun Jan 4 20:51:50 2015 (r376271) @@ -1,2 +1,2 @@ -SHA256 (csmith-2.1.0.tar.gz) = d5f626044dbe93bfadd867385dc03b111b91ead1e394793a4203dd7de4f50192 -SIZE (csmith-2.1.0.tar.gz) = 575381 +SHA256 (csmith-2.2.0.tar.gz) = 62fd96d3a5228241d4f3159511ad3ff5b8c4cedb9e9a82adc935830b421c8e37 +SIZE (csmith-2.2.0.tar.gz) = 622362 Modified: head/devel/csmith/pkg-plist ============================================================================== --- head/devel/csmith/pkg-plist Sun Jan 4 20:48:35 2015 (r376270) +++ head/devel/csmith/pkg-plist Sun Jan 4 20:51:50 2015 (r376271) @@ -3,25 +3,25 @@ bin/compiler_test.pl bin/csmith bin/launchn.pl bin/test_csmith.pl -include/csmith-2.1.0/csmith.h -include/csmith-2.1.0/csmith_minimal.h -include/csmith-2.1.0/custom_limits.h -include/csmith-2.1.0/custom_stdint_x86.h -include/csmith-2.1.0/platform_avr.h -include/csmith-2.1.0/platform_generic.h -include/csmith-2.1.0/platform_msp430.h -include/csmith-2.1.0/random_inc.h -include/csmith-2.1.0/safe_abbrev.h -include/csmith-2.1.0/safe_math.h -include/csmith-2.1.0/safe_math_macros.h -include/csmith-2.1.0/safe_math_macros_notmp.h -include/csmith-2.1.0/stdint_avr.h -include/csmith-2.1.0/stdint_ia32.h -include/csmith-2.1.0/stdint_ia64.h -include/csmith-2.1.0/stdint_msp430.h -include/csmith-2.1.0/volatile_runtime.c -include/csmith-2.1.0/volatile_runtime.h -include/csmith-2.1.0/windows/stdint.h +include/%%PKGNAME%%/csmith.h +include/%%PKGNAME%%/csmith_minimal.h +include/%%PKGNAME%%/custom_limits.h +include/%%PKGNAME%%/custom_stdint_x86.h +include/%%PKGNAME%%/platform_avr.h +include/%%PKGNAME%%/platform_generic.h +include/%%PKGNAME%%/platform_msp430.h +include/%%PKGNAME%%/random_inc.h +include/%%PKGNAME%%/safe_abbrev.h +include/%%PKGNAME%%/safe_math.h +include/%%PKGNAME%%/safe_math_macros.h +include/%%PKGNAME%%/safe_math_macros_notmp.h +include/%%PKGNAME%%/stdint_avr.h +include/%%PKGNAME%%/stdint_ia32.h +include/%%PKGNAME%%/stdint_ia64.h +include/%%PKGNAME%%/stdint_msp430.h +include/%%PKGNAME%%/volatile_runtime.c +include/%%PKGNAME%%/volatile_runtime.h +include/%%PKGNAME%%/windows/stdint.h lib/libcsmith.a lib/libcsmith.so lib/libcsmith.so.0