diff options
author | ashish <ashish@FreeBSD.org> | 2010-07-06 10:32:58 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2010-07-06 10:32:58 +0800 |
commit | 2189405666b6338ce6c68ff5ff07040119a2f7a0 (patch) | |
tree | 6bd08dbf1c0185abd2c75b18335a17a03958c273 /irc | |
parent | d26480b0b9696a1a3b998df06b6544664929db0b (diff) | |
download | freebsd-ports-gnome-2189405666b6338ce6c68ff5ff07040119a2f7a0.tar.gz freebsd-ports-gnome-2189405666b6338ce6c68ff5ff07040119a2f7a0.tar.zst freebsd-ports-gnome-2189405666b6338ce6c68ff5ff07040119a2f7a0.zip |
- Update to 1.2.8.
- Remove unneeded dependencies.
- Add LICENSE information.
Approved by: pgj (mentor)
Feature safe: yes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitlbee-otr/Makefile | 19 | ||||
-rw-r--r-- | irc/bitlbee-otr/distinfo | 6 | ||||
-rw-r--r-- | irc/bitlbee-otr/pkg-plist | 2 |
3 files changed, 11 insertions, 16 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile index c36b2166cf9e..1c6aa117292c 100644 --- a/irc/bitlbee-otr/Makefile +++ b/irc/bitlbee-otr/Makefile @@ -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> diff --git a/irc/bitlbee-otr/distinfo b/irc/bitlbee-otr/distinfo index ea6bf897fdfb..4c6dcb154201 100644 --- a/irc/bitlbee-otr/distinfo +++ b/irc/bitlbee-otr/distinfo @@ -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 diff --git a/irc/bitlbee-otr/pkg-plist b/irc/bitlbee-otr/pkg-plist index 26a63320f1da..44e7715c3388 100644 --- a/irc/bitlbee-otr/pkg-plist +++ b/irc/bitlbee-otr/pkg-plist @@ -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 |