From owner-svn-ports-head@freebsd.org Tue Aug 14 15:31:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C35FF107B93E; Tue, 14 Aug 2018 15:31:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 79AD874DD2; Tue, 14 Aug 2018 15:31:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C4871D610; Tue, 14 Aug 2018 15:31:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7EFV2aL052966; Tue, 14 Aug 2018 15:31:02 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7EFV1xR052963; Tue, 14 Aug 2018 15:31:01 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201808141531.w7EFV1xR052963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 14 Aug 2018 15:31:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477166 - head/devel/libffcall X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/libffcall X-SVN-Commit-Revision: 477166 X-SVN-Commit-Repository: ports 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.27 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: Tue, 14 Aug 2018 15:31:03 -0000 Author: swills Date: Tue Aug 14 15:31:01 2018 New Revision: 477166 URL: https://svnweb.freebsd.org/changeset/ports/477166 Log: devel/libffcall: Update to 2.1, assign maintainer PR: 230423 Submitted by: Nathan Modified: head/devel/libffcall/Makefile (contents, props changed) head/devel/libffcall/distinfo (contents, props changed) head/devel/libffcall/pkg-plist (contents, props changed) Modified: head/devel/libffcall/Makefile ============================================================================== --- head/devel/libffcall/Makefile Tue Aug 14 15:27:50 2018 (r477165) +++ head/devel/libffcall/Makefile Tue Aug 14 15:31:01 2018 (r477166) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= libffcall -PORTVERSION= 1.13 +PORTVERSION= 2.1 CATEGORIES= devel MASTER_SITES= GNU -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ndowens@yahoo.com COMMENT= Foreign function call libraries LICENSE= GPLv2+ @@ -22,11 +22,10 @@ GNU_CONFIGURE= yes USES= gmake libtool USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-shared +CONFIGURE_ARGS= --enable-shared CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} MAKE_JOBS_UNSAFE= yes - -CFLAGS+= -fPIC +CFLAGS+= -fPIC post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libavcall.so \ Modified: head/devel/libffcall/distinfo ============================================================================== --- head/devel/libffcall/distinfo Tue Aug 14 15:27:50 2018 (r477165) +++ head/devel/libffcall/distinfo Tue Aug 14 15:31:01 2018 (r477166) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498304602 -SHA256 (libffcall-1.13.tar.gz) = 1707ce707dbbf57f1bbe9aa56929c0da866046b0d5a26eb0d96d9f0bb29bbce7 -SIZE (libffcall-1.13.tar.gz) = 985185 +TIMESTAMP = 1533604264 +SHA256 (libffcall-2.1.tar.gz) = a091fb8bbabf17c94a2dae2d41161b96a08ab92b5f75d3364157a2c34d538c47 +SIZE (libffcall-2.1.tar.gz) = 943235 Modified: head/devel/libffcall/pkg-plist ============================================================================== --- head/devel/libffcall/pkg-plist Tue Aug 14 15:27:50 2018 (r477165) +++ head/devel/libffcall/pkg-plist Tue Aug 14 15:31:01 2018 (r477166) @@ -1,29 +1,32 @@ -man/man3/avcall.3.gz -man/man3/callback.3.gz -man/man3/trampoline.3.gz -man/man3/trampoline_r.3.gz -man/man3/vacall.3.gz include/avcall.h include/callback.h +include/ffcall-abi.h +include/ffcall-version.h include/trampoline.h -include/trampoline_r.h include/vacall.h include/vacall_r.h lib/libavcall.a lib/libavcall.so -lib/libavcall.so.0 -lib/libavcall.so.0.0.0 +lib/libavcall.so.1 +lib/libavcall.so.1.0.1 lib/libcallback.a lib/libcallback.so -lib/libcallback.so.0 -lib/libcallback.so.0.0.0 +lib/libcallback.so.1 +lib/libcallback.so.1.0.1 +lib/libffcall.a +lib/libffcall.so +lib/libffcall.so.0 +lib/libffcall.so.0.0.1 lib/libtrampoline.a lib/libtrampoline.so -lib/libtrampoline.so.0 -lib/libtrampoline.so.0.0.0 +lib/libtrampoline.so.1 +lib/libtrampoline.so.1.0.1 lib/libvacall.a +man/man3/avcall.3.gz +man/man3/callback.3.gz +man/man3/trampoline.3.gz +man/man3/vacall.3.gz share/html/avcall.html share/html/callback.html share/html/trampoline.html -share/html/trampoline_r.html share/html/vacall.html