diff options
author | petef <petef@FreeBSD.org> | 2003-02-22 22:25:16 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-02-22 22:25:16 +0000 |
commit | 318437de07ba3cdde14e1d9613ebbe39d8e5746f (patch) | |
tree | bf1ddf95308b11a2ab8988060e013a03659fbbe5 | |
parent | ce6fbb6b902a9ec2e54316c2067a3c997102e047 (diff) | |
download | FreeBSD-ports-318437de07ba3cdde14e1d9613ebbe39d8e5746f.zip FreeBSD-ports-318437de07ba3cdde14e1d9613ebbe39d8e5746f.tar.gz |
Update to 0.8.2.
PR: 48554
Submitted by: maintainer
-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 c193dd2..6132a91 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 61d092d..9ff5f8c 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 |