svn commit: r418978 - head/devel/pkgconf

Baptiste Daroussin bapt at FreeBSD.org
Sat Jul 23 20:53:10 UTC 2016


Author: bapt
Date: Sat Jul 23 20:53:08 2016
New Revision: 418978
URL: https://svnweb.freebsd.org/changeset/ports/418978

Log:
  Update to version 1
  
  Now pkgconf is providing a libpkgconf
  Add a tests target to run the regression tests

Modified:
  head/devel/pkgconf/Makefile
  head/devel/pkgconf/distinfo

Modified: head/devel/pkgconf/Makefile
==============================================================================
--- head/devel/pkgconf/Makefile	Sat Jul 23 20:27:20 2016	(r418977)
+++ head/devel/pkgconf/Makefile	Sat Jul 23 20:53:08 2016	(r418978)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkgconf
-PORTVERSION=	0.9.12
-PORTREVISION=	1
+PORTVERSION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://rabbit.dereferenced.org/~nenolod/distfiles/ \
 		http://files.etoilebsd.net/pkgconf/
@@ -12,8 +11,11 @@ COMMENT=	Utility to help to configure co
 
 LICENSE=	ISCL
 
-USES=		tar:bzip2
+USES=		tar:xz libtool
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USE_LDCONFIG=	yes
+TEST_TARGET=	check
 CONFIGURE_ARGS=	--with-pkg-config-dir=${PREFIX}/libdata/pkgconfig:/usr/libdata/pkgconfig \
 		--with-system-libdir=/usr/lib \
 		--with-system-includedir=/usr/include

Modified: head/devel/pkgconf/distinfo
==============================================================================
--- head/devel/pkgconf/distinfo	Sat Jul 23 20:27:20 2016	(r418977)
+++ head/devel/pkgconf/distinfo	Sat Jul 23 20:53:08 2016	(r418978)
@@ -1,2 +1,3 @@
-SHA256 (pkgconf-0.9.12.tar.bz2) = 7ec8b516e655e247f4ba976837cee808134785819ab8f538f652fe919cc6c09f
-SIZE (pkgconf-0.9.12.tar.bz2) = 87109
+TIMESTAMP = 1469306926
+SHA256 (pkgconf-1.tar.xz) = 6e46cf28b252b636459c0b7f808997858206b92b3fac37135781128ce5d47704
+SIZE (pkgconf-1.tar.xz) = 247796


More information about the svn-ports-all mailing list