Date: Wed, 11 Jun 2014 13:31:28 +0000 (UTC) From: Rodrigo Osorio <rodrigo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357477 - head/editors/poedit Message-ID: <201406111331.s5BDVShP078798@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rodrigo Date: Wed Jun 11 13:31:27 2014 New Revision: 357477 URL: http://svnweb.freebsd.org/changeset/ports/357477 QAT: https://qat.redports.org/buildarchive/r357477/ Log: - stagify the port - add licence Submitted by: rodrigo Reviewed by: bapt (mentor) Approved by: portmgr (blanket) Modified: head/editors/poedit/Makefile head/editors/poedit/pkg-plist Modified: head/editors/poedit/Makefile ============================================================================== --- head/editors/poedit/Makefile Wed Jun 11 13:26:52 2014 (r357476) +++ head/editors/poedit/Makefile Wed Jun 11 13:31:27 2014 (r357477) @@ -11,10 +11,12 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= dhn@FreeBSD.org COMMENT= Gettext catalogs (.po files) editor +LICENSE= BSD2CLAUSE + BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell +LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell -USES= gettext gmake pkgconfig +USES= gettext gmake pkgconfig desktop-file-utils USE_WX= 2.8+ WX_CONF_ARGS= absolute WX_UNICODE= yes @@ -24,17 +26,12 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= WXRC="${WXRC_CMD}" INSTALLS_ICONS= yes -MAN1= poedit.1 - CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${BDB_LIB_DIR} -L${LOCALBASE}/lib ${PTHREAD_LIBS} -NO_STAGE= yes -.include <bsd.port.pre.mk> - 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> +.include <bsd.port.mk> Modified: head/editors/poedit/pkg-plist ============================================================================== --- head/editors/poedit/pkg-plist Wed Jun 11 13:26:52 2014 (r357476) +++ head/editors/poedit/pkg-plist Wed Jun 11 13:31:27 2014 (r357477) @@ -1,4 +1,5 @@ bin/poedit +man/man1/poedit.1.gz share/applications/poedit.desktop share/icons/hicolor/16x16/apps/poedit.png share/icons/hicolor/32x32/apps/poedit.png @@ -146,29 +147,11 @@ share/pixmaps/poedit.png @dirrm %%DATADIR%%/help/common @dirrm %%DATADIR%%/help @dirrm %%DATADIR%% -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/uz/LC_MESSAGES -@dirrmtry share/locale/uz -@dirrmtry share/locale/vi/LC_MESSAGES -@dirrmtry share/locale/vi -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/sq_AL/LC_MESSAGES -@dirrmtry share/locale/sq_AL -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/fur/LC_MESSAGES -@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 @dirrmtry share/locale/af_ZA +@dirrmtry share/locale/es_PR/LC_MESSAGES +@dirrmtry share/locale/es_PR +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/sq_AL/LC_MESSAGES +@dirrmtry share/locale/sq_AL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406111331.s5BDVShP078798>