diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-11-10 19:26:42 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-11-10 19:26:42 +0000 |
commit | 7f95a8ba2628a0197c4d388484ee5a52925822a0 (patch) | |
tree | 192be65c606acf2c1a17564983385aeafb215b33 /misc/libreoffice3-bin | |
parent | a402e2673420de7ac4bac99498f6c9c150d72b02 (diff) | |
download | pkgsrc-7f95a8ba2628a0197c4d388484ee5a52925822a0.tar.gz |
Update to 3.4.4
post-install binpatch command is fixed.
Changelog:
* Many bugs are fixed.
Diffstat (limited to 'misc/libreoffice3-bin')
-rw-r--r-- | misc/libreoffice3-bin/Makefile | 8 | ||||
-rw-r--r-- | misc/libreoffice3-bin/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/misc/libreoffice3-bin/Makefile b/misc/libreoffice3-bin/Makefile index 7a6d5d4b39f..53f1319fb22 100644 --- a/misc/libreoffice3-bin/Makefile +++ b/misc/libreoffice3-bin/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2011/10/07 13:28:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.5 2011/11/10 19:26:42 ryoon Exp $ DISTNAME= libreoffice3-bin # overridden below PKGNAME= libreoffice3-bin-${OO_RELEASE} CATEGORIES= misc -MASTER_SITES= http://download.documentfoundation.org/libreoffice/stable/3.4.3/rpm/x86/ +MASTER_SITES= http://download.documentfoundation.org/libreoffice/stable/3.4.4/rpm/x86/ MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://www.libreoffice.org/ @@ -21,7 +21,7 @@ CONFLICTS+= openoffice-linux-[0-9]* OO_VER= 3 OO_BASEVER= 3.4 -OO_RELEASE= 3.4.3 +OO_RELEASE= 3.4.4 PLIST_SUBST+= VER=${OO_VER:Q} BASEVER=${OO_BASEVER:Q} MESSAGE_SUBST+= VER=${OO_VER:Q} FILES_SUBST+= VER=${OO_VER:Q} @@ -91,6 +91,6 @@ do-install: post-install: ${CHMOD} 755 ${DESTDIR}${PREFIX}/opt/libreoffice3.4/program/oosplash.bin - ${BINPATCHDIR}/bin/binpatch file=${DESTDIR}${PREFIX}/opt/libreoffice3.4/program/oosplash.bin size=19084 offset=16442 compare=76657273696F6E00 skip=0 replace=637075696E666f + ${BINPATCHDIR}/bin/binpatch file=${DESTDIR}${PREFIX}/opt/libreoffice3.4/program/oosplash.bin size=19100 offset=16458 compare=76657273696F6E00 skip=0 replace=637075696E666f .include "../../mk/bsd.pkg.mk" diff --git a/misc/libreoffice3-bin/distinfo b/misc/libreoffice3-bin/distinfo index 73f2b0993fc..5c160e9912e 100644 --- a/misc/libreoffice3-bin/distinfo +++ b/misc/libreoffice3-bin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2011/10/07 13:28:54 ryoon Exp $ +$NetBSD: distinfo,v 1.5 2011/11/10 19:26:42 ryoon Exp $ -SHA1 (LibO_3.4.3_Linux_x86_install-rpm_en-US.tar.gz) = afb281927057b8b3a708291c12013512b816fcdc -RMD160 (LibO_3.4.3_Linux_x86_install-rpm_en-US.tar.gz) = 9997288695e57281b518bce94f84b4483c71a07b -Size (LibO_3.4.3_Linux_x86_install-rpm_en-US.tar.gz) = 153607902 bytes +SHA1 (LibO_3.4.4_Linux_x86_install-rpm_en-US.tar.gz) = 1585dfc51891beb7600747d78825208db6563ba5 +RMD160 (LibO_3.4.4_Linux_x86_install-rpm_en-US.tar.gz) = 505e78c248e1c0dedb789e72acffc99e2cebde89 +Size (LibO_3.4.4_Linux_x86_install-rpm_en-US.tar.gz) = 153652937 bytes |