From owner-freebsd-office@FreeBSD.ORG Thu Apr 24 11:30:01 2014 Return-Path: Delivered-To: office@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5381996 for ; Thu, 24 Apr 2014 11:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 419A81BA5 for ; Thu, 24 Apr 2014 11:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3OBU1U2026755 for ; Thu, 24 Apr 2014 11:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3OBU1Jl026754; Thu, 24 Apr 2014 11:30:01 GMT (envelope-from gnats) Date: Thu, 24 Apr 2014 11:30:01 GMT Message-Id: <201404241130.s3OBU1Jl026754@freefall.freebsd.org> To: office@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188943: commit references a PR X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 11:30:01 -0000 The following reply was made to PR ports/188943; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188943: commit references a PR Date: Thu, 24 Apr 2014 11:28:17 +0000 (UTC) Author: gahr Date: Thu Apr 24 11:28:11 2014 New Revision: 351994 URL: http://svnweb.freebsd.org/changeset/ports/351994 QAT: https://qat.redports.org/buildarchive/r351994/ Log: - USES shebangfix + tar:bzip2 PR: 188943 Approved by: bapt (portmgr) Modified: head/graphics/libwpg/Makefile Modified: head/graphics/libwpg/Makefile ============================================================================== --- head/graphics/libwpg/Makefile Thu Apr 24 11:13:08 2014 (r351993) +++ head/graphics/libwpg/Makefile Thu Apr 24 11:28:11 2014 (r351994) @@ -14,8 +14,8 @@ LICENSE_COMB= dual LIB_DEPENDS= libwpd-0.9.so:${PORTSDIR}/textproc/libwpd -USES= libtool:keepla pathfix perl5 pkgconfig -USE_BZIP2= yes +USES= libtool:keepla pathfix perl5 pkgconfig shebangfix tar:bzip2 +SHEBANG_FILES= ${WRKSRC}/src/conv/svg/wpg2svgbatch.pl USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-werror _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"