diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-02-22 22:25:16 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-02-22 22:25:16 +0000 |
commit | 34ba6e2ea43babc88d88a22a43a06a165c32c588 (patch) | |
tree | 89050bc78acbb68687c59b7be326eca13288f229 /games/gl-117 | |
parent | * Allow port builds to be started with a certain niceness ('nice' parameter (diff) |
Update to 0.8.2.
PR: 48554
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=76206
Diffstat (limited to 'games/gl-117')
-rw-r--r-- | games/gl-117/Makefile | 3 | ||||
-rw-r--r-- | games/gl-117/distinfo | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/gl-117/Makefile b/games/gl-117/Makefile index c193dd2bd203..6132a917d0b1 100644 --- a/games/gl-117/Makefile +++ b/games/gl-117/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gl-117 -PORTVERSION= 0.8 +PORTVERSION= 0.8.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -38,5 +38,6 @@ post-patch: @cd ${WRKSRC}/src \ && ${MV} loader_tga.cpp loader_tga.cpp.bak \ && ${TR} -d '\015' < loader_tga.cpp.bak > loader_tga.cpp + @${REINPLACE_CMD} -e 's!"SDL/!"SDL11/!g' ${WRKSRC}/src/common.h .include <bsd.port.mk> diff --git a/games/gl-117/distinfo b/games/gl-117/distinfo index 61d092d85431..9ff5f8c74799 100644 --- a/games/gl-117/distinfo +++ b/games/gl-117/distinfo @@ -1 +1 @@ -MD5 (gl-117-0.8.tar.gz) = 0bceae5dd23ca3b92d1b26f59619807a +MD5 (gl-117-0.8.2.tar.gz) = 8736c2b2aeb633fe507deca22b86b181 |