upgrade to 3.0.1
PR: 43962 Submitted by: Ports Fury
This commit is contained in:
parent
880f872b91
commit
a840e732ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67870
@ -6,15 +6,15 @@
|
||||
#
|
||||
|
||||
PORTNAME= gtkballs
|
||||
PORTVERSION= 2.2.0
|
||||
PORTVERSION= 3.0.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://gtkballs.antex.ru/dist/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gtkballs-2.2.0.tar.gz) = b45748bea8c0f178be155044d50a6a7d
|
||||
MD5 (gtkballs-3.0.1.tar.gz) = 0f9997110518460db508af353f6324c2
|
||||
|
@ -1,12 +0,0 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- src/gtkballs.c.orig Wed Oct 10 01:11:10 2001
|
||||
+++ src/gtkballs.c Thu Oct 11 04:20:16 2001
|
||||
@@ -471,6 +471,7 @@
|
||||
}
|
||||
new_turn(5);
|
||||
|
||||
+ setregid(getegid(), -1);
|
||||
gtk_init(&argc, &argv);
|
||||
|
||||
main_window=gtk_widget_new(gtk_window_get_type(),
|
Loading…
Reference in New Issue
Block a user