svn commit: r386097 - in head: archivers/deco archivers/linux-f10-upx archivers/upx audio/guspat audio/libaacplus audio/mp3c biology/protomol cad/alliance cad/electric cad/gnucap cad/tochnog chines...

Ashish SHUKLA ashish at FreeBSD.org
Wed May 13 12:14:27 UTC 2015


Hi Mathieu,

On Mon, 11 May 2015 18:34:58 +0000 (UTC), Mathieu Arnold <mat at FreeBSD.org> said:
| Author: mat
| Date: Mon May 11 18:34:57 2015
| New Revision: 386097
| URL: https://svnweb.freebsd.org/changeset/ports/386097

| Log:
|   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

| Modified:

[...]

|   head/net-im/ejabberd/Makefile

--8<---------------cut here---------------start------------->8---
--- head/net-im/ejabberd/Makefile	2015/05/11 18:31:01	386096
+++ head/net-im/ejabberd/Makefile	2015/05/11 18:34:57	386097
@@ -6,9 +6,8 @@
 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 at FreeBSD.org
 COMMENT=	Free and Open Source distributed fault-tolerant Jabber server
--8<---------------cut here---------------end--------------->8---


Due to removal of MASTER_SITE_SUBDIR variable the fetching of
"ejabberd-deps-2.tar.xz" from "distfiles.pirateparty.in" is broken.

I've committed the fix in r386209.

HTH
-- 
Ashish SHUKLA      | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0
Sent from my Emacs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150513/5c749a0d/attachment.sig>


More information about the svn-ports-all mailing list