upgrade to 1.3.4
This commit is contained in:
parent
075efcbe9c
commit
2f76e250b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144144
4 changed files with 11 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= poedit
|
||||
PORTVERSION= 1.3.3
|
||||
PORTVERSION= 1.3.4
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -23,8 +23,8 @@ USE_X_PREFIX= yes
|
|||
USE_GETTEXT= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include/db${WITH_BDB_VER} \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (poedit-1.3.3.tar.gz) = 66880410877210a69504f0b4d3ff868c
|
||||
SIZE (poedit-1.3.3.tar.gz) = 2062288
|
||||
MD5 (poedit-1.3.4.tar.gz) = e76a84ae4be4ad9d9a176fd8a1a2effb
|
||||
SIZE (poedit-1.3.4.tar.gz) = 2092161
|
||||
|
|
|
@ -19,4 +19,4 @@ Here is a brief features list:
|
|||
- You can use poEdit to scan source code for translatable strings
|
||||
- Integration with KDE and GNOME desktops
|
||||
|
||||
WWW: http://poedit.sourceforge.net/
|
||||
WWW: http://www.poedit.org/
|
||||
|
|
|
@ -31,6 +31,7 @@ share/locale/it/LC_MESSAGES/poedit.mo
|
|||
share/locale/ja/LC_MESSAGES/poedit.mo
|
||||
share/locale/ka/LC_MESSAGES/poedit.mo
|
||||
share/locale/ko/LC_MESSAGES/poedit.mo
|
||||
share/locale/ku/LC_MESSAGES/poedit.mo
|
||||
share/locale/ky/LC_MESSAGES/poedit.mo
|
||||
share/locale/lt/LC_MESSAGES/poedit.mo
|
||||
share/locale/lv/LC_MESSAGES/poedit.mo
|
||||
|
@ -51,6 +52,7 @@ share/locale/sr/LC_MESSAGES/poedit.mo
|
|||
share/locale/sv_SE/LC_MESSAGES/poedit.mo
|
||||
share/locale/ta/LC_MESSAGES/poedit.mo
|
||||
share/locale/tr/LC_MESSAGES/poedit.mo
|
||||
share/locale/tt/LC_MESSAGES/poedit.mo
|
||||
share/locale/uk/LC_MESSAGES/poedit.mo
|
||||
share/locale/wa/LC_MESSAGES/poedit.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/poedit.mo
|
||||
|
@ -60,12 +62,16 @@ share/locale/zh_TW/LC_MESSAGES/poedit.mo
|
|||
%%DATADIR%%/help.zip
|
||||
%%DATADIR%%/resources.zip
|
||||
@dirrm %%DATADIR%%
|
||||
@unexec rmdir %D/share/locale/tt/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/tt 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/sv_SE/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/sv_SE 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/sq_AL/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/sq_AL 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/ky/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/ky 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/ku/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/ku 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/fur/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/fur 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/es_PR/LC_MESSAGES 2> /dev/null || true
|
||||
|
|
Loading…
Reference in a new issue