1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- Update to version 0.2

PR:		ports/66465
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-05-10 15:41:25 +00:00
parent ec089684e6
commit 137e7592b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108850
3 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= qgo
PORTVERSION= 0.1.3
PORTVERSION= 0.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,2 +1,2 @@
MD5 (qgo-0.1.3.tar.gz) = 718c3109e205c8e7d6312526cdb90f47
SIZE (qgo-0.1.3.tar.gz) = 1684589
MD5 (qgo-0.2.tar.gz) = 75da1a2459d20aa02fd8e5306c599a2d
SIZE (qgo-0.2.tar.gz) = 1751448

View File

@ -1,5 +1,5 @@
--- qgo/Makefile.in.orig Tue Feb 10 07:32:13 2004
+++ qgo/Makefile.in Tue Feb 10 13:27:04 2004
--- qgo/Makefile.in.orig Mon May 10 18:33:38 2004
+++ qgo/Makefile.in Mon May 10 18:34:44 2004
@@ -235,7 +235,7 @@
KDE_OPTIONS = qtonly
qgo_LDADD = ./src/libsrc.a $(LIB_QPE) $(LIB_QT) $(LIBSOCKET)
@ -18,6 +18,6 @@
+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
DIST_COMMON = ChangeLog Makefile.am Makefile.in
DIST_COMMON = README ChangeLog Makefile.am Makefile.in TODO