pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update pkgconf to 0.9.12:



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Dec 2 12:53:06 2015 +0100
Changeset:	3dc32c5fded2850bb9a808dfc74a2d9b1c7e35ab

Modified Files:
	pkgconf/Makefile
	pkgconf/PLIST
	pkgconf/distinfo

Log Message:
Update pkgconf to 0.9.12:

Notable changes include fixing deduplication edge cases on -L and
-I Cflags/Libs.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3dc32c5fded2850bb9a808dfc74a2d9b1c7e35ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pkgconf/Makefile | 6 +++---
 pkgconf/PLIST    | 3 ++-
 pkgconf/distinfo | 7 ++++---
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs:
diff --git a/pkgconf/Makefile b/pkgconf/Makefile
index 426ff00..2dd40c0 100644
--- a/pkgconf/Makefile
+++ b/pkgconf/Makefile
@@ -1,9 +1,8 @@
 # $NetBSD: Makefile,v 1.3 2013/08/19 09:18:06 nthauvin Exp $
-#
 
-DISTNAME=	pkgconf-0.9.2
+DISTNAME=	pkgconf-0.9.12
 CATEGORIES=	devel
-MASTER_SITES=	http://tortois.es/~nenolod/distfiles/
+MASTER_SITES=	http://rabbit.dereferenced.org/~nenolod/distfiles/
 EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	nico%orgrim.net@localhost
@@ -17,6 +16,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-pkg-config-dir=${PREFIX}/share/pkgconfig \
 		--with-system-libdir=/usr/lib \
 		--with-system-includedir=/usr/include
+MAKE_FLAGS+=	MANDIR=${PREFIX}/${PKGMANDIR}/man1
 
 post-install:
 	${LN} -s ${PREFIX}/bin/pkgconf ${DESTDIR}${PREFIX}/bin/pkg-config
diff --git a/pkgconf/PLIST b/pkgconf/PLIST
index 5a5a59d..91938d4 100644
--- a/pkgconf/PLIST
+++ b/pkgconf/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2012/09/28 14:08:45 nthauvin Exp $
+@comment $NetBSD$
 bin/pkg-config
 bin/pkgconf
 share/aclocal/pkg.m4
+man/man1/pkgconf.1
diff --git a/pkgconf/distinfo b/pkgconf/distinfo
index db0c3ef..45421a1 100644
--- a/pkgconf/distinfo
+++ b/pkgconf/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.2 2013/08/19 09:18:06 nthauvin Exp $
 
-SHA1 (pkgconf-0.9.2.tar.bz2) = 9e9c302f5a1c529df2ac1037ffea71da1d485bcf
-RMD160 (pkgconf-0.9.2.tar.bz2) = 77c0a29da88cdb16b0e25937a867a3425ed2e6da
-Size (pkgconf-0.9.2.tar.bz2) = 82140 bytes
+SHA1 (pkgconf-0.9.12.tar.bz2) = 9f99afd100c3a42ae996a782ea46978d2877f891
+RMD160 (pkgconf-0.9.12.tar.bz2) = 97e64c8717ec069ad9722615b056e573762c25ab
+SHA512 (pkgconf-0.9.12.tar.bz2) = efe13db7a46992eb44ead493fc12b3fc6a5567e0206f701b6c48d9b5eb0bc90fcc9ae7a7e08ae641bb10df869287e5b68291701d4013d6cf27bd2b1518c29192
+Size (pkgconf-0.9.12.tar.bz2) = 87109 bytes


Home | Main Index | Thread Index | Old Index