Bug 188943 - [patch] graphics/libwpg -- Fix shebang and modernize USES
Summary: [patch] graphics/libwpg -- Fix shebang and modernize USES
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: FreeBSD Office Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-24 08:50 UTC by Pietro Cerutti
Modified: 2014-06-13 06:35 UTC (History)
0 users

See Also:


Attachments
file.diff (479 bytes, patch)
2014-04-24 08:50 UTC, Pietro Cerutti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.