diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 20:56:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 20:56:57 +0000 |
commit | eb6a24f1f2c8657638fa1f2b318dc871760e0487 (patch) | |
tree | 5373b27c9f850451480ac185ce93640fee9d7a01 | |
parent | fb94657eff8ec3ba5b4e9d9751a08e3fc27e6298 (diff) | |
download | freebsd-ports-eb6a24f1f2c8657638fa1f2b318dc871760e0487.zip |
- Update to 1.4
PR: 121615
Submitted by: Ports Fury
-rw-r--r-- | editors/poedit/Makefile | 12 | ||||
-rw-r--r-- | editors/poedit/distinfo | 6 | ||||
-rw-r--r-- | editors/poedit/pkg-descr | 2 | ||||
-rw-r--r-- | editors/poedit/pkg-plist | 3 |
4 files changed, 13 insertions, 10 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index ab6e6a08cc98..2dfd209f426b 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -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> diff --git a/editors/poedit/distinfo b/editors/poedit/distinfo index 386c767e9b60..1a84c641859f 100644 --- a/editors/poedit/distinfo +++ b/editors/poedit/distinfo @@ -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 diff --git a/editors/poedit/pkg-descr b/editors/poedit/pkg-descr index 3d2928560956..e522166040f8 100644 --- a/editors/poedit/pkg-descr +++ b/editors/poedit/pkg-descr @@ -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. diff --git a/editors/poedit/pkg-plist b/editors/poedit/pkg-plist index 0cdc005fd2ac..a7fb4bfdbebd 100644 --- a/editors/poedit/pkg-plist +++ b/editors/poedit/pkg-plist @@ -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 |