mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Update to 2.4.1.
This commit is contained in:
parent
79dd39ce3b
commit
0fba61cf95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64132
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= ORBit2
|
||||
PORTVERSION= 2.4.0
|
||||
PORTVERSION= 2.4.1
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= 2.0.0/releases/gnome-2.0-desktop-final
|
||||
MASTER_SITE_SUBDIR= 2.0.0/sources/${PORTNAME}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/ORBit2-2.4.0.tar.bz2) = 25eb93f5dae655db2806e6462a52a8ee
|
||||
MD5 (gnome2/ORBit2-2.4.1.tar.bz2) = b3b571d2721b0efd236858209f320b3a
|
||||
|
@ -1,14 +1,11 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/orb/util/Makefile.in.orig Mon May 13 12:41:39 2002
|
||||
+++ src/orb/util/Makefile.in Fri May 17 17:50:42 2002
|
||||
@@ -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 Aug 5 04:14:23 2002
|
||||
+++ src/orb/util/Makefile.in Wed Aug 7 01:02:54 2002
|
||||
@@ -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) \
|
||||
|
@ -1,6 +1,4 @@
|
||||
bin/name-client-2
|
||||
bin/orbit-idl-2
|
||||
bin/orbit-name-server-2
|
||||
bin/orbit2-config
|
||||
@unexec if cmp -s %D/etc/orbit2rc.default %D/etc/orbit2rc; then rm -f %D/etc/orbit2rc; fi
|
||||
etc/orbit2rc.default
|
||||
|
Loading…
Reference in New Issue
Block a user