Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2013 21:57:17 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322461 - head/security/sslscan
Message-ID:  <201307072157.r67LvHst051874@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Sun Jul  7 21:57:17 2013
New Revision: 322461
URL: http://svnweb.freebsd.org/changeset/ports/322461

Log:
  - fix fetch and remove stale mirror
  - convert historical header
  
  PR:		180346
  Submitted by:	r4721@tormail.org
  Approved by:	matthieu@labs.fr (maintainer)

Modified:
  head/security/sslscan/Makefile

Modified: head/security/sslscan/Makefile
==============================================================================
--- head/security/sslscan/Makefile	Sun Jul  7 21:55:43 2013	(r322460)
+++ head/security/sslscan/Makefile	Sun Jul  7 21:57:17 2013	(r322461)
@@ -1,15 +1,10 @@
-# New ports collection makefile for:	sslscan
-# Date created:				21/6/2011
-# Whom:					Matthieu BOUTHORS
-#
+# Created by: Matthieu BOUTHORS <matthieu@labs.fr>
 # $FreeBSD$
-#
 
 PORTNAME=	sslscan
 PORTVERSION=	1.8.2
 CATEGORIES=	security
-MASTER_SITES=	http://downloads.sourceforge.net/project/sslscan/sslscan/ \
-		http://mirror.labs.fr/pub/FreeBSD/distfiles/
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	matthieu@labs.fr



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