1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Update to 1.1

This commit is contained in:
Dmitry Marakasov 2011-07-26 22:09:35 +00:00
parent 3a9e7cbe91
commit 74ada4aef7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278381
3 changed files with 7 additions and 7 deletions

View File

@ -6,10 +6,10 @@
#
PORTNAME= redeclipse
PORTVERSION= 1.0
PORTVERSION= 1.1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}_linux
DISTNAME= ${PORTNAME}_${PORTVERSION}_linux_bsd
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= A single-player and multi-player first-person ego-shooter

View File

@ -1,2 +1,2 @@
SHA256 (redeclipse_1.0_linux.tar.bz2) = 19f80ca14c3898ff166c6708885a6afee7aeb7acbc1133fc25a53faf12a0b874
SIZE (redeclipse_1.0_linux.tar.bz2) = 443072620
SHA256 (redeclipse_1.1_linux_bsd.tar.bz2) = cc7f7e9da51b0e5f0df1a7a3f041586ef82683b3bd2d428f2e9c7075f302a32a
SIZE (redeclipse_1.1_linux_bsd.tar.bz2) = 454066621

View File

@ -1,9 +1,9 @@
--- src/Makefile.orig 2011-02-27 23:30:20.000000000 +0300
+++ src/Makefile 2011-06-12 11:41:48.000000000 +0400
--- 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 @@
#CXXFLAGS= -ggdb3
-CXXFLAGS= -O3 -fomit-frame-pointer
override CXXFLAGS+= -Wall -fsigned-char
override CXXFLAGS+= -Wall -fsigned-char -fno-exceptions -fno-rtti
PLATFORM= $(shell uname -s)
@@ -21,8 +20,8 @@