Bug 188943

Summary: [patch] graphics/libwpg -- Fix shebang and modernize USES
Product: Ports & Packages Reporter: Pietro Cerutti <gahr>
Component: Individual Port(s)Assignee: FreeBSD Office Team <office>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Pietro Cerutti freebsd_committer freebsd_triage 2014-04-24 08:50:01 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-24 08:50:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->office

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-24 12:28:17 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"
Comment 3 Pietro Cerutti freebsd_committer freebsd_triage 2014-06-13 06:35:53 UTC
Fixed in the meanwhile.