From 23455207ff84cabf953e8c86f371f7eeae8ec823 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Mon, 21 Dec 2009 22:07:57 +0000 Subject: [PATCH] Use @unexec-delete instead of @unexec for the *-update-* goos. prodded by espie@ discussed with espie@ sthen@ landry@ --- math/galculator/Makefile | 4 ++-- math/galculator/pkg/PLIST | 6 +++--- math/gnumeric/Makefile | 4 ++-- math/gnumeric/pkg/PLIST | 4 ++-- math/mathomatic/Makefile | 4 +++- math/mathomatic/pkg/PLIST | 4 ++-- math/octave/Makefile | 4 ++-- math/octave/pkg/PLIST | 4 ++-- 8 files changed, 18 insertions(+), 16 deletions(-) diff --git a/math/galculator/Makefile b/math/galculator/Makefile index 066f3afbfb5..7f71c214b3e 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.30 2009/08/10 06:32:43 kili Exp $ +# $OpenBSD: Makefile,v 1.31 2009/12/21 22:07:57 ajacoutot Exp $ COMMENT= GTK2-based scientific calculator DISTNAME= galculator-1.3.4 -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= math HOMEPAGE= http://galculator.sourceforge.net/ diff --git a/math/galculator/pkg/PLIST b/math/galculator/pkg/PLIST index 680d2731f0f..87e1cbd8720 100644 --- a/math/galculator/pkg/PLIST +++ b/math/galculator/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.13 2009/03/18 15:42:32 naddy Exp $ +@comment $OpenBSD: PLIST,v 1.14 2009/12/21 22:07:57 ajacoutot Exp $ @bin bin/galculator @man man/man1/galculator.1 share/applications/galculator.desktop @@ -29,8 +29,8 @@ share/locale/ro/LC_MESSAGES/galculator.mo share/locale/ru/LC_MESSAGES/galculator.mo share/locale/sk/LC_MESSAGES/galculator.mo share/pixmaps/ -@exec %D/bin/update-desktop-database -@unexec %D/bin/update-desktop-database share/pixmaps/galculator.png share/pixmaps/galculator.svg share/pixmaps/galculator.xpm +@exec %D/bin/update-desktop-database +@unexec-delete %D/bin/update-desktop-database diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 7a18dffd171..0c1797775aa 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.36 2009/08/10 06:32:43 kili Exp $ +# $OpenBSD: Makefile,v 1.37 2009/12/21 22:07:57 ajacoutot Exp $ COMMENT= spreadsheet application for GNOME GNOME_PROJECT= gnumeric GNOME_VERSION= 1.8.4 -PKGNAME= ${DISTNAME}p7 +PKGNAME= ${DISTNAME}p8 SHARED_LIBS += spreadsheet 0.0 CATEGORIES= math diff --git a/math/gnumeric/pkg/PLIST b/math/gnumeric/pkg/PLIST index cdc9d1d750b..b3e8fb9f083 100644 --- a/math/gnumeric/pkg/PLIST +++ b/math/gnumeric/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.17 2009/06/07 06:00:57 ajacoutot Exp $ +@comment $OpenBSD: PLIST,v 1.18 2009/12/21 22:07:57 ajacoutot Exp $ %%SHARED%% bin/gnumeric @bin bin/gnumeric-${VERSION} @@ -871,4 +871,4 @@ ${SCHEMAS_INSTDIR}/gnumeric-general.schemas ${SCHEMAS_INSTDIR}/gnumeric-plugins.schemas @exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null @exec %D/bin/update-desktop-database -@unexec %D/bin/update-desktop-database +@unexec-delete %D/bin/update-desktop-database diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 564374b78f9..315c650ae44 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.18 2009/10/10 10:16:17 steven Exp $ +# $OpenBSD: Makefile,v 1.19 2009/12/21 22:07:57 ajacoutot Exp $ COMMENT = small, portable, general purpose computer algebra system DISTNAME = mathomatic-14.5.5 +PKGNAME = ${DISTNAME}p0 + CATEGORIES = math HOMEPAGE = http://www.mathomatic.org/ diff --git a/math/mathomatic/pkg/PLIST b/math/mathomatic/pkg/PLIST index 13e9400214a..58c7cf7ebf8 100644 --- a/math/mathomatic/pkg/PLIST +++ b/math/mathomatic/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.10 2009/10/10 10:16:17 steven Exp $ +@comment $OpenBSD: PLIST,v 1.11 2009/12/21 22:07:57 ajacoutot Exp $ @bin bin/mathomatic @man man/man1/mathomatic.1 share/applications/mathomatic.desktop @@ -77,4 +77,4 @@ share/doc/mathomatic/tests/trig.in share/pixmaps/ share/pixmaps/mathomatic.png @exec %D/bin/update-desktop-database -@unexec %D/bin/update-desktop-database +@unexec-delete %D/bin/update-desktop-database diff --git a/math/octave/Makefile b/math/octave/Makefile index 0c196199a5e..88de3644a9c 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.43 2009/06/22 17:00:24 naddy Exp $ +# $OpenBSD: Makefile,v 1.44 2009/12/21 22:07:57 ajacoutot Exp $ # vax: no IEEE arithmetic # sparc: fPIC version of libgcc.a needed but not available @@ -8,7 +8,7 @@ COMMENT= high-level language for numerical computations VERSION= 3.0.5 DISTNAME= octave-${VERSION} -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= math SHARED_LIBS= cruft 5.0 \ diff --git a/math/octave/pkg/PLIST b/math/octave/pkg/PLIST index 29a66ede489..416afe582ae 100644 --- a/math/octave/pkg/PLIST +++ b/math/octave/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.16 2009/04/14 18:22:59 steven Exp $ +@comment $OpenBSD: PLIST,v 1.17 2009/12/21 22:07:57 ajacoutot Exp $ %%SHARED%% bin/mkoctfile @bin bin/octave @@ -3325,4 +3325,4 @@ share/octave/site/m/ share/octave/site/m/startup/ share/octave/site/m/startup/octaverc @exec %D/bin/update-desktop-database -@unexec %D/bin/update-desktop-database +@unexec-delete %D/bin/update-desktop-database