diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-13 05:18:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-13 05:18:16 +0800 |
commit | 96e7c866387bc964e8e17ca5d06e237b7717b732 (patch) | |
tree | 966fc18da01dbad94430b6eee853bb8e7b5458bd /games | |
parent | 98310c056b7132590e4463091fc26f12fe777c14 (diff) | |
download | freebsd-ports-gnome-96e7c866387bc964e8e17ca5d06e237b7717b732.tar.gz freebsd-ports-gnome-96e7c866387bc964e8e17ca5d06e237b7717b732.tar.zst freebsd-ports-gnome-96e7c866387bc964e8e17ca5d06e237b7717b732.zip |
- Update to 0.9.1
PR: ports/106751
Submitted by: Oliver Herold<oli@fixmbr.de>
Approved by: maintainer timeout
Diffstat (limited to 'games')
-rw-r--r-- | games/scummvm/Makefile | 7 | ||||
-rw-r--r-- | games/scummvm/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index b99778ce8358..959d4c3ba5ac 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -6,8 +6,7 @@ # PORTNAME= scummvm -PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTVERSION= 0.9.1 CATEGORIES= games emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +15,7 @@ MAINTAINER= freebsd.alex@trull.org COMMENT= Graphical Adventure Game Virtual Machine USE_BZIP2= yes -#USE_GCC= 3.3+ +USE_GCC= 3.4+ USE_GMAKE= yes HAS_CONFIGURE= yes USE_SDL= sdl @@ -71,7 +70,7 @@ post-patch: 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 --git a/games/scummvm/distinfo b/games/scummvm/distinfo index b744f045d8df..7442beafdf7c 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -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 |