Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jan 2015 20:51:51 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376271 - head/devel/csmith
Message-ID:  <201501042051.t04KppYe045402@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <freebsd@skysmurf.nl>

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 <bsd.port.mk>

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



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