diff options
author | danfe <danfe@FreeBSD.org> | 2005-07-15 16:12:41 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-07-15 16:12:41 +0800 |
commit | 33bfe9c84f39ff5f2945df1a90ee11960eee6933 (patch) | |
tree | 9288317779ca6da490e0a9da66ab711cd5f115b6 | |
parent | 0c70db3785a2dc3fb3b583284b5b2afd49005787 (diff) | |
download | freebsd-ports-graphics-33bfe9c84f39ff5f2945df1a90ee11960eee6933.tar.gz freebsd-ports-graphics-33bfe9c84f39ff5f2945df1a90ee11960eee6933.tar.zst freebsd-ports-graphics-33bfe9c84f39ff5f2945df1a90ee11960eee6933.zip |
- Update to 1.3.2
- Fix WWW line in pkg-descr
- Simplify suffix logic in Makefile
Approved by: maintainer timeout
-rw-r--r-- | games/gl-117/Makefile | 5 | ||||
-rw-r--r-- | games/gl-117/distinfo | 4 | ||||
-rw-r--r-- | games/gl-117/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/games/gl-117/Makefile b/games/gl-117/Makefile index fa506d37e55..c6ef4308c16 100644 --- a/games/gl-117/Makefile +++ b/games/gl-117/Makefile @@ -7,18 +7,17 @@ # PORTNAME= gl-117 -PORTVERSION= 1.3 +PORTVERSION= 1.3.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -EXTRACT_SUFX= -src.tar.bz2 +DISTVERSIONSUFFIX= -src MAINTAINER= erik@smluc.org COMMENT= An OpenGL & SDL action flight simulator LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut -WRKSRC= ${WRKDIR}/${DISTNAME}-src USE_SDL= mixer sdl USE_GL= yes USE_BZIP2= yes diff --git a/games/gl-117/distinfo b/games/gl-117/distinfo index 4529587c1c9..c8bd56f706e 100644 --- a/games/gl-117/distinfo +++ b/games/gl-117/distinfo @@ -1,2 +1,2 @@ -MD5 (gl-117-1.3-src.tar.bz2) = 38740f8d354416d3ae30f1b0e1c203c7 -SIZE (gl-117-1.3-src.tar.bz2) = 2354750 +MD5 (gl-117-1.3.2-src.tar.bz2) = aad53c5531943529fd769fae4efeae02 +SIZE (gl-117-1.3.2-src.tar.bz2) = 2411075 diff --git a/games/gl-117/pkg-descr b/games/gl-117/pkg-descr index b49f67c9cb2..dd4e47583c5 100644 --- a/games/gl-117/pkg-descr +++ b/games/gl-117/pkg-descr @@ -3,4 +3,4 @@ several challanging missions leading though different landscapes. Five predefined levels of video quality and an amount of viewing ranges let you perfectly adjust the game to the performance of your system. -WWW: http://home.t-online.de/home/Primetime./gl-117/ +WWW: http://www.heptargon.de/gl-117/gl-117.html |