pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/pluma



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Dec 30 23:38:57 UTC 2019

Modified Files:
        pkgsrc/editors/pluma: Makefile PLIST distinfo options.mk

Log Message:
pluma: update to 1.22.2

While here, also remove PLIST vars that have never actually been used
since the package was imported.

Change log:

pluma 1.22.2

  * Translations update
  * smart-converter: Fix memory leaks
  * spell-checker plugin: add missing translation (i18n)


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/editors/pluma/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/pluma/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/pluma/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/editors/pluma/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/pluma/Makefile
diff -u pkgsrc/editors/pluma/Makefile:1.23 pkgsrc/editors/pluma/Makefile:1.24
--- pkgsrc/editors/pluma/Makefile:1.23  Sun Jul 21 22:24:44 2019
+++ pkgsrc/editors/pluma/Makefile       Mon Dec 30 23:38:57 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/07/21 22:24:44 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2019/12/30 23:38:57 gutteridge Exp $
 
 # XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the
 # python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE
@@ -7,8 +7,7 @@
 .include "../../devel/libpeas/buildlink3.mk"
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      pluma-${VERSION:R}.1
-PKGREVISION=   2
+DISTNAME=      pluma-${VERSION:R}.2
 CATEGORIES=    editors
 
 COMMENT=       Small and lightweight UTF-8 text editor for MATE

Index: pkgsrc/editors/pluma/PLIST
diff -u pkgsrc/editors/pluma/PLIST:1.5 pkgsrc/editors/pluma/PLIST:1.6
--- pkgsrc/editors/pluma/PLIST:1.5      Wed Mar  6 08:03:22 2019
+++ pkgsrc/editors/pluma/PLIST  Mon Dec 30 23:38:57 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/03/06 08:03:22 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/12/30 23:38:57 gutteridge Exp $
 bin/pluma
 include/pluma/pluma-app.h
 include/pluma/pluma-commands.h
@@ -358,6 +358,10 @@ share/help/id/pluma/figures/pluma_recent
 share/help/id/pluma/figures/pluma_window.png
 share/help/id/pluma/index.docbook
 share/help/id/pluma/legal.xml
+share/help/ie/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/ie/pluma/figures/pluma_window.png
+share/help/ie/pluma/index.docbook
+share/help/ie/pluma/legal.xml
 share/help/is/pluma/figures/pluma_recent_files_menu_icon.png
 share/help/is/pluma/figures/pluma_window.png
 share/help/is/pluma/index.docbook
@@ -628,6 +632,7 @@ share/locale/hu/LC_MESSAGES/pluma.mo
 share/locale/hy/LC_MESSAGES/pluma.mo
 share/locale/ia/LC_MESSAGES/pluma.mo
 share/locale/id/LC_MESSAGES/pluma.mo
+share/locale/ie/LC_MESSAGES/pluma.mo
 share/locale/ig/LC_MESSAGES/pluma.mo
 share/locale/is/LC_MESSAGES/pluma.mo
 share/locale/it/LC_MESSAGES/pluma.mo

Index: pkgsrc/editors/pluma/distinfo
diff -u pkgsrc/editors/pluma/distinfo:1.7 pkgsrc/editors/pluma/distinfo:1.8
--- pkgsrc/editors/pluma/distinfo:1.7   Wed May  8 01:55:16 2019
+++ pkgsrc/editors/pluma/distinfo       Mon Dec 30 23:38:57 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2019/05/08 01:55:16 gutteridge Exp $
+$NetBSD: distinfo,v 1.8 2019/12/30 23:38:57 gutteridge Exp $
 
-SHA1 (pluma-1.22.1.tar.xz) = d3483e70f8172980359669b9128b4756a0f3a94e
-RMD160 (pluma-1.22.1.tar.xz) = acc68fedaddfa1939e7af2bbf4ed5bc21e2581cc
-SHA512 (pluma-1.22.1.tar.xz) = 0d3f07b2e8c736c9e1ad64ed5cb749db6088868e9bc27aa786cbb0c3fe72715f0fd4dd53999502a4333ec82110148b772c0dde81433d0936d2d3c2d04804026a
-Size (pluma-1.22.1.tar.xz) = 3236724 bytes
+SHA1 (pluma-1.22.2.tar.xz) = f79e5fcfdba38aa5f1bfd595e121aec8e64b24b6
+RMD160 (pluma-1.22.2.tar.xz) = 511ddd4c90f59ea01d312d4802b9edbcf6b91e29
+SHA512 (pluma-1.22.2.tar.xz) = a68b79713f649def15ea29e58e041d70bb6d756a356743f6e06d8dd680f7b39e8bcdd90c68cbe5c517bead7f9263d7596954bc595c3a2501edf0d0ea421c9992
+Size (pluma-1.22.2.tar.xz) = 3262288 bytes
 SHA1 (patch-configure) = c2f4aef21c7b23bafeb0c6d3f751e7d21e0a618e

Index: pkgsrc/editors/pluma/options.mk
diff -u pkgsrc/editors/pluma/options.mk:1.12 pkgsrc/editors/pluma/options.mk:1.13
--- pkgsrc/editors/pluma/options.mk:1.12        Sat Oct  5 21:32:12 2019
+++ pkgsrc/editors/pluma/options.mk     Mon Dec 30 23:38:57 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2019/10/05 21:32:12 gutteridge Exp $
+# $NetBSD: options.mk,v 1.13 2019/12/30 23:38:57 gutteridge Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.pluma
 PKG_SUPPORTED_OPTIONS= enchant
@@ -6,13 +6,10 @@ PKG_SUGGESTED_OPTIONS=        enchant
 
 .include "../../mk/bsd.options.mk"
 
-PLIST_VARS+=   enchant python
-
 .if !empty(PKG_OPTIONS:Menchant)
 .include "../../textproc/enchant2/buildlink3.mk"
 .include "../../textproc/iso-codes/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-spell
-PLIST.enchant= yes
 .else
 CONFIGURE_ARGS+=       --disable-spell
 .endif
@@ -22,7 +19,6 @@ CONFIGURE_ARGS+=      --disable-spell
 # as being incompatible, leaving us with no remaining choices.
 .if !empty(PKG_OPTIONS:Mpython)
 CONFIGURE_ARGS+=       --enable-python
-PLIST.python=  yes
 PYTHON_VERSIONS_ACCEPTED=       27 # py-gtk2, also via py-gtksourceview
 .include "../../devel/py-gobject/buildlink3.mk"
 .include "../../x11/py-gtk2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index