diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-27 18:48:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-27 18:48:02 +0000 |
commit | 7187bd032b66f2caf1cabd991a9a1bfb9fb020f8 (patch) | |
tree | f7e802c0314c49379610ac993cc177a5454ff0cb /security | |
parent | a6f0e95479460a02148b7d909052b9c127bbe29f (diff) | |
download | pkgsrc-7187bd032b66f2caf1cabd991a9a1bfb9fb020f8.tar.gz |
Rename "SITES_* to "SITES.*" for file-specific lists of sites from which
to fetch the file. This completes the renaming described in revision
1.1799 of bsd.pkg.mk.
Diffstat (limited to 'security')
-rw-r--r-- | security/CSP/Makefile | 4 | ||||
-rw-r--r-- | security/dirmngr/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg/options.mk | 4 | ||||
-rw-r--r-- | security/libtcpa/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/security/CSP/Makefile b/security/CSP/Makefile index db3778aeccc..9bb9d1852e5 100644 --- a/security/CSP/Makefile +++ b/security/CSP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/12/27 20:56:17 cube Exp $ +# $NetBSD: Makefile,v 1.2 2006/07/27 18:48:03 jlam Exp $ # DISTNAME= CSP-0.32 @@ -15,7 +15,7 @@ DEPENDS+= p5-IPC-Run>=0.79:../../devel/p5-IPC-Run DEPENDS+= p5-Term-Prompt>=1.03:../../devel/p5-Term-Prompt CSPGUIDE= cspguide.pdf -SITES_${CSPGUIDE}= http://devel.it.su.se/content/1/c4/32/90/ +SITES.${CSPGUIDE}= http://devel.it.su.se/content/1/c4/32/90/ EXTRACT_ONLY= ${DISTFILES:N*.pdf} PERL5_PACKLIST= auto/CSP/.packlist diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index d4baa83d918..d58affe5eb5 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/05/31 18:22:25 ghen Exp $ +# $NetBSD: Makefile,v 1.24 2006/07/27 18:48:03 jlam Exp $ # DISTNAME= dirmngr-0.9.3 @@ -7,7 +7,7 @@ CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/dirmngr/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES+= pth-2.0.4.tar.gz -SITES_pth-2.0.4.tar.gz= ${MASTER_SITE_GNU:=pth/} +SITES.pth-2.0.4.tar.gz= ${MASTER_SITE_GNU:=pth/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= shannonjr@NetBSD.org diff --git a/security/gnupg/options.mk b/security/gnupg/options.mk index 29171f1d66b..d4c81545d34 100644 --- a/security/gnupg/options.mk +++ b/security/gnupg/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2006/05/31 18:22:25 ghen Exp $ +# $NetBSD: options.mk,v 1.9 2006/07/27 18:48:03 jlam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gnupg PKG_SUPPORTED_OPTIONS= curl idea ldap @@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --without-libcurl # use of IDEA as crypto function LICENCE= fee-based-commercial-use DISTFILES+= idea.c.gz -SITES_idea.c.gz=ftp://ftp.gnupg.dk/pub/contrib-dk/ \ +SITES.idea.c.gz=ftp://ftp.gnupg.dk/pub/contrib-dk/ \ http://www.gnupg.dk/contrib-dk/ USE_TOOLS+= gzcat diff --git a/security/libtcpa/Makefile b/security/libtcpa/Makefile index 282e34da438..bd437dd7a88 100644 --- a/security/libtcpa/Makefile +++ b/security/libtcpa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:47:13 tv Exp $ +# $NetBSD: Makefile,v 1.6 2006/07/27 18:48:03 jlam Exp $ # DISTNAME= tpm-1.1b @@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/TPM -SITES_tcpa_man_20031210.tgz= http://www.citi.umich.edu/u/rwash/projects/trusted/ +SITES.tcpa_man_20031210.tgz= http://www.citi.umich.edu/u/rwash/projects/trusted/ BUILD_DIRS= ${WRKSRC}/libtcpa ${WRKSRC}/examples INSTALLATION_DIRS= bin lib man/man3 share/doc/${PKGBASE} |