Bug 187842 - Updated port: emulators/fs-uae - Amiga Emulator
Summary: Updated port: emulators/fs-uae - Amiga Emulator
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: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-22 16:10 UTC by Carsten Jensen
Modified: 2014-03-23 00:10 UTC (History)
0 users

See Also:


Attachments
file.diff (262 bytes, patch)
2014-03-22 16:10 UTC, Carsten Jensen
no flags Details | Diff
file.diff (451 bytes, patch)
2014-03-22 16:10 UTC, Carsten Jensen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carsten Jensen 2014-03-22 16:10:00 UTC

Fix: PORTNAME=      fs-uae
-PORTVERSION=   2.4.0
+PORTVERSION=   2.4.1
 CATEGORIES=    emulators
 MASTER_SITES=  http://fs-uae.net/stable/${PORTVERSION}/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-22 16:10:04 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 CJ 2014-03-22 19:00:36 UTC
Something went wrong when posting the contents
the fix in the website split up the contents

trying again here:

fix:


diff -ruN fs-uae.old/Makefile fs-uae/Makefile
--- fs-uae.old/Makefile	2014-03-22 15:01:05.000000000 +0100
+++ fs-uae/Makefile	2014-03-22 15:11:40.000000000 +0100
@@ -2,7 +2,7 @@
 # $FreeBSD: head/emulators/fs-uae/Makefile 347825 2014-03-10 23:29:12Z
danilo $

 PORTNAME=	fs-uae
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.1
 CATEGORIES=	emulators
 MASTER_SITES=	http://fs-uae.net/stable/${PORTVERSION}/

diff -ruN fs-uae.old/distinfo fs-uae/distinfo
--- fs-uae.old/distinfo	2014-03-22 15:01:05.000000000 +0100
+++ fs-uae/distinfo	2014-03-22 15:17:17.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (fs-uae-2.4.0.tar.gz) =
f198dcf88e20e0b72e63ae7f1173ffa9a852b92d9d8bc1adc10929201a062ac1
-SIZE (fs-uae-2.4.0.tar.gz) = 4390424
+SHA256 (fs-uae-2.4.1.tar.gz) =
c0994d15db85c15638c09c69263d7ce269db6a36f3946f54c094a94067b6fb15
+SIZE (fs-uae-2.4.1.tar.gz) = 4393812
Comment 3 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2014-03-22 23:35:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-03-23 00:09:22 UTC
Author: danilo
Date: Sun Mar 23 00:09:18 2014
New Revision: 348817
URL: http://svnweb.freebsd.org/changeset/ports/348817
QAT: https://qat.redports.org/buildarchive/r348817/

Log:
  - Update from 2.4.0 to 2.4.1
  
  PR:		ports/187842
  Submitted by:	Carsten Jensen <tomse@oagd.net> (maintainer)

Modified:
  head/emulators/fs-uae/Makefile
  head/emulators/fs-uae/distinfo

Modified: head/emulators/fs-uae/Makefile
==============================================================================
--- head/emulators/fs-uae/Makefile	Sat Mar 22 23:59:59 2014	(r348816)
+++ head/emulators/fs-uae/Makefile	Sun Mar 23 00:09:18 2014	(r348817)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fs-uae
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.1
 CATEGORIES=	emulators
 MASTER_SITES=	http://fs-uae.net/stable/${PORTVERSION}/
 

Modified: head/emulators/fs-uae/distinfo
==============================================================================
--- head/emulators/fs-uae/distinfo	Sat Mar 22 23:59:59 2014	(r348816)
+++ head/emulators/fs-uae/distinfo	Sun Mar 23 00:09:18 2014	(r348817)
@@ -1,2 +1,2 @@
-SHA256 (fs-uae-2.4.0.tar.gz) = f198dcf88e20e0b72e63ae7f1173ffa9a852b92d9d8bc1adc10929201a062ac1
-SIZE (fs-uae-2.4.0.tar.gz) = 4390424
+SHA256 (fs-uae-2.4.1.tar.gz) = c0994d15db85c15638c09c69263d7ce269db6a36f3946f54c094a94067b6fb15
+SIZE (fs-uae-2.4.1.tar.gz) = 4393812
_______________________________________________
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 5 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2014-03-23 00:09:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!