mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Update to 1.21.1
- While here, switch to USES=localbase and options helpers PR: 211880 Submitted by: w.schwarzenfeld@utanet.at Approved by: john.c.prather@gmail.com (maintainer)
This commit is contained in:
parent
30a00f2227
commit
da41a16871
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421636
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pidgin-sipe
|
||||
PORTVERSION= 1.18.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.21.1
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= SF/sipe/sipe/${DISTNAME}
|
||||
|
||||
@ -14,16 +13,23 @@ LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libnss3.so:security/nss \
|
||||
libpurple.so:net-im/libpurple
|
||||
libpurple.so:net-im/libpurple \
|
||||
libplds4.so:devel/nspr \
|
||||
libgstreamer-1.0.so:multimedia/gstreamer1 \
|
||||
libnice.so:net-im/libnice \
|
||||
libgmime-2.6.so:mail/gmime26
|
||||
|
||||
RUN_DEPENDS= pidgin:net-im/pidgin
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake libtool pkgconfig tar:bzip2
|
||||
USE_GNOME= gtk20 intltool
|
||||
USES= gmake libtool localbase pkgconfig tar:bzip2 ssl
|
||||
USE_GNOME= gtk20 intltool libxml2
|
||||
PORTDOCS= AUTHORS ChangeLog HACKING NEWS README TODO
|
||||
CONFIGURE_ARGS= --enable-purple \
|
||||
--disable-telepathy
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= OCS2005 KRB5 DOCS NLS
|
||||
OPTIONS_SUB= yes
|
||||
@ -32,17 +38,15 @@ OSC2005_DESC= Message timeout for OCS2005
|
||||
OSC2005_CONFIGURE_ENABLE= ocs2005-message-hack
|
||||
KRB5_DESC= With Kerberos5
|
||||
KRB5_CONFIGURE_WITH= krb5
|
||||
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
NLS_USES= gettext
|
||||
|
||||
CONFIGURE_ARGS+= --enable-purple \
|
||||
--disable-telepathy
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's/LDLAGS/LDFLAGS/' ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for docs in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (pidgin-sipe-1.18.0.tar.bz2) = ca2a357b516c873c9a3feb0315aba6e4a246b5c657e6de7ada1dc302c50cb064
|
||||
SIZE (pidgin-sipe-1.18.0.tar.bz2) = 854853
|
||||
TIMESTAMP = 1471295102
|
||||
SHA256 (pidgin-sipe-1.21.1.tar.bz2) = 15ee26138aad13f2bd6ec108ed86b5a2ea758d60db860990f95069a2104c7758
|
||||
SIZE (pidgin-sipe-1.21.1.tar.bz2) = 919601
|
||||
|
@ -1,4 +1,5 @@
|
||||
lib/purple-2/libsipe.so
|
||||
share/appdata/pidgin-sipe.metainfo.xml
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/pidgin-sipe.mo
|
||||
@ -21,6 +22,7 @@ lib/purple-2/libsipe.so
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/ta/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/te/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/pidgin-sipe.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/pidgin-sipe.mo
|
||||
|
Loading…
Reference in New Issue
Block a user