Bug 183561 - graphics/swfmill: Update to version 0.3.3
Summary: graphics/swfmill: Update to version 0.3.3
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-01 18:40 UTC by tkato432
Modified: 2013-11-02 15:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.33 KB, patch)
2013-11-01 18:40 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-11-01 18:40:02 UTC
- Update to version 0.3.3
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-11-02 15:13:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-11-02 15:14:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-02 15:14:42 UTC
Author: wg
Date: Sat Nov  2 15:14:35 2013
New Revision: 332496
URL: http://svnweb.freebsd.org/changeset/ports/332496

Log:
  graphics/swfmill: update to 0.3.3
  
  - Update to 0.3.3
  - Allow staging
  - Convert lib depends to new format
  - USES gmake
  
  PR:		ports/183561
  Submitted by:	KATO Tsuguru <tkato432 yahoo.com>

Modified:
  head/graphics/swfmill/Makefile
  head/graphics/swfmill/distinfo

Modified: head/graphics/swfmill/Makefile
==============================================================================
--- head/graphics/swfmill/Makefile	Sat Nov  2 15:09:22 2013	(r332495)
+++ head/graphics/swfmill/Makefile	Sat Nov  2 15:14:35 2013	(r332496)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	swfmill
-PORTVERSION=	0.3.2
+PORTVERSION=	0.3.3
 CATEGORIES=	graphics
 MASTER_SITES=	http://swfmill.org/releases/
 
@@ -11,15 +11,13 @@ COMMENT=	Tool to generate or decompile A
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
-		freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png \
+		libfreetype.so:${PORTSDIR}/print/freetype2
 
-USES=		pkgconfig iconv
+USES=		iconv gmake pkgconfig
 USE_GNOME=	libxml2 libxslt
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
 
 PLIST_FILES=	bin/swfmill
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/graphics/swfmill/distinfo
==============================================================================
--- head/graphics/swfmill/distinfo	Sat Nov  2 15:09:22 2013	(r332495)
+++ head/graphics/swfmill/distinfo	Sat Nov  2 15:14:35 2013	(r332496)
@@ -1,2 +1,2 @@
-SHA256 (swfmill-0.3.2.tar.gz) = fea57ff9dc534b8e2340ebe64637493672ccb64a9811d95b49bf032c8c7bea1c
-SIZE (swfmill-0.3.2.tar.gz) = 1264450
+SHA256 (swfmill-0.3.3.tar.gz) = f9e8529eed84962abf88c6457b59cbc6d230db068d1fdd977e7b234228beac96
+SIZE (swfmill-0.3.3.tar.gz) = 1386829
_______________________________________________
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"