aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-2-devel
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2006-01-19 08:47:39 +0800
committermaho <maho@FreeBSD.org>2006-01-19 08:47:39 +0800
commit3571461c9771f261e4092e66a409e02cc5aee0ad (patch)
tree7138599d72fce67a3579beefdf3738cfc6e98903 /editors/openoffice.org-2-devel
parentd0d8e5c9c506e5e55448655197742da20505f0f6 (diff)
downloadfreebsd-ports-graphics-3571461c9771f261e4092e66a409e02cc5aee0ad.tar.gz
freebsd-ports-graphics-3571461c9771f261e4092e66a409e02cc5aee0ad.tar.zst
freebsd-ports-graphics-3571461c9771f261e4092e66a409e02cc5aee0ad.zip
Update to SRC680_m151
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r--editors/openoffice.org-2-devel/Makefile4
-rw-r--r--editors/openoffice.org-2-devel/distinfo6
-rw-r--r--editors/openoffice.org-2-devel/files/patch-solenv+inc+packtools.mk16
3 files changed, 21 insertions, 5 deletions
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile
index 056877fdd5e..d24e0c28f41 100644
--- a/editors/openoffice.org-2-devel/Makefile
+++ b/editors/openoffice.org-2-devel/Makefile
@@ -59,9 +59,9 @@ IGNORE= install lang/perl5.8 then try again
CODELINE= 680
RELEASE_NR= 2.0
-MILESTONE?= 150
+MILESTONE?= 151
OOOTAG?= SRC680_m${MILESTONE}
-SNAPDATE= 20060114
+SNAPDATE= 20060117
INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG}
EXECBASE?= openoffice.org-${OOOTAG}
DIST_SUBDIR= openoffice.org2.0
diff --git a/editors/openoffice.org-2-devel/distinfo b/editors/openoffice.org-2-devel/distinfo
index ced47064432..4a24eeb4700 100644
--- a/editors/openoffice.org-2-devel/distinfo
+++ b/editors/openoffice.org-2-devel/distinfo
@@ -1,6 +1,6 @@
-MD5 (openoffice.org2.0/OOo_SRC680_m150_source.tar.bz2) = 13640616e59b7071293dabe4d8b11c1e
-SHA256 (openoffice.org2.0/OOo_SRC680_m150_source.tar.bz2) = a7e13d04ee06dbb1e310a0c5758132712c212ddc8bbea5c2ba5cf7b5d813f963
-SIZE (openoffice.org2.0/OOo_SRC680_m150_source.tar.bz2) = 236111751
+MD5 (openoffice.org2.0/OOo_SRC680_m151_source.tar.bz2) = f652b703f21ade84d6ff814684df2327
+SHA256 (openoffice.org2.0/OOo_SRC680_m151_source.tar.bz2) = 2c6a2e37ff5dd8b01c4d976239922e12b26bf948908f62d9e2df620c8ce4cf2d
+SIZE (openoffice.org2.0/OOo_SRC680_m151_source.tar.bz2) = 236161920
MD5 (openoffice.org2.0/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
SHA256 (openoffice.org2.0/gpc231.tar.Z) = c1265948554a9882fe8342ecc9ccbdb423321a572a5a6b56f7dfad389540da4e
SIZE (openoffice.org2.0/gpc231.tar.Z) = 27917
diff --git a/editors/openoffice.org-2-devel/files/patch-solenv+inc+packtools.mk b/editors/openoffice.org-2-devel/files/patch-solenv+inc+packtools.mk
new file mode 100644
index 00000000000..cfc8ed47891
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-solenv+inc+packtools.mk
@@ -0,0 +1,16 @@
+Index: solenv/inc/packtools.mk
+===================================================================
+RCS file: /cvs/tools/solenv/inc/packtools.mk,v
+retrieving revision 1.6
+diff -u -r1.6 packtools.mk
+--- solenv/inc/packtools.mk 13 Jan 2006 15:02:07 -0000 1.6
++++ solenv/inc/packtools.mk 18 Jan 2006 10:51:17 -0000
+@@ -34,6 +34,8 @@
+ #*************************************************************************
+
+ .IF "$(GUI)"!="WNT"
++.IF "$(OS)"=="LINUX"
+ RPM*:=$(shell +-ls -l `which rpm` >& /dev/null && set i=`which rpm` && echo rpm`test -x $${{i}}build && echo build`)
+ DPKG*:=$(shell +-ls -l `which dpkg` >& /dev/null && echo dpkg)
+ .ENDIF
++.ENDIF