diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-11 18:34:57 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-11 18:34:57 +0000 |
commit | 88bfe4bd43787219ab4de75bd68c490c98776dfc (patch) | |
tree | 634e1ef4990207301493f26b46d80abe56b9f2b3 /net-im | |
parent | 9e8bfe9c71187ea60ac9f3a55c0c7bde80d76033 (diff) | |
download | ports-88bfe4bd43787219ab4de75bd68c490c98776dfc.tar.gz ports-88bfe4bd43787219ab4de75bd68c490c98776dfc.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ejabberd/Makefile | 5 | ||||
-rw-r--r-- | net-im/p5-Net-XMPP/Makefile | 3 | ||||
-rw-r--r-- | net-im/tkabbur/Makefile | 2 | ||||
-rw-r--r-- | net-im/xmpp-client/Makefile | 2 |
4 files changed, 5 insertions, 7 deletions
diff --git a/net-im/ejabberd/Makefile b/net-im/ejabberd/Makefile index 6b1c75ab16ea..88cd921547a9 100644 --- a/net-im/ejabberd/Makefile +++ b/net-im/ejabberd/Makefile @@ -6,9 +6,8 @@ PORTVERSION= 15.02 CATEGORIES= net-im MASTER_SITES= http://www.process-one.net/downloads/${PORTNAME}/${PORTVERSION}/:p1 \ http://distfiles.pirateparty.in/%SUBDIR%/:deps \ - ${MASTER_SITE_LOCAL:S/$/:deps/} -MASTER_SITE_SUBDIR= ashish/:deps -DISTFILES+= ${PORTNAME}-${PORTVERSION}.tgz:p1 ejabberd-deps-2.tar.xz:deps + LOCAL/ashish:deps +DISTFILES+= ${DISTNAME}.tgz:p1 ejabberd-deps-2.tar.xz:deps MAINTAINER= ashish@FreeBSD.org COMMENT= Free and Open Source distributed fault-tolerant Jabber server diff --git a/net-im/p5-Net-XMPP/Makefile b/net-im/p5-Net-XMPP/Makefile index f7616b578c36..e0eb0f784c1e 100644 --- a/net-im/p5-Net-XMPP/Makefile +++ b/net-im/p5-Net-XMPP/Makefile @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= Net-XMPP -PORTVERSION= 1.02.04 +DISTVERSION= 1.02_04 PORTREVISION= 1 CATEGORIES= net-im perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAPATRICK PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}_${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Net::XMPP provides Perl Developer access to the XMPP protocol diff --git a/net-im/tkabbur/Makefile b/net-im/tkabbur/Makefile index 9ee42b49e392..fb416a14a48b 100644 --- a/net-im/tkabbur/Makefile +++ b/net-im/tkabbur/Makefile @@ -4,7 +4,7 @@ PORTNAME= tkabbur PORTVERSION= 0.8 CATEGORIES= net-im -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= dhn@FreeBSD.org diff --git a/net-im/xmpp-client/Makefile b/net-im/xmpp-client/Makefile index 2a73c55bbee0..2814c92e6120 100644 --- a/net-im/xmpp-client/Makefile +++ b/net-im/xmpp-client/Makefile @@ -4,7 +4,7 @@ PORTNAME= xmpp-client PORTVERSION= 20150208 CATEGORIES= net-im MASTER_SITES= http://c-s.li/ports/ -DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ xmpp-20150105.tar.gz MAINTAINER= cs@FreeBSD.org |