From owner-svn-ports-head@freebsd.org Mon May 23 22:42:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC50DB47C1C; Mon, 23 May 2016 22:42:04 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD15214DE; Mon, 23 May 2016 22:42:04 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4NMg3J2018544; Mon, 23 May 2016 22:42:03 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NMg3ES018536; Mon, 23 May 2016 22:42:03 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201605232242.u4NMg3ES018536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 23 May 2016 22:42:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415750 - head/devel/libublio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2016 22:42:05 -0000 Author: mandree Date: Mon May 23 22:42:03 2016 New Revision: 415750 URL: https://svnweb.freebsd.org/changeset/ports/415750 Log: Add pkgconfig file. Add LICENSE clause. PR: 199797 Submitted by: resver@gmail.com Modified: head/devel/libublio/Makefile head/devel/libublio/pkg-plist Modified: head/devel/libublio/Makefile ============================================================================== --- head/devel/libublio/Makefile Mon May 23 22:07:24 2016 (r415749) +++ head/devel/libublio/Makefile Mon May 23 22:42:03 2016 (r415750) @@ -3,12 +3,15 @@ PORTNAME= libublio PORTVERSION= 20070103 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= LOCAL/mandree MAINTAINER= mandree@FreeBSD.org COMMENT= User space caching library +LICENSE= BSD2CLAUSE + USE_LDCONFIG= yes .if defined(NO_PROFILE) || defined(NOPROFILE) || defined(WITHOUT_PROFILE) @@ -22,6 +25,9 @@ USES= uidfix SRCCONF= /dev/null MAKE_ENV+= SRCCONF=${SRCCONF} +SUB_FILES= libublio.pc +SUB_LIST= PREFIX=${PREFIX} PORTVERSION=${PORTVERSION} + OPTIONS_DEFINE= DOCS post-extract: @@ -37,5 +43,6 @@ pre-install: post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/libublio.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ .include Modified: head/devel/libublio/pkg-plist ============================================================================== --- head/devel/libublio/pkg-plist Mon May 23 22:07:24 2016 (r415749) +++ head/devel/libublio/pkg-plist Mon May 23 22:42:03 2016 (r415750) @@ -3,4 +3,5 @@ lib/libublio.a %%PROFLIB%%lib/libublio_p.a lib/libublio.so lib/libublio.so.1 +libdata/pkgconfig/libublio.pc %%PORTDOCS%%%%DOCSDIR%%/README