Date: Sat, 23 Jul 2016 20:53:08 +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: r418978 - head/devel/pkgconf Message-ID: <201607232053.u6NKr8n4016020@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607232053.u6NKr8n4016020>