1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

Update to 0.5.25

This commit is contained in:
Baptiste Daroussin 2018-07-18 10:16:19 +00:00
parent 93d172a480
commit be251ddf37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474847
3 changed files with 34 additions and 4 deletions

View File

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

View File

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

View File

@ -0,0 +1,29 @@
From 6262552171f7f32d28bb54a6c783bdd6578efa8c Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
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