Fix distfile fetching.
Fix building of lang/erlang as dependency of net/ejabberd. Take maintainership (requested by former maintainer). Approved by: portmgr (clement), gonzo@univ.kiev.ua (former maintainer)
This commit is contained in:
parent
397439cc5b
commit
415ee51bc7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140870
2 changed files with 8 additions and 6 deletions
|
@ -7,14 +7,14 @@
|
|||
|
||||
PORTNAME= ejabberd
|
||||
PORTVERSION= 0.9.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.jabber.ru/files/ejabberd/ \
|
||||
http://www.process-one.net/en/projects/ejabberd/download/${PORTVERSION}/
|
||||
PATCH_SITES= http://ejabberd.jabber.ru/files/badlop/
|
||||
PATCH_SITES= http://www.jabber.ru/files/ejabberd/
|
||||
PATCHFILES= ejabberd_ctl.erl.diff
|
||||
|
||||
MAINTAINER= gonzo@univ.kiev.ua
|
||||
MAINTAINER= vsevolod@FreeBSD.org
|
||||
COMMENT= Free and Open Source distributed fault-tolerant Jabber server
|
||||
|
||||
BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
|
||||
|
@ -30,6 +30,7 @@ USE_REINPLACE= yes
|
|||
USE_OPENSSL= yes
|
||||
USE_ICONV= yes
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
NOPRECIOUSMAKEVARS= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -7,14 +7,14 @@
|
|||
|
||||
PORTNAME= ejabberd
|
||||
PORTVERSION= 0.9.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.jabber.ru/files/ejabberd/ \
|
||||
http://www.process-one.net/en/projects/ejabberd/download/${PORTVERSION}/
|
||||
PATCH_SITES= http://ejabberd.jabber.ru/files/badlop/
|
||||
PATCH_SITES= http://www.jabber.ru/files/ejabberd/
|
||||
PATCHFILES= ejabberd_ctl.erl.diff
|
||||
|
||||
MAINTAINER= gonzo@univ.kiev.ua
|
||||
MAINTAINER= vsevolod@FreeBSD.org
|
||||
COMMENT= Free and Open Source distributed fault-tolerant Jabber server
|
||||
|
||||
BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
|
||||
|
@ -30,6 +30,7 @@ USE_REINPLACE= yes
|
|||
USE_OPENSSL= yes
|
||||
USE_ICONV= yes
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
NOPRECIOUSMAKEVARS= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
Loading…
Reference in a new issue