From owner-svn-ports-head@freebsd.org Wed Jul 18 10:16:20 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 A96C610430AA; Wed, 18 Jul 2018 10:16:20 +0000 (UTC) (envelope-from bapt@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 517C373698; Wed, 18 Jul 2018 10:16:20 +0000 (UTC) (envelope-from bapt@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 0DF0B18D79; Wed, 18 Jul 2018 10:16:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6IAGJlo087221; Wed, 18 Jul 2018 10:16:19 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6IAGJUf087218; Wed, 18 Jul 2018 10:16:19 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201807181016.w6IAGJUf087218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 18 Jul 2018 10:16:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474847 - in head/devel/slibtool: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head/devel/slibtool: . files X-SVN-Commit-Revision: 474847 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: Wed, 18 Jul 2018 10:16:20 -0000 Author: bapt Date: Wed Jul 18 10:16:19 2018 New Revision: 474847 URL: https://svnweb.freebsd.org/changeset/ports/474847 Log: Update to 0.5.25 Added: head/devel/slibtool/files/ head/devel/slibtool/files/no-pc-file.patch (contents, props changed) Modified: head/devel/slibtool/Makefile head/devel/slibtool/distinfo Modified: head/devel/slibtool/Makefile ============================================================================== --- head/devel/slibtool/Makefile Wed Jul 18 10:03:32 2018 (r474846) +++ head/devel/slibtool/Makefile Wed Jul 18 10:16:19 2018 (r474847) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= slibtool -PORTVERSION= 0.5.20 +PORTVERSION= 0.5.25 CATEGORIES= devel MASTER_SITES= http://dl.midipix.org/${PORTNAME}/ @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.SLIBTOOL HAS_CONFIGURE= yes USES= gmake tar:xz +EXTRA_PATCHES= ${FILESDIR}/no-pc-file.patch:-p1 post-patch: ${REINPLACE_CMD} -e "s/make/${MAKE_CMD}/g" ${WRKSRC}/configure Modified: head/devel/slibtool/distinfo ============================================================================== --- head/devel/slibtool/distinfo Wed Jul 18 10:03:32 2018 (r474846) +++ head/devel/slibtool/distinfo Wed Jul 18 10:16:19 2018 (r474847) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530519727 -SHA256 (slibtool-0.5.20.tar.xz) = 052ee61db8317f22eccb8bfc1b5d4f04e1785e2c91c0d448c249a33d34cc7d8e -SIZE (slibtool-0.5.20.tar.xz) = 53856 +TIMESTAMP = 1531898922 +SHA256 (slibtool-0.5.25.tar.xz) = 6491b20b4fb247ba92c2babf73387f45eeb39a1f0e5f3f273d3359298332ed5c +SIZE (slibtool-0.5.25.tar.xz) = 58048 Added: head/devel/slibtool/files/no-pc-file.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/slibtool/files/no-pc-file.patch Wed Jul 18 10:16:19 2018 (r474847) @@ -0,0 +1,29 @@ +From 6262552171f7f32d28bb54a6c783bdd6578efa8c Mon Sep 17 00:00:00 2001 +From: midipix +Date: Wed, 18 Jul 2018 05:23:28 -0400 +Subject: build system: fix shared/static install target dependencies on + install-pkgconf. + +--- + sofort/pkgconf.mk | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/sofort/pkgconf.mk b/sofort/pkgconf.mk +index c28eae6..59a54e0 100644 +--- a/sofort/pkgconf.mk ++++ b/sofort/pkgconf.mk +@@ -31,9 +31,9 @@ install-pkgconf: build/$(PACKAGE).pc + mkdir -p $(DESTDIR)$(LIBDIR)/pkgconfig + cp -p build/$(PACKAGE).pc $(DESTDIR)$(LIBDIR)/pkgconfig + +-package-install-shared: install-pkgconf ++install-shared: install-pkgconf + +-package-install-static: install-pkgconf ++install-static: install-pkgconf + + .PHONY: .pkgconf install-pkgconf + +-- +cgit v0.11.2 +