- Update to 0.2.14
- Regenerate patch file PR: 202842 Submitted by; Ports Fury
This commit is contained in:
parent
78cfb29cbd
commit
1ddaaea2e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397971
4 changed files with 9 additions and 8 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= osmo
|
||||
PORTVERSION= 0.2.12
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.2.14
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
@ -28,8 +27,8 @@ INSTALLS_ICONS= yes
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
POFILES= bg ca cs da de el en_GB es fi fr gl gl_ES hu it ja lt nl \
|
||||
pl pt pt_BR ro ru sv te tr uk ur ur_PK zh_CN
|
||||
POFILES= bg ca cs da de el en_GB es fi fr gl gl_ES he hu it ja lt \
|
||||
nl pl pt pt_BR ro ru sr sv te tr uk ur ur_PK zh_CN
|
||||
|
||||
post-build:
|
||||
.for p in ${POFILES}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (osmo-0.2.12.tar.gz) = 93bda51614f92e4193840451612e792219f7d8c90d78bdc7ea6d6c14a2be6b78
|
||||
SIZE (osmo-0.2.12.tar.gz) = 907452
|
||||
SHA256 (osmo-0.2.14.tar.gz) = 052c3509e9e5ee3f7692fc0d456bebd3a13727acb985901f08c0e2e86bf64a6d
|
||||
SIZE (osmo-0.2.14.tar.gz) = 946243
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- src/backup.c.orig 2014-10-19 00:26:19.000000000 +0900
|
||||
+++ src/backup.c 2014-10-19 00:32:50.000000000 +0900
|
||||
--- src/backup.c.orig 2015-08-08 07:10:12 UTC
|
||||
+++ src/backup.c
|
||||
@@ -41,6 +41,14 @@
|
||||
#include <archive.h>
|
||||
#include <archive_entry.h>
|
||||
|
|
|
@ -19,6 +19,7 @@ share/locale/fi/LC_MESSAGES/osmo.mo
|
|||
share/locale/fr/LC_MESSAGES/osmo.mo
|
||||
share/locale/gl/LC_MESSAGES/osmo.mo
|
||||
share/locale/gl_ES/LC_MESSAGES/osmo.mo
|
||||
share/locale/he/LC_MESSAGES/osmo.mo
|
||||
share/locale/hu/LC_MESSAGES/osmo.mo
|
||||
share/locale/it/LC_MESSAGES/osmo.mo
|
||||
share/locale/ja/LC_MESSAGES/osmo.mo
|
||||
|
@ -29,6 +30,7 @@ share/locale/pt/LC_MESSAGES/osmo.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/osmo.mo
|
||||
share/locale/ro/LC_MESSAGES/osmo.mo
|
||||
share/locale/ru/LC_MESSAGES/osmo.mo
|
||||
share/locale/sr/LC_MESSAGES/osmo.mo
|
||||
share/locale/sv/LC_MESSAGES/osmo.mo
|
||||
share/locale/te/LC_MESSAGES/osmo.mo
|
||||
share/locale/tr/LC_MESSAGES/osmo.mo
|
||||
|
|
Loading…
Reference in a new issue