mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Update to 1.2.8.
- Remove unneeded dependencies. - Add LICENSE information. Approved by: pgj (mentor) Feature safe: yes
This commit is contained in:
parent
9448e80fd2
commit
78ca17141b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257444
@ -6,11 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= bitlbee-otr
|
||||
PORTVERSION= 1.2.7
|
||||
PORTVERSION= 1.2.8
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://fbsd.zlonet.ru/distfiles/ \
|
||||
http://wahjava.users.sourceforge.net/ \
|
||||
${MASTER_SITE_FREEBSD}
|
||||
http://wahjava.users.sourceforge.net/
|
||||
|
||||
MAINTAINER= ashish@FreeBSD.org
|
||||
COMMENT= An IRC to other chat networks gateway with support for OTR
|
||||
@ -29,6 +28,9 @@ USE_GNOME= glib20
|
||||
USE_RC_SUBR= bitlbee
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
OPTIONS= MSN "Enable MSN protocol support" On \
|
||||
DEBUG "Create debuggable binary" Off \
|
||||
OPENSSL "Use openssl rather than gnutls" Off \
|
||||
@ -58,7 +60,7 @@ SUB_LIST+= BITLBEEUSER=${BITLBEEUSER} \
|
||||
|
||||
SUB_FILES+= pkg-install pkg-deinstall
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if !defined(WITHOUT_MSN)
|
||||
CONFIGURE_ARGS+=--msn=1
|
||||
@ -107,13 +109,6 @@ CONFIGURE_ARGS+=--twitter=0
|
||||
|
||||
LIB_DEPENDS+= otr.4:${PORTSDIR}/security/libotr
|
||||
CONFIGURE_ARGS+=--otr=1
|
||||
.if !defined(NOPORTDOCS)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/xmlto:${PORTSDIR}/textproc/xmlto \
|
||||
${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt
|
||||
post-build:
|
||||
${MKDIR} ${WRKSRC}/.bzr
|
||||
${GMAKE} -C ${WRKSRC}/doc/user-guide
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
@ -148,4 +143,4 @@ post-install:
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (bitlbee-otr-1.2.7.tar.bz2) = 063d849c4011c599c4980eda87f0e0b4
|
||||
SHA256 (bitlbee-otr-1.2.7.tar.bz2) = 2cb8817e98e5ac40dda1f3e8c7a76ae1ed421c265c85e2455c4f3080b9e99982
|
||||
SIZE (bitlbee-otr-1.2.7.tar.bz2) = 392790
|
||||
MD5 (bitlbee-otr-1.2.8.tar.bz2) = 1273e7861f393473c5060f5ec5d6c214
|
||||
SHA256 (bitlbee-otr-1.2.8.tar.bz2) = f09a88be7d995a0cc489ee9bea4ac49dc326c1b2e9396a8e7cc886b3894883a3
|
||||
SIZE (bitlbee-otr-1.2.8.tar.bz2) = 394761
|
||||
|
@ -5,4 +5,4 @@ share/bitlbee/help.txt
|
||||
@exec mkdir -p %D/etc/bitlbee
|
||||
@exec mkdir -m 0700 -p /var/db/bitlbee
|
||||
@exec chown -R %%BITLBEEUSER%%:%%BITLBEEGROUP%% /var/db/bitlbee
|
||||
@dirrmtry /var/db/bitlbee
|
||||
@unexec rmdir /var/db/bitlbee
|
||||
|
Loading…
Reference in New Issue
Block a user