Summary: | [UPDATE] devel/z80ex to v1.1.20rev1 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | hardy.schumacher | ||||||
Component: | Individual Port(s) | Assignee: | Guido Falsi <madpilot> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
hardy.schumacher
2013-03-23 08:00:00 UTC
Class Changed From-To: update->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->madpilot I'll take it. 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> State Changed From-To: open->feedback Ask for maintainer approval. State Changed From-To: feedback->open Maintainer has approved via private email. State Changed From-To: open->closed Committed. Thanks! 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" |