Bug 177302 - [UPDATE] devel/z80ex to v1.1.20rev1
Summary: [UPDATE] devel/z80ex to v1.1.20rev1
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: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-23 08:00 UTC by hardy.schumacher
Modified: 2013-04-16 19:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1008 bytes, patch)
2013-03-23 08:00 UTC, hardy.schumacher
no flags Details | Diff
z80ex.diff (1.30 KB, patch)
2013-04-11 22:23 UTC, Guido Falsi
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-03-23 08:00:00 UTC
Update for port devel/z80ex is available. It fixes serious issues.

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

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2013-04-11 21:40:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->madpilot

I'll take it.
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2013-04-11 22:23:00 UTC
Hi,

Thanks for your submission.

I have had to fix a little problem with it. Unluckily strings like "rev" 
aren't allowed in PORTVERSION (chapter 5.2.5 of the porter's handbook).

It is not easy to accommodate for such a version number in a port 
without risking version numbers going backwards(the new version being 
considered as older by the numbering scheme)

I came up with the attached solution which avoids the need to bump 
PORTEPOCH.

Please revise this and see if you can approve this patch.

Thank you!

--
Guido Falsi <mad@madpilot.net>
Comment 4 Guido Falsi freebsd_committer freebsd_triage 2013-04-11 22:23:38 UTC
State Changed
From-To: open->feedback

Ask for maintainer approval.
Comment 5 Guido Falsi freebsd_committer freebsd_triage 2013-04-16 19:24:40 UTC
State Changed
From-To: feedback->open

Maintainer has approved via private email.
Comment 6 Guido Falsi freebsd_committer freebsd_triage 2013-04-16 19:30:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2013-04-16 19:30:25 UTC
Author: madpilot
Date: Tue Apr 16 18:30:10 2013
New Revision: 315880
URL: http://svnweb.freebsd.org/changeset/ports/315880

Log:
  - Update to 1.1.20rev1
  - Remove BROKEN
  
  PR:		ports/177302
  Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de> (maintainer)
  Feature safe:	yes

Modified:
  head/devel/z80ex/Makefile
  head/devel/z80ex/distinfo
  head/devel/z80ex/pkg-plist

Modified: head/devel/z80ex/Makefile
==============================================================================
--- head/devel/z80ex/Makefile	Tue Apr 16 18:28:55 2013	(r315879)
+++ head/devel/z80ex/Makefile	Tue Apr 16 18:30:10 2013	(r315880)
@@ -2,15 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	z80ex
-PORTVERSION=	1.1.20
+PORTVERSION=	1.1.20.1
 CATEGORIES=	devel
-MASTER_SITES=	SF
+MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME:L}/1.1.20rev1
+DISTNAME=	${PORTNAME}-1.1.20rev1
 
 MAINTAINER=	hardy.schumacher@gmx.de
 COMMENT=	ZiLOG Z80 CPU emulator library
 
-BROKEN=		checksum mismatch
-
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/devel/z80ex/distinfo
==============================================================================
--- head/devel/z80ex/distinfo	Tue Apr 16 18:28:55 2013	(r315879)
+++ head/devel/z80ex/distinfo	Tue Apr 16 18:30:10 2013	(r315880)
@@ -1,2 +1,2 @@
-SHA256 (z80ex-1.1.20.tar.gz) = 2e2eb7b35e96ec002f8ae9b0112e900e860b0fd4520b49d240c719a4e7401b43
-SIZE (z80ex-1.1.20.tar.gz) = 65652
+SHA256 (z80ex-1.1.20rev1.tar.gz) = be766a27beda1b78ae3a21e335ea1f8135043608b66c5570b2f345356a5e7f53
+SIZE (z80ex-1.1.20rev1.tar.gz) = 65745

Modified: head/devel/z80ex/pkg-plist
==============================================================================
--- head/devel/z80ex/pkg-plist	Tue Apr 16 18:28:55 2013	(r315879)
+++ head/devel/z80ex/pkg-plist	Tue Apr 16 18:30:10 2013	(r315880)
@@ -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.20
+lib/libz80ex.so.1.1.20rev1
 lib/libz80ex_dasm.so
-lib/libz80ex_dasm.so.1.1.20
+lib/libz80ex_dasm.so.1.1.20rev1
 @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"