diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-07-04 17:26:45 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-07-04 17:26:45 +0000 |
commit | c3119771b0509c2ef9d0f963ffdf42e930c40f98 (patch) | |
tree | 25752f5a983d77ed945272a1c2a8b4f76b27e8af /games | |
parent | Update to 1.9.0 (diff) |
Update to 1.4.5
PR: ports/147968
Submitted by: Ganael Laplanche (maintainer)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=257360
Diffstat (limited to 'games')
-rw-r--r-- | games/cosmosmash/Makefile | 15 | ||||
-rw-r--r-- | games/cosmosmash/distinfo | 6 |
2 files changed, 11 insertions, 10 deletions
diff --git a/games/cosmosmash/Makefile b/games/cosmosmash/Makefile index 0257a5045728..3499127f02a1 100644 --- a/games/cosmosmash/Makefile +++ b/games/cosmosmash/Makefile @@ -6,8 +6,7 @@ # PORTNAME= cosmosmash -DISTVERSION= 1.4.3 -PORTREVISION= 3 +DISTVERSION= 1.4.5 CATEGORIES= games MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ @@ -30,11 +29,13 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${SDL_CONFIG} --cflags`" \ MAN6= cosmosmash.6 post-patch: - @${REINPLACE_CMD} 's|^pkgsounddir = .*|pkgsounddir = ${DATADIR}/sounds|' ${WRKSRC}/src/Makefile.in -.if !defined(NOPORTDOCS) - @${REINPLACE_CMD} 's|^docdir = .*|docdir = ${DOCSDIR}|' ${WRKSRC}/Makefile.in -.else - @${REINPLACE_CMD} 's|^install-data-am: .*|install-data-am: install-man|' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} 's|^pkgsounddir = .*|pkgsounddir = ${DATADIR}/sounds|' \ + ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} 's|^docdir = .*|docdir = ${DOCSDIR}|' \ + ${WRKSRC}/Makefile.in +.if defined(NOPORTDOCS) + @${REINPLACE_CMD} 's|^install-data-am: .*|install-data-am: install-man|' \ + ${WRKSRC}/Makefile.in .endif post-install: diff --git a/games/cosmosmash/distinfo b/games/cosmosmash/distinfo index efececfb8cec..64505c36cbfb 100644 --- a/games/cosmosmash/distinfo +++ b/games/cosmosmash/distinfo @@ -1,3 +1,3 @@ -MD5 (cosmosmash-1.4.3.tar.gz) = 55f48651e62e00bf224a639e3e728387 -SHA256 (cosmosmash-1.4.3.tar.gz) = beb1266de403d1c1c2e2b037d3542fdae2b9660904f280dc88f2f6f67e532f52 -SIZE (cosmosmash-1.4.3.tar.gz) = 152683 +MD5 (cosmosmash-1.4.5.tar.gz) = e861d451e1dea17fe78b08f812d8198b +SHA256 (cosmosmash-1.4.5.tar.gz) = 6be7206f68884bd81116aa857c62ad3d8d2a25060586f0d0394303b0ed2d292b +SIZE (cosmosmash-1.4.5.tar.gz) = 156826 |