Bug 174955 - [UPDATE] devel/z80ex to v1.1.20
Summary: [UPDATE] devel/z80ex to v1.1.20
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: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-03 20:10 UTC by hardy.schumacher
Modified: 2013-01-12 05:20 UTC (History)
0 users

See Also:


Attachments
file.diff (2.52 KB, patch)
2013-01-03 20:10 UTC, hardy.schumacher
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hardy.schumacher 2013-01-03 20:10:00 UTC
Update for port devel/z80ex to v1.1.20 is available.

Fix: Patch attached with submission follows:
How-To-Repeat: n/a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-03 20:10:08 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-12 05:13:03 UTC
Author: ak
Date: Sat Jan 12 05:12:54 2013
New Revision: 310262
URL: http://svnweb.freebsd.org/changeset/ports/310262

Log:
  - Update to 1.1.20 [1]
  - Remove hardcoded CC/AR, optimisation flags [1]
  - Convert Makefile headers to new style
  
  PR:	ports/174955 (based on) [1]
  Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de> (maintainer)

Deleted:
  head/devel/z80ex/files/
Modified:
  head/devel/z80ex/Makefile   (contents, props changed)
  head/devel/z80ex/distinfo   (contents, props changed)
  head/devel/z80ex/pkg-plist   (contents, props changed)

Modified: head/devel/z80ex/Makefile
==============================================================================
--- head/devel/z80ex/Makefile	Sat Jan 12 03:55:10 2013	(r310261)
+++ head/devel/z80ex/Makefile	Sat Jan 12 05:12:54 2013	(r310262)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	z80ex
-# Date created:	22 December 2009
-# Whom:	Hardy Schumacher <hardy.schumacher@gmx.de>
-#
+# Created by: Hardy Schumacher <hardy.schumacher@gmx.de>
 # $FreeBSD$
-#
 
 PORTNAME=	z80ex
-PORTVERSION=	1.1.19
+PORTVERSION=	1.1.20
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
@@ -16,4 +12,9 @@ COMMENT=	ZiLOG Z80 CPU emulator library
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 
+post-patch:
+	@${REINPLACE_CMD} -e 's/$$(TOOLS_PREFIX)gcc/$${CC}/' \
+		-e 's/$$(TOOLS_PREFIX)ar/$${AR}/' \
+		-e 's/-O2//' ${WRKSRC}/Makefile
+
 .include <bsd.port.mk>

Modified: head/devel/z80ex/distinfo
==============================================================================
--- head/devel/z80ex/distinfo	Sat Jan 12 03:55:10 2013	(r310261)
+++ head/devel/z80ex/distinfo	Sat Jan 12 05:12:54 2013	(r310262)
@@ -1,2 +1,2 @@
-SHA256 (z80ex-1.1.19.tar.gz) = 3a83f89937a747ad759f9fea6ae37a41601529fb61c30dffff0143e5fec9813e
-SIZE (z80ex-1.1.19.tar.gz) = 65722
+SHA256 (z80ex-1.1.20.tar.gz) = 2e2eb7b35e96ec002f8ae9b0112e900e860b0fd4520b49d240c719a4e7401b43
+SIZE (z80ex-1.1.20.tar.gz) = 65652

Modified: head/devel/z80ex/pkg-plist
==============================================================================
--- head/devel/z80ex/pkg-plist	Sat Jan 12 03:55:10 2013	(r310261)
+++ head/devel/z80ex/pkg-plist	Sat Jan 12 05:12:54 2013	(r310262)
@@ -6,7 +6,7 @@ lib/libz80ex.so.1
 lib/libz80ex_dasm.a
 lib/libz80ex_dasm.so.1
 lib/libz80ex.so
-lib/libz80ex.so.1.1.19
+lib/libz80ex.so.1.1.20
 lib/libz80ex_dasm.so
-lib/libz80ex_dasm.so.1.1.19
+lib/libz80ex_dasm.so.1.1.20
 @dirrm include/z80ex
_______________________________________________
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 Alex Kozlov freebsd_committer freebsd_triage 2013-01-12 05:14:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 4 Alex Kozlov freebsd_committer freebsd_triage 2013-01-12 05:14:33 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!