- 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>
This commit is contained in:
Pawel Pekala 2015-01-04 20:51:50 +00:00
parent 3c3468aef1
commit 68427b338f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376271
3 changed files with 27 additions and 25 deletions

View file

@ -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>

View file

@ -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

View file

@ -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