Bug 106751 - [PATCH]: update games/scummvm from 0.8.2 to 0.9.1
Summary: [PATCH]: update games/scummvm from 0.8.2 to 0.9.1
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-15 02:10 UTC by Oliver Herold
Modified: 2007-01-12 21:20 UTC (History)
0 users

See Also:


Attachments
file.diff (2.76 KB, patch)
2006-12-15 02:10 UTC, Oliver Herold
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Herold 2006-12-15 02:10:11 UTC
diff -ur /usr/ports/games/scummvm/Makefile scummvm-new/Makefile
--- /usr/ports/games/scummvm/Makefile	Wed Sep 20 13:21:25 2006
+++ scummvm-new/Makefile	Thu Dec 14 23:55:44 2006
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	scummvm
-PORTVERSION=	0.8.2
-PORTREVISION=	1
+PORTVERSION=	0.9.1
+PORTREVISION=	
 CATEGORIES=	games emulators
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -71,7 +71,7 @@
 
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin
-	@${INSTALL_MAN} ${WRKSRC}/scummvm.6 ${PREFIX}/man/man6
+	@${INSTALL_MAN} ${WRKSRC}/dists/scummvm.6 ${PREFIX}/man/man6
 
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
diff -ur /usr/ports/games/scummvm/distinfo scummvm-new/distinfo
--- /usr/ports/games/scummvm/distinfo	Tue Apr 25 13:15:17 2006
+++ scummvm-new/distinfo	Thu Dec 14 23:55:52 2006
@@ -1,3 +1,3 @@
-MD5 (scummvm-0.8.2.tar.bz2) = 60c6977add285175c1133a3017512ce7
-SHA256 (scummvm-0.8.2.tar.bz2) = 3877a7a4f9376c3ce4c014972c58f129bb8285c8241d193b0aec37b52a81d517
-SIZE (scummvm-0.8.2.tar.bz2) = 2698022
+MD5 (scummvm-0.9.1.tar.bz2) = 30a82ad466bae223875e66ee14b94904
+SHA256 (scummvm-0.9.1.tar.bz2) = 5cd5d9c06281a4f81d85d9a9f9b0410045d4a764a855f06f574183b528c15d1a
+SIZE (scummvm-0.9.1.tar.bz2) = 4514100
diff -ur /usr/ports/games/scummvm/patch.diff scummvm-new/patch.diff
--- /usr/ports/games/scummvm/patch.diff	Fri Dec 15 02:38:34 2006
+++ scummvm-new/patch.diff	Fri Dec 15 02:36:05 2006
@@ -1,33 +0,0 @@
-diff -ur /usr/ports/games/scummvm/Makefile scummvm-new/Makefile
---- /usr/ports/games/scummvm/Makefile	Wed Sep 20 13:21:25 2006
-+++ scummvm-new/Makefile	Thu Dec 14 23:55:44 2006
-@@ -6,8 +6,8 @@
- #
- 
- PORTNAME=	scummvm
--PORTVERSION=	0.8.2
--PORTREVISION=	1
-+PORTVERSION=	0.9.1
-+PORTREVISION=	
- CATEGORIES=	games emulators
- MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
- MASTER_SITE_SUBDIR=	${PORTNAME}
-@@ -71,7 +71,7 @@
- 
- do-install:
- 	@${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin
--	@${INSTALL_MAN} ${WRKSRC}/scummvm.6 ${PREFIX}/man/man6
-+	@${INSTALL_MAN} ${WRKSRC}/dists/scummvm.6 ${PREFIX}/man/man6
- 
- .if !defined(NOPORTDOCS)
- 	@${MKDIR} ${DOCSDIR}
-diff -ur /usr/ports/games/scummvm/distinfo scummvm-new/distinfo
---- /usr/ports/games/scummvm/distinfo	Tue Apr 25 13:15:17 2006
-+++ scummvm-new/distinfo	Thu Dec 14 23:55:52 2006
-@@ -1,3 +1,3 @@
--MD5 (scummvm-0.8.2.tar.bz2) = 60c6977add285175c1133a3017512ce7
--SHA256 (scummvm-0.8.2.tar.bz2) = 3877a7a4f9376c3ce4c014972c58f129bb8285c8241d193b0aec37b52a81d517
--SIZE (scummvm-0.8.2.tar.bz2) = 2698022
-+MD5 (scummvm-0.9.1.tar.bz2) = 30a82ad466bae223875e66ee14b94904
-+SHA256 (scummvm-0.9.1.tar.bz2) = 5cd5d9c06281a4f81d85d9a9f9b0410045d4a764a855f06f574183b528c15d1a
-+SIZE (scummvm-0.9.1.tar.bz2) = 4514100
Only in /usr/ports/games/scummvm: pkg-descr
Only in /usr/ports/games/scummvm: scummvm-new

Fix: Patch attached with submission follows:
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2006-12-15 06:42:11 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Reassign to the ports team.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2006-12-15 06:44:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2006-12-15 07:06:06 UTC
State Changed
From-To: open->feedback

Ask for maintainer approval.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-01-12 21:18:26 UTC
miwi        2007-01-12 21:18:16 UTC

  FreeBSD ports repository

  Modified files:
    games/scummvm        Makefile distinfo 
  Log:
  - Update to 0.9.1
  
  PR:             ports/106751
  Submitted by:   Oliver Herold<oli@fixmbr.de>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.35      +3 -4      ports/games/scummvm/Makefile
  1.15      +3 -3      ports/games/scummvm/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2007-01-12 21:18:50 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!