svn commit: r402915 - in head/net: dtcp dtcpclient

Hajimu UMEMOTO ume at FreeBSD.org
Fri Dec 4 10:56:50 UTC 2015


Author: ume
Date: Fri Dec  4 10:56:48 2015
New Revision: 402915
URL: https://svnweb.freebsd.org/changeset/ports/402915

Log:
  Drop home.jp.FreeBSD.org from MASTER_SITES.

Modified:
  head/net/dtcp/Makefile
  head/net/dtcpclient/Makefile

Modified: head/net/dtcp/Makefile
==============================================================================
--- head/net/dtcp/Makefile	Fri Dec  4 09:51:00 2015	(r402914)
+++ head/net/dtcp/Makefile	Fri Dec  4 10:56:48 2015	(r402915)
@@ -4,8 +4,7 @@ PORTNAME=	dtcp
 PORTVERSION=	20130602
 PORTREVISION=	2
 CATEGORIES=	net ipv6
-MASTER_SITES=	http://www.mahoroba.org/~ume/ipv6/ \
-		http://home.jp.FreeBSD.org/~ume/ipv6/
+MASTER_SITES=	http://www.mahoroba.org/~ume/ipv6/
 
 MAINTAINER=	ume at FreeBSD.org
 COMMENT=	Dynamic Tunnel Configuration Protocol daemon and client

Modified: head/net/dtcpclient/Makefile
==============================================================================
--- head/net/dtcpclient/Makefile	Fri Dec  4 09:51:00 2015	(r402914)
+++ head/net/dtcpclient/Makefile	Fri Dec  4 10:56:48 2015	(r402915)
@@ -4,8 +4,7 @@ PORTNAME=	dtcpclient
 PORTVERSION=	20151002
 #PORTREVISION=	0
 CATEGORIES=	net ipv6
-MASTER_SITES=	http://www.mahoroba.org/~ume/ipv6/ \
-		http://home.jp.FreeBSD.org/~ume/ipv6/
+MASTER_SITES=	http://www.mahoroba.org/~ume/ipv6/
 
 MAINTAINER=	ume at FreeBSD.org
 COMMENT=	Dynamic Tunnel Configuration Protocol client


More information about the svn-ports-all mailing list