mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Update to 0.51
PR: ports/147913 Submitted by: Bapt <baptiste.daroussin _AT_ gmail.com> Feature safe: yes
This commit is contained in:
parent
88f33c6287
commit
0f6102ae16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256909
@ -4,7 +4,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= irssi-xmpp
|
||||
PORTVERSION= 0.50
|
||||
PORTVERSION= 0.51
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://cybione.org/~irssi-xmpp/files/
|
||||
|
||||
@ -15,9 +15,7 @@ BUILD_DEPENDS= irssi:${PORTSDIR}/irc/irssi
|
||||
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
|
||||
LIB_DEPENDS= loudmouth:${PORTSDIR}/net-im/loudmouth
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ENV= IRSSI_INCLUDE="${LOCALBASE}/include/irssi/"
|
||||
|
||||
PLIST_FILES= lib/irssi/modules/libfe_xmpp.so \
|
||||
lib/irssi/modules/libtext_xmpp.so \
|
||||
@ -30,6 +28,12 @@ PORTDOCS= README \
|
||||
STARTUP \
|
||||
XEP
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} "/ggdb/d" ${WRKSRC}/config.mk
|
||||
|
||||
do-install:
|
||||
.for data in core fe-common fe-text
|
||||
${MKDIR} ${PREFIX}/lib/irssi/modules
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (irssi-xmpp-0.50.tar.gz) = ca0dbe486fe28d10f6e6917d2575f6b7
|
||||
SHA256 (irssi-xmpp-0.50.tar.gz) = 9aa5c656dffb9a067485e90cb62e4ac5fd41c38acd7876c1dc95f52e4ffc9878
|
||||
SIZE (irssi-xmpp-0.50.tar.gz) = 65700
|
||||
MD5 (irssi-xmpp-0.51.tar.gz) = 032f090f34614bd5ad768842abae6415
|
||||
SHA256 (irssi-xmpp-0.51.tar.gz) = 5f8c7f9d51856201b47647befd74eea8e7cecc1ed0ee52916dc15d9e623f686d
|
||||
SIZE (irssi-xmpp-0.51.tar.gz) = 67801
|
||||
|
@ -13,4 +13,4 @@ Its main features are:
|
||||
* SSL and HTTP proxy support
|
||||
* ...
|
||||
|
||||
WWW: http://cybione.org/src/irssi-xmpp/
|
||||
WWW: http://cybione.org/~irssi-xmpp/
|
||||
|
Loading…
Reference in New Issue
Block a user