aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-05-12 02:34:57 +0800
committermat <mat@FreeBSD.org>2015-05-12 02:34:57 +0800
commitd843ecd4966c8a5bed60cf3aaeb27edb6b5b2389 (patch)
tree634e1ef4990207301493f26b46d80abe56b9f2b3 /net-im
parent925f5606448b4e40652ba0a13bfb8cd44c8aac89 (diff)
downloadfreebsd-ports-gnome-d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389.tar.gz
freebsd-ports-gnome-d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389.tar.zst
freebsd-ports-gnome-d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389.zip
Cleanup DIST* variables.
When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'net-im')
-rw-r--r--net-im/ejabberd/Makefile5
-rw-r--r--net-im/p5-Net-XMPP/Makefile3
-rw-r--r--net-im/tkabbur/Makefile2
-rw-r--r--net-im/xmpp-client/Makefile2
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