fix version so it shows in the "about" dialog.
problem noticed by matthieu
This commit is contained in:
parent
16902566e2
commit
1c28cf7a3f
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.41 2006/09/18 11:50:40 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.42 2006/09/18 15:18:36 steven Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= alpha amd64 i386 powerpc sparc sparc64
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= "redesign of the integrated Mozilla App-Suite mail component"
|
||||
|
||||
VER= 1.5.0.4
|
||||
DISTNAME= mozilla
|
||||
PKGNAME= mozilla-thunderbird-${VER}
|
||||
PKGNAME= mozilla-thunderbird-${VER}p0
|
||||
SO_VERSION= 8.0
|
||||
# NOTE: Must bump minor version if any shlib's are removed from the
|
||||
# components dir to avoid pkg_add -r issues.
|
||||
|
@ -1,6 +1,19 @@
|
||||
$OpenBSD: patch-configure_in,v 1.8 2006/07/02 15:54:55 steven Exp $
|
||||
$OpenBSD: patch-configure_in,v 1.9 2006/09/18 15:18:36 steven Exp $
|
||||
--- configure.in.orig Fri Apr 21 22:50:21 2006
|
||||
+++ configure.in Thu Jun 29 08:50:59 2006
|
||||
+++ configure.in Mon Sep 18 16:02:12 2006
|
||||
@@ -1287,9 +1287,9 @@ dnl Get mozilla version from central mil
|
||||
MOZILLA_VERSION=`$PERL $srcdir/config/milestone.pl -topsrcdir $srcdir`
|
||||
|
||||
dnl Get version of various core apps from the version files.
|
||||
-FIREFOX_VERSION=`cat $topsrcdir/browser/config/version.txt`
|
||||
-THUNDERBIRD_VERSION=`cat $topsrcdir/mail/config/version.txt`
|
||||
-SEAMONKEY_VERSION=`cat $topsrcdir/xpfe/bootstrap/version.txt`
|
||||
+FIREFOX_VERSION=`cat ./browser/config/version.txt`
|
||||
+THUNDERBIRD_VERSION=`cat ./mail/config/version.txt`
|
||||
+SEAMONKEY_VERSION=`cat ./xpfe/bootstrap/version.txt`
|
||||
|
||||
AC_DEFINE_UNQUOTED(MOZILLA_VERSION,"$MOZILLA_VERSION")
|
||||
AC_DEFINE_UNQUOTED(MOZILLA_VERSION_U,$MOZILLA_VERSION)
|
||||
@@ -1859,7 +1859,7 @@ case "$target" in
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user