From owner-svn-ports-head@FreeBSD.ORG Sat Jan 3 07:12:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39D5F720; Sat, 3 Jan 2015 07:12:08 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BDC810B8; Sat, 3 Jan 2015 07:12:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t037C7SE053315; Sat, 3 Jan 2015 07:12:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t037C7wj053314; Sat, 3 Jan 2015 07:12:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501030712.t037C7wj053314@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Jan 2015 07:12:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376093 - head/german/BBBike 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.18-1 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: Sat, 03 Jan 2015 07:12:08 -0000 Author: sunpoet Date: Sat Jan 3 07:12:06 2015 New Revision: 376093 URL: https://svnweb.freebsd.org/changeset/ports/376093 QAT: https://qat.redports.org/buildarchive/r376093/ Log: - Update *_DEPENDS - Bump PORTREVISION for dependency change - While I'm here, fix check-plist error ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: BBBike/tmp/.keep_me ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 Stop. make: stopped in /usr/ports/german/BBBike ====>> Error: check-plist failures detected Modified: head/german/BBBike/Makefile Modified: head/german/BBBike/Makefile ============================================================================== --- head/german/BBBike/Makefile Sat Jan 3 07:12:01 2015 (r376092) +++ head/german/BBBike/Makefile Sat Jan 3 07:12:06 2015 (r376093) @@ -3,17 +3,17 @@ PORTNAME= BBBike PORTVERSION= 3.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= german MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTVERSION} MAINTAINER= slaven@rezic.de COMMENT= Route-finder for cyclists in Berlin and Brandenburg -BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \ +BUILD_DEPENDS= p5-Inline-C>=0:${PORTSDIR}/devel/p5-Inline-C \ p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk \ - p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \ + p5-Inline-C>=0:${PORTSDIR}/devel/p5-Inline-C \ p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File USES= perl5 @@ -34,6 +34,9 @@ LOCAL_PERL_ARCH!= ${PERL5} -MConfig -e ' PLIST_SUB= LOCAL_PERL_ARCH=${LOCAL_PERL_ARCH} BBBIKE_PERL_EXE= bbbike cbbbike bbbikeclient cmdbbbike smsbbbike +post-patch: + @${RM} ${WRKSRC}/tmp/.keep_me + do-build: cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} all install cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} clean