Update to 2.6.3.

This commit is contained in:
Joe Marcus Clarke 2003-07-21 15:26:51 +00:00
parent f334b33c50
commit 08ab6f57fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85305
3 changed files with 13 additions and 13 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= ORBit2
PORTVERSION= 2.6.2
PORTVERSION= 2.6.3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6

View File

@ -1 +1 @@
MD5 (gnome2/ORBit2-2.6.2.tar.bz2) = 6e255469741e56f1a77ae3a149e136b8
MD5 (gnome2/ORBit2-2.6.3.tar.bz2) = b6fc2b71018c46b2da607510492c597f

View File

@ -1,11 +1,11 @@
--- src/orb/util/Makefile.in.orig Fri Mar 14 19:44:05 2003
+++ src/orb/util/Makefile.in Fri Mar 14 19:45:11 2003
@@ -101,7 +101,7 @@
noinst_LTLIBRARIES = liborb-util.la
-INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbitrc\" -DORBIT2_INTERNAL_API $(WARN_CFLAGS) $(ORBIT_DEBUG_CFLAGS) $(DISABLE_DEPRECATED_CFLAGS) $(ORBIT_CFLAGS)
+INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbit2rc\" -DORBIT2_INTERNAL_API $(WARN_CFLAGS) $(ORBIT_DEBUG_CFLAGS) $(DISABLE_DEPRECATED_CFLAGS) $(ORBIT_CFLAGS)
liborb_util_la_SOURCES = orbit-purify.h genrand.c orbit-options.c orbit-options.h orbit-util.c
--- src/orb/util/Makefile.in.orig Mon Jul 21 11:21:48 2003
+++ src/orb/util/Makefile.in Mon Jul 21 11:22:19 2003
@@ -104,7 +104,7 @@
INCLUDES = \
-I$(top_srcdir)/include \
-I$(top_builddir)/include \
- -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbitrc\" \
+ -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbit2rc\" \
-DORBIT2_INTERNAL_API \
$(WARN_CFLAGS) \
$(ORBIT_DEBUG_CFLAGS) \