Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jan 2015 07:12:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376093 - head/german/BBBike
Message-ID:  <201501030712.t037C7wj053314@svn.freebsd.org>

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



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