- Update to 1.10.0
- Add support to NLS PR: ports/145464 Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) Approved by: itetcu (mentor, implicit)
This commit is contained in:
parent
2e7f66ff02
commit
525ed5780d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252453
3 changed files with 34 additions and 31 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= pidgin-sipe
|
||||
PORTVERSION= 1.9.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.10.0
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= SF/sipe/sipe/${DISTNAME}
|
||||
|
||||
|
@ -22,11 +21,15 @@ USE_BZIP2= yes
|
|||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_LDCONFIG= ${PREFIX}/lib/pidgin
|
||||
USE_GETTEXT= yes
|
||||
PORTDOCS= AUTHORS ChangeLog COPYING HACKING INSTALL NEWS README TODO VERSION
|
||||
|
||||
CFLAGS+= "-I/${LOCALBASE}/include"
|
||||
LIBS+= "-L/${LOCALBASE}/lib"
|
||||
|
||||
CONFIGURE_ARGS+= --enable-purple \
|
||||
--disable-telepathy \
|
||||
--without-krb5
|
||||
|
||||
CONFIGURE_ENV+= LIBS="${LIBS}" \
|
||||
COM_ERR_CFLAGS="-I/usr/include" \
|
||||
COM_ERR_LIBS="-L/usr/lib -lcom_err"
|
||||
|
@ -34,9 +37,17 @@ CONFIGURE_ENV+= LIBS="${LIBS}" \
|
|||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for f in AUTHORS ChangeLog COPYING HACKING INSTALL NEWS README TODO
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
||||
.for docs in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (pidgin-sipe-1.9.1.tar.bz2) = 7667a7598c3ca418528ad099585c258c
|
||||
SHA256 (pidgin-sipe-1.9.1.tar.bz2) = fe31f6b1a006fa0e2c87ecc7b4cc41a0e93a5b0abf9bd10f4bcc7dc851469492
|
||||
SIZE (pidgin-sipe-1.9.1.tar.bz2) = 492312
|
||||
MD5 (pidgin-sipe-1.10.0.tar.bz2) = ce1e2d2dd3ec97e8bfc30f58e106c23a
|
||||
SHA256 (pidgin-sipe-1.10.0.tar.bz2) = 3b9e202fed3128de86e5c3cdaff24cf7b40a4e82d437deb8e5b889d3448c18f0
|
||||
SIZE (pidgin-sipe-1.10.0.tar.bz2) = 539870
|
||||
|
|
|
@ -1,28 +1,20 @@
|
|||
lib/purple-2/libsipe.la
|
||||
lib/purple-2/libsipe.so
|
||||
share/locale/cs/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/da/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/de/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/es/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/fi/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/fr/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/hi/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/it/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/nb/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/pl/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/ru/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/ta/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/hi/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/ta/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/pixmaps/pidgin/protocols/16/sipe.png
|
||||
share/pixmaps/pidgin/protocols/22/sipe.png
|
||||
share/pixmaps/pidgin/protocols/48/sipe.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/HACKING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
share/pixmaps/pidgin/protocols/scalable/sipe.svg
|
||||
|
|
Loading…
Reference in a new issue