Bug 178151

Summary: graphics/swfmill: Update to version 0.3.2
Product: Ports & Packages Reporter: tkato432
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description tkato432 2013-04-25 19:10:00 UTC
- Update to version 0.3.2

Remove file:
files/patch-readpng.c
pkg-plist
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-25 19:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-04-26 14:24:16 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-04-26 14:24:20 UTC
Author: miwi
Date: Fri Apr 26 13:24:12 2013
New Revision: 316606
URL: http://svnweb.freebsd.org/changeset/ports/316606

Log:
  - Update to 0.3.2
  
  PR:		178151
  Submitted by:	ports fury

Deleted:
  head/graphics/swfmill/files/
  head/graphics/swfmill/pkg-plist
Modified:
  head/graphics/swfmill/Makefile   (contents, props changed)
  head/graphics/swfmill/distinfo   (contents, props changed)
  head/graphics/swfmill/pkg-descr   (contents, props changed)

Modified: head/graphics/swfmill/Makefile
==============================================================================
--- head/graphics/swfmill/Makefile	Fri Apr 26 13:22:55 2013	(r316605)
+++ head/graphics/swfmill/Makefile	Fri Apr 26 13:24:12 2013	(r316606)
@@ -2,26 +2,25 @@
 # $FreeBSD$
 
 PORTNAME=	swfmill
-PORTVERSION=	0.3.0
-PORTREVISION=	1
+PORTVERSION=	0.3.2
 CATEGORIES=	graphics
 MASTER_SITES=	http://swfmill.org/releases/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	xml2swf and swf2xml processor with import functionalities
+COMMENT=	Tool to generate or decompile Adobe Flash SWF files
+
+LICENSE=	GPLv2
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
-		freetype.9:${PORTSDIR}/print/freetype2
+		freetype:${PORTSDIR}/print/freetype2
 
+USES=		pkgconfig
+USE_GNOME=	libxml2 libxslt
+USE_ICONV=	yes
+USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	pkgconfig libxml2 libxslt
-
-GNU_CONFIGURE=	YES
-CONFIGURE_ENV+=	PKG_CONFIG=${LOCALBASE}/bin/pkg-config
-
-USE_LDCONFIG=	YES
+MAKE_JOBS_SAFE=	yes
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|libpng|libpng15|' ${WRKSRC}/configure
+PLIST_FILES=	bin/swfmill
 
 .include <bsd.port.mk>

Modified: head/graphics/swfmill/distinfo
==============================================================================
--- head/graphics/swfmill/distinfo	Fri Apr 26 13:22:55 2013	(r316605)
+++ head/graphics/swfmill/distinfo	Fri Apr 26 13:24:12 2013	(r316606)
@@ -1,2 +1,2 @@
-SHA256 (swfmill-0.3.0.tar.gz) = dc6a8119f3435cebe6c0384760a4703e03c7ba26cf20dd319c6f81ad9e8a236b
-SIZE (swfmill-0.3.0.tar.gz) = 453486
+SHA256 (swfmill-0.3.2.tar.gz) = fea57ff9dc534b8e2340ebe64637493672ccb64a9811d95b49bf032c8c7bea1c
+SIZE (swfmill-0.3.2.tar.gz) = 1264450

Modified: head/graphics/swfmill/pkg-descr
==============================================================================
--- head/graphics/swfmill/pkg-descr	Fri Apr 26 13:22:55 2013	(r316605)
+++ head/graphics/swfmill/pkg-descr	Fri Apr 26 13:24:12 2013	(r316606)
@@ -6,12 +6,11 @@ MTASC-compiled ActionScript, although sw
 both simple and complex SWF structures.
 
 * built around an XSLT/EXSLT processor (libxslt)
-
-* input and output of the XSLT transformation can be either XML or binary SWF
-
+* input and output of the XSLT transformation can be either XML or
+  binary SWF
 * XSLT commands for importing PNG, JPEG, TTF and SWF, and for mapping
   SWF ID numbers
-
-* built-in "simple dialect" to support library creation and building simple SWFs
+* built-in "simple dialect" to support library creation and building
+  simple SWFs
 
 WWW: http://swfmill.org/
_______________________________________________
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"