Index: head/devel/csmith/Makefile =================================================================== --- head/devel/csmith/Makefile (revision 444880) +++ head/devel/csmith/Makefile (revision 444881) @@ -1,29 +1,29 @@ # $FreeBSD$ PORTNAME= csmith -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.0 CATEGORIES= devel MASTER_SITES= http://embed.cs.utah.edu/csmith/ MAINTAINER= mmokhi@FreeBSD.org COMMENT= Generates random C programs that conform to the C99 standard LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip USES= gmake libtool perl5 shebangfix USE_PERL5= run -SHEBANG_FILES= scripts/compiler_test.pl scripts/launchn.pl scripts/test_csmith.pl +SHEBANG_FILES= scripts/compiler_test.pl scripts/launchn.pl USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 amd64 OPTIONS_DEFINE= DOCS PLIST_SUB= PKGNAME="${PKGNAME}" .include Index: head/devel/csmith/distinfo =================================================================== --- head/devel/csmith/distinfo (revision 444880) +++ head/devel/csmith/distinfo (revision 444881) @@ -1,2 +1,3 @@ -SHA256 (csmith-2.2.0.tar.gz) = 62fd96d3a5228241d4f3159511ad3ff5b8c4cedb9e9a82adc935830b421c8e37 -SIZE (csmith-2.2.0.tar.gz) = 622362 +TIMESTAMP = 1498294369 +SHA256 (csmith-2.3.0.tar.gz) = f247cc0aede5f8a0746271b40a5092b5b5a2d034e5e8f7a836c879dde3fb65d5 +SIZE (csmith-2.3.0.tar.gz) = 637381 Index: head/devel/csmith/pkg-plist =================================================================== --- head/devel/csmith/pkg-plist (revision 444880) +++ head/devel/csmith/pkg-plist (revision 444881) @@ -1,29 +1,28 @@ bin/compiler_test.in bin/compiler_test.pl bin/csmith bin/launchn.pl -bin/test_csmith.pl 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 lib/libcsmith.so.0.0.0 %%PORTDOCS%%%%DOCSDIR%%/probabilities.txt