svn commit: r357477 - head/editors/poedit

Rodrigo Osorio rodrigo at FreeBSD.org
Wed Jun 11 13:31:28 UTC 2014


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 at 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%%
- at dirrmtry share/locale/ca at valencia/LC_MESSAGES
- at dirrmtry share/locale/ca at valencia
- at dirrmtry share/locale/uz/LC_MESSAGES
- at dirrmtry share/locale/uz
- at dirrmtry share/locale/vi/LC_MESSAGES
- at dirrmtry share/locale/vi
- at dirrmtry share/locale/tt/LC_MESSAGES
- at dirrmtry share/locale/tt
- at dirrmtry share/locale/sq_AL/LC_MESSAGES
- at dirrmtry share/locale/sq_AL
- at dirrmtry share/locale/kk/LC_MESSAGES
- at dirrmtry share/locale/kk
- at dirrmtry share/locale/ky/LC_MESSAGES
- at dirrmtry share/locale/ky
- at dirrmtry share/locale/ku/LC_MESSAGES
- at dirrmtry share/locale/ku
- at dirrmtry share/locale/fur/LC_MESSAGES
- at dirrmtry share/locale/fur
- at dirrmtry share/locale/es_PR/LC_MESSAGES
- at dirrmtry share/locale/es_PR
- at dirrmtry share/locale/be at latin/LC_MESSAGES
- at dirrmtry share/locale/be at latin
- at dirrmtry share/locale/ast/LC_MESSAGES
- at dirrmtry share/locale/ast
 @dirrmtry share/locale/af_ZA/LC_MESSAGES
 @dirrmtry share/locale/af_ZA
+ at dirrmtry share/locale/es_PR/LC_MESSAGES
+ at dirrmtry share/locale/es_PR
+ at dirrmtry share/locale/fur/LC_MESSAGES
+ at dirrmtry share/locale/fur
+ at dirrmtry share/locale/sq_AL/LC_MESSAGES
+ at dirrmtry share/locale/sq_AL


More information about the svn-ports-head mailing list