Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 12:03:24 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337719 - head/devel/pkgconf
Message-ID:  <201312271203.rBRC3PAx014739@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312271203.rBRC3PAx014739>