diff options
author | pav <pav@FreeBSD.org> | 2004-12-28 21:43:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-28 21:43:34 +0800 |
commit | 693afb8aa1a51536ababd9e2080f856382e5fa34 (patch) | |
tree | c35418046fbbed04436973bf287b2aba1f5bef97 /editors | |
parent | 3ff37f8e38b8bbea29bb2948bbb921c9d0cfc0cd (diff) | |
download | freebsd-ports-gnome-693afb8aa1a51536ababd9e2080f856382e5fa34.tar.gz freebsd-ports-gnome-693afb8aa1a51536ababd9e2080f856382e5fa34.tar.zst freebsd-ports-gnome-693afb8aa1a51536ababd9e2080f856382e5fa34.zip |
- Update to 0.7.9
PR: ports/75501
Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/leafpad/Makefile | 2 | ||||
-rw-r--r-- | editors/leafpad/distinfo | 4 | ||||
-rw-r--r-- | editors/leafpad/pkg-plist | 6 |
3 files changed, 7 insertions, 5 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index a52ea89a6df2..6043484046e3 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -6,7 +6,7 @@ # PORTNAME= leafpad -PORTVERSION= 0.7.8 +PORTVERSION= 0.7.9 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/editors/leafpad/distinfo b/editors/leafpad/distinfo index 1cffe948ba9b..17cb8de57810 100644 --- a/editors/leafpad/distinfo +++ b/editors/leafpad/distinfo @@ -1,2 +1,2 @@ -MD5 (leafpad-0.7.8.tar.gz) = a97bbbf5c86d290fde7b46f5520494a2 -SIZE (leafpad-0.7.8.tar.gz) = 188955 +MD5 (leafpad-0.7.9.tar.gz) = 01d851421f554cce3867e39bb258c414 +SIZE (leafpad-0.7.9.tar.gz) = 192633 diff --git a/editors/leafpad/pkg-plist b/editors/leafpad/pkg-plist index ccea5597c60d..a60d34ce4531 100644 --- a/editors/leafpad/pkg-plist +++ b/editors/leafpad/pkg-plist @@ -9,10 +9,12 @@ share/locale/fr/LC_MESSAGES/leafpad.mo share/locale/hu/LC_MESSAGES/leafpad.mo share/locale/it/LC_MESSAGES/leafpad.mo share/locale/ja/LC_MESSAGES/leafpad.mo +share/locale/lt/LC_MESSAGES/leafpad.mo +share/locale/pl/LC_MESSAGES/leafpad.mo share/locale/ru/LC_MESSAGES/leafpad.mo share/locale/sv/LC_MESSAGES/leafpad.mo share/locale/ta/LC_MESSAGES/leafpad.mo share/locale/zh_CN/LC_MESSAGES/leafpad.mo share/locale/zh_TW/LC_MESSAGES/leafpad.mo -@exec update-desktop-database > /dev/null || true -@unexec update-desktop-database > /dev/null || true +@exec update-desktop-database > /dev/null || /usr/bin/true +@unexec update-desktop-database > /dev/null || /usr/bin/true |