summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-04-30 20:57:23 +0000
committerjoerg <joerg@pkgsrc.org>2016-04-30 20:57:23 +0000
commitc574f266ffddb22f5bb332c32b4024bc98ec645b (patch)
treeb37b97349340943798e571b1ff1518a2c72c673a /chat
parente42e70afa767aa8bf96cb0d9e4406e7cd799a2cd (diff)
downloadpkgsrc-c574f266ffddb22f5bb332c32b4024bc98ec645b.tar.gz
Drop MASTERSITE, requires authentication now.
Diffstat (limited to 'chat')
-rw-r--r--chat/atheme/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/atheme/Makefile b/chat/atheme/Makefile
index 0af25b349f8..e9b946463ff 100644
--- a/chat/atheme/Makefile
+++ b/chat/atheme/Makefile
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.13 2016/03/05 11:28:06 jperkin Exp $
+# $NetBSD: Makefile,v 1.14 2016/04/30 20:57:23 joerg Exp $
#
DISTNAME= atheme-services-3.0.4
PKGNAME= ${DISTNAME:S/-services//}
PKGREVISION= 5
CATEGORIES= chat
-MASTER_SITES= http://distfiles.atheme.org/
+# Gives 401
+#MASTER_SITES= http://distfiles.atheme.org/
EXTRACT_SUFX= .tbz2
MAINTAINER= pkgsrc-users@NetBSD.org