Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.30 2014/12/16 03:26:49 mef Exp $
# $NetBSD: Makefile,v 1.31 2015/06/12 10:51:10 wiz Exp $
#
DISTNAME= skey-1.1.5
PKGREVISION= 7
PKGREVISION= 8
CATEGORIES= security
MASTER_SITES= http://www.sparc.spb.su/solaris/skey/
#MASTER_SITES= ftp://ftp.math.ethz.ch/hg/pub/opie/

View File

@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.10 2011/01/04 14:20:00 obache Exp $
$NetBSD: distinfo,v 1.11 2015/06/12 08:04:23 tron Exp $
SHA1 (skey-1.1.5.tar.bz2) = d55fb286098900cdf3eb6b174a720a06c722312a
RMD160 (skey-1.1.5.tar.bz2) = 33d97cbcd6dbc91bdca5b27056d51d1f5d06b68d
@@ -12,4 +12,4 @@ SHA1 (patch-af) = a2f46213568bb61cebbca658cf8bdb17e4150361
SHA1 (patch-ag) = 43db09ab58733b773ed30015984f724ba80d0e11
SHA1 (patch-ah) = dec25286d50cbe0181b9b4bc99bd92556e573b5e
SHA1 (patch-ai) = ad90b480047a22b25bc2c6e416a224e892e501c9
SHA1 (patch-aj) = ab360d1a032fec2faa43801d9c659716b9f24ab4
SHA1 (patch-aj) = 940d50d33b36f00e6fa4cfffc13d3a5c41d4f2f9

View File

@@ -1,10 +1,20 @@
$NetBSD: patch-aj,v 1.1 2011/01/04 14:20:00 obache Exp $
$NetBSD: patch-aj,v 1.2 2015/06/12 08:04:23 tron Exp $
* defined(%hash) is deprecated.
* defined(@array) is deprecated.
--- fixpaths.orig 2001-05-10 16:10:49.000000000 +0000
+++ fixpaths
@@ -26,7 +26,7 @@ while ($_=$ARGV[0], /^-/) {
--- fixpaths.orig 2001-05-10 17:10:49.000000000 +0100
+++ fixpaths 2015-06-12 09:02:03.000000000 +0100
@@ -7,7 +7,7 @@
$ext="out";
-if (!defined(@ARGV)) { die ("$usage"); }
+if (!@ARGV) { die ("$usage"); }
# read in the command line and get some definitions
while ($_=$ARGV[0], /^-/) {
@@ -26,7 +26,7 @@
}
} # while parsing arguments