mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
- Update to 0.52
PR: ports/181320, ports/177466 Submitted by: Gea-Suan Lin <gslin@gslin.org>, fred@lacave.net
This commit is contained in:
parent
a3e6948e6a
commit
4c40c5965e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325098
3 changed files with 26 additions and 34 deletions
|
@ -2,13 +2,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= irssi-xmpp
|
||||
PORTVERSION= 0.51
|
||||
PORTVERSION= 0.52
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://cybione.org/~irssi-xmpp/files/
|
||||
|
||||
MAINTAINER= jadawin@FreeBSD.org
|
||||
COMMENT= Irssi-xmpp is an irssi plugin to connect to the Jabber network
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= irssi:${PORTSDIR}/irc/irssi
|
||||
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
|
||||
LIB_DEPENDS= loudmouth:${PORTSDIR}/net-im/loudmouth
|
||||
|
@ -16,40 +19,13 @@ LIB_DEPENDS= loudmouth:${PORTSDIR}/net-im/loudmouth
|
|||
USES= pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_FILES= lib/irssi/modules/libfe_xmpp.so \
|
||||
lib/irssi/modules/libtext_xmpp.so \
|
||||
lib/irssi/modules/libxmpp_core.so
|
||||
PORTDOCS= README \
|
||||
FAQ \
|
||||
GENERAL \
|
||||
INTERNAL \
|
||||
MUC \
|
||||
STARTUP \
|
||||
XEP
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} "/ggdb/d" ${WRKSRC}/config.mk
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
.for data in core fe-common fe-text
|
||||
${MKDIR} ${PREFIX}/lib/irssi/modules
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/${data}/*.so \
|
||||
${PREFIX}/lib/irssi/modules
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/FAQ ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/GENERAL ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/INTERNAL ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/MUC ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/STARTUP ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/XEP ${DOCSDIR}
|
||||
post-patch:
|
||||
.if ! ${PORT_OPTIONS:MDOCS}
|
||||
${REINPLACE_CMD} -e 's/ doc-install / /g' ${WRKSRC}/Makefile
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (irssi-xmpp-0.51.tar.gz) = 5f8c7f9d51856201b47647befd74eea8e7cecc1ed0ee52916dc15d9e623f686d
|
||||
SIZE (irssi-xmpp-0.51.tar.gz) = 67801
|
||||
SHA256 (irssi-xmpp-0.52.tar.gz) = c63975e0562e7ec6a1b68cb607829b3933ec822aa4a844c3d6dccf16f110dbdc
|
||||
SIZE (irssi-xmpp-0.52.tar.gz) = 68105
|
||||
|
|
16
irc/irssi-xmpp/pkg-plist
Normal file
16
irc/irssi-xmpp/pkg-plist
Normal file
|
@ -0,0 +1,16 @@
|
|||
@comment $FreeBSD$
|
||||
%%DATADIR%%/help/roster
|
||||
%%DATADIR%%/help/xmppconnect
|
||||
%%DATADIR%%/help/xmppserver
|
||||
%%PORTDOCS%%%%DOCSDIR%%/irssi-xmpp/FAQ
|
||||
%%PORTDOCS%%%%DOCSDIR%%/irssi-xmpp/GENERAL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/irssi-xmpp/MUC
|
||||
%%PORTDOCS%%%%DOCSDIR%%/irssi-xmpp/STARTUP
|
||||
%%PORTDOCS%%%%DOCSDIR%%/irssi-xmpp/XEP
|
||||
lib/irssi/modules/libfe_xmpp.so
|
||||
lib/irssi/modules/libtext_xmpp.so
|
||||
lib/irssi/modules/libxmpp_core.so
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/irssi-xmpp
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
|
||||
@dirrmtry %%DATADIR%%/help
|
||||
@dirrmtry %%DATADIR%%
|
Loading…
Add table
Reference in a new issue