diff options
author | osa <osa@FreeBSD.org> | 2009-06-15 17:09:20 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2009-06-15 17:09:20 +0800 |
commit | 97f3421755876435afdee74847ecbde8c121b542 (patch) | |
tree | a6a61fdd73701b13556c6b8b63c8f9acd6f16b88 | |
parent | 89fa40a1eab4122031e002c92544fd179a159ee5 (diff) | |
download | freebsd-ports-graphics-97f3421755876435afdee74847ecbde8c121b542.tar.gz freebsd-ports-graphics-97f3421755876435afdee74847ecbde8c121b542.tar.zst freebsd-ports-graphics-97f3421755876435afdee74847ecbde8c121b542.zip |
Update from 0.7.0 to latest bugfix release 0.7.1.
Approved by: maintainer (danfe)
-rw-r--r-- | games/openttd/Makefile | 4 | ||||
-rw-r--r-- | games/openttd/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 0da2efb359f..c2c9cc0033f 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openttd -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= games MASTER_SITES= SF @@ -64,7 +64,7 @@ pre-everything:: post-patch: # Remove extra (vendor) CFLAGS, we set our own - @${REINPLACE_CMD} '1034,1035d' ${WRKSRC}/config.lib + @${REINPLACE_CMD} '1035,1036d' ${WRKSRC}/config.lib do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin diff --git a/games/openttd/distinfo b/games/openttd/distinfo index 1888e33bc26..15517d9a733 100644 --- a/games/openttd/distinfo +++ b/games/openttd/distinfo @@ -1,3 +1,3 @@ -MD5 (openttd-0.7.0-source.tar.bz2) = 3185dccdb094ada9a1f3f610965c15bc -SHA256 (openttd-0.7.0-source.tar.bz2) = 5606338bd504c8248c7c39f00c5b66234158e92177d64715748adcc98c8f4720 -SIZE (openttd-0.7.0-source.tar.bz2) = 4827319 +MD5 (openttd-0.7.1-source.tar.bz2) = 8d9b6e7afef15d4ea12f73207a0bfeb6 +SHA256 (openttd-0.7.1-source.tar.bz2) = d3a78fab9e8135a30a4793c7ecac3dcfcb1ddca98aa679c73fd7d8fd8b9273bc +SIZE (openttd-0.7.1-source.tar.bz2) = 4856729 |