svn commit: r310262 - in head/devel/z80ex: . files
Alex Kozlov
ak at FreeBSD.org
Sat Jan 12 05:12:56 UTC 2013
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 at 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 at gmx.de>
-#
+# Created by: Hardy Schumacher <hardy.schumacher at 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
More information about the svn-ports-all
mailing list