Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Nov 2015 05:22:51 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400685 - head/net/sie-nmsg
Message-ID:  <201511030522.tA35Mped006594@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Tue Nov  3 05:22:51 2015
New Revision: 400685
URL: https://svnweb.freebsd.org/changeset/ports/400685

Log:
  Test to see if portscout is happier with http instead of https.

Modified:
  head/net/sie-nmsg/Makefile

Modified: head/net/sie-nmsg/Makefile
==============================================================================
--- head/net/sie-nmsg/Makefile	Tue Nov  3 04:55:58 2015	(r400684)
+++ head/net/sie-nmsg/Makefile	Tue Nov  3 05:22:51 2015	(r400685)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libprotobuf-c.so:${PORTSDIR
 GNU_CONFIGURE=	yes
 USES=	gmake libtool pathfix pkgconfig
 
-PORTSCOUT=	${MASTER_SITES:N*FreeBSD*:S/^/site:/}
+PORTSCOUT=	${MASTER_SITES:N*FreeBSD*:S/^https/site:http/}
 
 INSTALL_TARGET=	install-strip
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511030522.tA35Mped006594>