Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Mar 2018 14:15:56 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465452 - head/security/john
Message-ID:  <201803241415.w2OEFubs058274@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Mar 24 14:15:56 2018
New Revision: 465452
URL: https://svnweb.freebsd.org/changeset/ports/465452

Log:
  - Simplify reference to ibiblio.org MASTER_SITE.
  - Fully sort pkg-plist.
  
  Approved by:	danfe (maintainer)

Modified:
  head/security/john/Makefile
  head/security/john/pkg-plist

Modified: head/security/john/Makefile
==============================================================================
--- head/security/john/Makefile	Sat Mar 24 13:32:01 2018	(r465451)
+++ head/security/john/Makefile	Sat Mar 24 14:15:56 2018	(r465452)
@@ -7,7 +7,7 @@ PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	http://www.openwall.com/john/j/ \
 		http://mirrors.kernel.org/openwall/projects/john/${DISTVERSION:C/-.*//}/ \
-		http://distro.ibiblio.org/pub/linux/distributions/openwall/projects/john/${DISTVERSION:C/-.*//}/ \
+		http://distro.ibiblio.org/openwall/projects/john/${DISTVERSION:C/-.*//}/ \
 		http://gd.tuwien.ac.at/opsys/linux/openwall/projects/john/${DISTVERSION:C/-.*//}/
 
 MAINTAINER=	danfe@FreeBSD.org

Modified: head/security/john/pkg-plist
==============================================================================
--- head/security/john/pkg-plist	Sat Mar 24 13:32:01 2018	(r465451)
+++ head/security/john/pkg-plist	Sat Mar 24 14:15:56 2018	(r465452)
@@ -90,15 +90,15 @@ bin/zip2john
 %%DATADIR%%/extra/stats
 %%DATADIR%%/extra/strip2john.py
 %%DATADIR%%/extra/sxc2john.py
-%%DATADIR%%/alpha.chr
 %%DATADIR%%/alnum.chr
 %%DATADIR%%/alnumspace.chr
+%%DATADIR%%/alpha.chr
 %%DATADIR%%/ascii.chr
 %%DATADIR%%/digits.chr
-%%DATADIR%%/dynamic.conf
-%%DATADIR%%/dynamic_flat_sse_formats.conf
 %%DATADIR%%/dumb16.conf
 %%DATADIR%%/dumb32.conf
+%%DATADIR%%/dynamic.conf
+%%DATADIR%%/dynamic_flat_sse_formats.conf
 %%DATADIR%%/john.conf
 %%DATADIR%%/john.local.conf
 %%DATADIR%%/korelogic.conf



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