svn commit: r49995 - head/ja_JP.eucJP/htdocs/ports

Ryusuke SUZUKI ryusuke at FreeBSD.org
Thu Feb 16 09:58:15 UTC 2017


Author: ryusuke
Date: Thu Feb 16 09:58:14 2017
New Revision: 49995
URL: https://svnweb.freebsd.org/changeset/doc/49995

Log:
  - Merge the following from the English version:
  
  	r47265 -> r49825	head/ja_JP.eucJP/htdocs/ports/portindex

Modified:
  head/ja_JP.eucJP/htdocs/ports/portindex

Modified: head/ja_JP.eucJP/htdocs/ports/portindex
==============================================================================
--- head/ja_JP.eucJP/htdocs/ports/portindex	Thu Feb 16 07:37:17 2017	(r49994)
+++ head/ja_JP.eucJP/htdocs/ports/portindex	Thu Feb 16 09:58:14 2017	(r49995)
@@ -6,7 +6,7 @@
 # Mon May 13 10:31:58 EST 1996
 # $FreeBSD$
 # The FreeBSD Japanese Documentation Project
-# Original revision: r47265
+# Original revision: r49825
 
 ############################################################
 
@@ -214,14 +214,14 @@ sub main {
 	$desc = $descLANG{$lloc}
 	    if ($descLANG{$lloc} ne '');
 
+	# figure out the FTP url
+	$loc =~ s%/usr/ports/%$baseSVNWEB%;
+	$ldesc =~ s%/usr/ports/%$baseSVNWEB%;
+	$ldesc .= '?revision=HEAD';
+
 	foreach my $i (sort(@cat)) {
 	    $stats{$i}++;
 
-	    # figure out the FTP url
-	    $loc =~ s%/usr/ports/%$baseSVNWEB%;
-	    $ldesc =~ s%/usr/ports/%$baseSVNWEB%;
-	    $ldesc .= '?revision=HEAD';
-
 	    # The name description and maintainer
 	    $name =~ s/,.*//g;
 	    $name =~ s/\++//g;


More information about the svn-doc-head mailing list