diff options
author | acm <acm@FreeBSD.org> | 2009-04-27 08:17:10 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-04-27 08:17:10 +0800 |
commit | b8a8c3b0e2889ac2d410ec07d5bcd5b0077521ff (patch) | |
tree | 8ca63da142f68f0203225e21d9140be303ad01f4 /games | |
parent | 9f58a4605a0944e320adbcaaae1fddc1bbade47a (diff) | |
download | freebsd-ports-graphics-b8a8c3b0e2889ac2d410ec07d5bcd5b0077521ff.tar.gz freebsd-ports-graphics-b8a8c3b0e2889ac2d410ec07d5bcd5b0077521ff.tar.zst freebsd-ports-graphics-b8a8c3b0e2889ac2d410ec07d5bcd5b0077521ff.zip |
- Update to 3.2.2
Changelog at: http://glest.org/glest_board/index.php?topic=4252.0
Diffstat (limited to 'games')
-rw-r--r-- | games/glest/Makefile | 4 | ||||
-rw-r--r-- | games/glest/distinfo | 6 | ||||
-rw-r--r-- | games/glest/pkg-plist | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/games/glest/Makefile b/games/glest/Makefile index bd471788786..0e34697f371 100644 --- a/games/glest/Makefile +++ b/games/glest/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glest -PORTVERSION= 3.2.1 +PORTVERSION= 3.2.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -77,7 +77,7 @@ do-build: do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/license.txt ${DOCSDIR}/license-game.txt + ${INSTALL_DATA} ${WRKSRC}/docs/code_license.txt ${DOCSDIR}/code_license.txt .endif @${MKDIR} ${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/glest ${DATADIR} diff --git a/games/glest/distinfo b/games/glest/distinfo index 7aa962b71a9..cf2ad7c5436 100644 --- a/games/glest/distinfo +++ b/games/glest/distinfo @@ -1,3 +1,3 @@ -MD5 (glest/glest_source_3.2.1.zip) = 1803335a1c30aca5c73680199a9daf8b -SHA256 (glest/glest_source_3.2.1.zip) = 4a2a5aed05f2dbebd43b0fb46f5c200bd2cca359aafe8ca2d72aef792e9ee270 -SIZE (glest/glest_source_3.2.1.zip) = 574433 +MD5 (glest/glest_source_3.2.2.zip) = 1e961f49c1fb0e59e1e1483d66099a55 +SHA256 (glest/glest_source_3.2.2.zip) = 9ab239165f1af265f287cf36fa941df29beffcdf7b939dd9956cb7bd2308e154 +SIZE (glest/glest_source_3.2.2.zip) = 582357 diff --git a/games/glest/pkg-plist b/games/glest/pkg-plist index 1219a76aaad..0e5db7abed5 100644 --- a/games/glest/pkg-plist +++ b/games/glest/pkg-plist @@ -2,6 +2,6 @@ bin/glest %%EDITOR%%bin/glest_editor %%DATADIR%%/glest %%DATADIR%%/glest.ini -%%PORTDOCS%%%%DOCSDIR%%/license-game.txt +%%PORTDOCS%%%%DOCSDIR%%/code_license.txt %%PORTDOCS%%@dirrmtry %%DOCSDIR%% @dirrmtry %%DATADIR%% |