mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 1.4
PR: 121615 Submitted by: Ports Fury
This commit is contained in:
parent
fb94657eff
commit
eb6a24f1f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209002
@ -8,7 +8,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= poedit
|
||||
PORTVERSION= 1.3.9
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -36,15 +36,15 @@ MAN1= poedit.1
|
||||
CPPFLAGS= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS= -L${BDB_LIB_DIR} -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's/for version in .*;/for version in ${BDB_VER};/ ; \
|
||||
s/-ldb-$$version/-l${BDB_LIB_NAME}/' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800000 && ${ARCH} == i386
|
||||
BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's/for version in .*;/for version in ${BDB_VER};/ ; \
|
||||
s/-ldb-$$version/-l${BDB_LIB_NAME}/' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (poedit-1.3.9.tar.gz) = 2e2b921c9684f1bd9dba2535d97bd34e
|
||||
SHA256 (poedit-1.3.9.tar.gz) = 4803cde2f95412184b92193c0f34136da286c852bc5dd92c036e40e59054de04
|
||||
SIZE (poedit-1.3.9.tar.gz) = 1650758
|
||||
MD5 (poedit-1.4.tar.gz) = 5198a30796af69830692b7e9e6fdbf64
|
||||
SHA256 (poedit-1.4.tar.gz) = cf026b94824d7b2f0a90cbc70a2d03e2b60d63269a0ec5a61ee42958def89de5
|
||||
SIZE (poedit-1.4.tar.gz) = 1525541
|
||||
|
@ -1,5 +1,5 @@
|
||||
Poedit is cross-platform gettext catalogs (.po files) editor. It is built
|
||||
with wxWindows toolkit and can run on any platform supported by it (although
|
||||
with wxWidgets toolkit and can run on any platform supported by it (although
|
||||
it was tested only on Unix with GTK+ and Windows). It aims to provide more
|
||||
convenient approach to editing catalogs than launching vi and editing the
|
||||
file by hand.
|
||||
|
@ -9,6 +9,7 @@ share/locale/am/LC_MESSAGES/poedit.mo
|
||||
share/locale/ar/LC_MESSAGES/poedit.mo
|
||||
share/locale/ast/LC_MESSAGES/poedit.mo
|
||||
share/locale/be/LC_MESSAGES/poedit.mo
|
||||
share/locale/be@latin/LC_MESSAGES/poedit.mo
|
||||
share/locale/bg/LC_MESSAGES/poedit.mo
|
||||
share/locale/bn/LC_MESSAGES/poedit.mo
|
||||
share/locale/br/LC_MESSAGES/poedit.mo
|
||||
@ -152,6 +153,8 @@ share/pixmaps/poedit.png
|
||||
@dirrmtry share/locale/fur
|
||||
@dirrmtry share/locale/es_PR/LC_MESSAGES
|
||||
@dirrmtry share/locale/es_PR
|
||||
@dirrmtry share/locale/be@latin/LC_MESSAGES
|
||||
@dirrmtry share/locale/be@latin
|
||||
@dirrmtry share/locale/ast/LC_MESSAGES
|
||||
@dirrmtry share/locale/ast
|
||||
@dirrmtry share/locale/af_ZA/LC_MESSAGES
|
||||
|
Loading…
Reference in New Issue
Block a user