From owner-svn-ports-all@FreeBSD.ORG Fri Dec 27 12:03:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C03B0500; Fri, 27 Dec 2013 12:03:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 92CC61A62; Fri, 27 Dec 2013 12:03:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBRC3PXa014745; Fri, 27 Dec 2013 12:03:25 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBRC3PAx014739; Fri, 27 Dec 2013 12:03:25 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201312271203.rBRC3PAx014739@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 27 Dec 2013 12:03:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337719 - head/devel/pkgconf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 12:03:25 -0000 Author: bapt Date: Fri Dec 27 12:03:24 2013 New Revision: 337719 URL: http://svnweb.freebsd.org/changeset/ports/337719 Log: Update to 0.9.4 Modified: head/devel/pkgconf/Makefile head/devel/pkgconf/distinfo head/devel/pkgconf/pkg-plist Modified: head/devel/pkgconf/Makefile ============================================================================== --- head/devel/pkgconf/Makefile Fri Dec 27 12:00:02 2013 (r337718) +++ head/devel/pkgconf/Makefile Fri Dec 27 12:03:24 2013 (r337719) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkgconf -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= devel MASTER_SITES= http://rabbit.dereferenced.org/~nenolod/distfiles/ \ http://files.etoilebsd.net/pkgconf/ @@ -11,15 +11,19 @@ COMMENT= Utility to help to configure co LICENSE= BSD +OPTIONS_DEFINE= DOCS + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkg-config-dir=${PREFIX}/libdata/pkgconfig:/usr/libdata/pkgconfig \ --with-system-libdir=/usr/lib \ --with-system-includedir=/usr/include USE_BZIP2= yes +MAKE_ARGS= MANDIR="${MAN1PREFIX}/man/man1" CONFLICTS_INSTALL= pkg-config-* post-install: ${LN} -sf pkgconf ${STAGEDIR}${PREFIX}/bin/pkg-config + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pkgconf .include Modified: head/devel/pkgconf/distinfo ============================================================================== --- head/devel/pkgconf/distinfo Fri Dec 27 12:00:02 2013 (r337718) +++ head/devel/pkgconf/distinfo Fri Dec 27 12:03:24 2013 (r337719) @@ -1,2 +1,2 @@ -SHA256 (pkgconf-0.9.3.tar.bz2) = 00033a1080a81dfff7cd7ef98d2b054e4cf627376df92a67b98f2e0c243e7f11 -SIZE (pkgconf-0.9.3.tar.bz2) = 82334 +SHA256 (pkgconf-0.9.4.tar.bz2) = 3d7d6ecbbb868145a04851c19a56dbf4ca0bf3ebcbb59f84cb440d95b6ca3cb5 +SIZE (pkgconf-0.9.4.tar.bz2) = 83824 Modified: head/devel/pkgconf/pkg-plist ============================================================================== --- head/devel/pkgconf/pkg-plist Fri Dec 27 12:00:02 2013 (r337718) +++ head/devel/pkgconf/pkg-plist Fri Dec 27 12:03:24 2013 (r337719) @@ -1,3 +1,4 @@ bin/pkg-config bin/pkgconf +man/man1/pkgconf.1.gz share/aclocal/pkg.m4