From 0c8904e8b15e817b64a3e6c815f6595ebf64a993 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Mon, 3 Sep 2012 22:33:43 +0000 Subject: - Update to 1.3.1 --- games/redeclipse/Makefile | 7 +++---- games/redeclipse/distinfo | 4 ++-- games/redeclipse/files/patch-src_Makefile | 18 ++++++++++-------- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/games/redeclipse/Makefile b/games/redeclipse/Makefile index a046dc1b5a7b..e1a2ae311ec2 100644 --- a/games/redeclipse/Makefile +++ b/games/redeclipse/Makefile @@ -6,11 +6,10 @@ # PORTNAME= redeclipse -PORTVERSION= 1.2 -PORTREVISION= 2 +PORTVERSION= 1.3.1 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_${PORTVERSION} -DISTNAME= ${PORTNAME}_${PORTVERSION}_linux_bsd +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_${PORTVERSION:C/^([0-9]+\.[0-9]+)\..*/\1/} +DISTNAME= ${PORTNAME}_${PORTVERSION}_nix_bsd MAINTAINER= amdmi3@FreeBSD.org COMMENT= A single-player and multi-player first-person ego-shooter diff --git a/games/redeclipse/distinfo b/games/redeclipse/distinfo index f6cee400e5f7..45e1ee95576e 100644 --- a/games/redeclipse/distinfo +++ b/games/redeclipse/distinfo @@ -1,2 +1,2 @@ -SHA256 (redeclipse_1.2_linux_bsd.tar.bz2) = 5fb3e74711011404fa09f4fda26d343e67fda74b515b844bf36b4a39010dc308 -SIZE (redeclipse_1.2_linux_bsd.tar.bz2) = 475330904 +SHA256 (redeclipse_1.3.1_nix_bsd.tar.bz2) = e29bc8a148c00b8a62b0e77752b7494f0d36f428cb4f24e9b5dc40cdcd67254e +SIZE (redeclipse_1.3.1_nix_bsd.tar.bz2) = 505092683 diff --git a/games/redeclipse/files/patch-src_Makefile b/games/redeclipse/files/patch-src_Makefile index 31f7c77bf0f1..cf4e5b55f3f6 100644 --- a/games/redeclipse/files/patch-src_Makefile +++ b/games/redeclipse/files/patch-src_Makefile @@ -1,18 +1,20 @@ ---- src/Makefile.orig 2011-06-08 18:48:21.000000000 +0400 -+++ src/Makefile 2011-07-26 18:26:07.000000000 +0400 -@@ -1,5 +1,4 @@ +--- src/Makefile.orig 2012-08-31 09:59:06.000000000 +0400 ++++ src/Makefile 2012-09-03 02:40:29.298539115 +0400 +@@ -3,7 +3,6 @@ + APPSERVER=reserver + #CXXFLAGS= -ggdb3 -CXXFLAGS= -O3 -fomit-frame-pointer override CXXFLAGS+= -Wall -fsigned-char -fno-exceptions -fno-rtti PLATFORM= $(shell uname -s) -@@ -21,8 +20,8 @@ - CLIENT_INCLUDES= -DINTERFACE -DIRC $(INCLUDES) -Iinclude - CLIENT_LIBS= -mwindows -Llib -lSDL -lSDL_image -lSDL_mixer -lzdll -lopengl32 -lenet -lws2_32 -lwinmm +@@ -41,8 +40,8 @@ + CLIENT_INCLUDES= $(INCLUDES) -Iinclude + CLIENT_LIBS= -mwindows $(STD_LIBS) -L$(WINBIN) -L$(WINLIB) -lSDL -lSDL_image -lSDL_mixer -lzlib1 -lopengl32 -lenet -lws2_32 -lwinmm else --CLIENT_INCLUDES= -DINTERFACE -DIRC $(INCLUDES) -I/usr/X11R6/include `sdl-config --cflags` +-CLIENT_INCLUDES= $(INCLUDES) -I/usr/X11R6/include `sdl-config --cflags` -CLIENT_LIBS= -Lenet/.libs -lenet -L/usr/X11R6/lib -lX11 `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL -+CLIENT_INCLUDES= -DINTERFACE -DIRC $(INCLUDES) -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` ++CLIENT_INCLUDES= $(INCLUDES) -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` +CLIENT_LIBS= -Lenet/.libs -lenet -L${LOCALBASE}/lib -lX11 `${SDL_CONFIG} --libs` -lSDL_image -lSDL_mixer -lz -lGL endif ifeq ($(PLATFORM),Linux) -- cgit n value='dependabot/npm_and_yarn/devel/electron6/files/elliptic-6.5.4'>dependabot/npm_and_yarn/devel/electron6/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/rubygem-rubyzip/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Update to 2.3.0Sunpoet Po-Chuan Hsieh2020-03-281-1/+1
* Update to 2.2.0Sunpoet Po-Chuan Hsieh2020-02-041-1/+1
* Update to 2.1.0Sunpoet Po-Chuan Hsieh2020-02-021-1/+1
* Update to 2.0.0 which is required for gitlab security update.Matthias Fechner2020-01-311-1/+1
* Update to 1.3.0Sunpoet Po-Chuan Hsieh2019-10-251-2/+2
* Update to 1.2.3Sunpoet Po-Chuan Hsieh2019-07-011-3/+4
* Update to 1.2.2Sunpoet Po-Chuan Hsieh2018-09-02