Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Mar 2004 15:40:16 -0800 (PST)
From:      Kimura Fuyuki <fuyuki@nigredo.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/63861: bsd.sites.mk: Add MASTER_SITE_SAMBA
Message-ID:  <200403062340.i26NeGYM057369@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/63861; it has been noted by GNATS.

From: Kimura Fuyuki <fuyuki@nigredo.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/63861: bsd.sites.mk: Add MASTER_SITE_SAMBA
Date: Sun, 07 Mar 2004 08:36:28 +0900

 I found another port that could utilize MASTER_SITE_SAMBA.
 
 cvs diff: Diffing .
 Index: Makefile
 ===================================================================
 RCS file: /cvs/FreeBSD/ports/security/pam_smb/Makefile,v
 retrieving revision 1.19
 diff -u -r1.19 Makefile
 --- Makefile	4 Feb 2004 05:08:50 -0000	1.19
 +++ Makefile	6 Mar 2004 23:31:39 -0000
 @@ -5,11 +5,12 @@
  # $FreeBSD: ports/security/pam_smb/Makefile,v 1.19 2004/02/04 05:08:50 marcus Exp $
  
  PORTNAME=	pam_smb
 -PORTVERSION=	2.0.0.r5
 -PORTREVISION=	3
 +PORTVERSION=	2.0.0.r6
  CATEGORIES=	security
  MASTER_SITES=	http://pamsmb.sourceforge.net/v2/ \
 -		http://www.csn.ul.ie/~airlied/pam_smb/v2/
 +		http://www.csn.ul.ie/~airlied/pam_smb/v2/ \
 +		${MASTER_SITE_SAMBA}
 +MASTER_SITE_SUBDIR=	pam_smb/v2
  DISTNAME=	${PORTNAME}-${PORTVERSION:S/.r/-rc/}
  
  MAINTAINER=	ports@FreeBSD.org
 Index: distinfo
 ===================================================================
 RCS file: /cvs/FreeBSD/ports/security/pam_smb/distinfo,v
 retrieving revision 1.4
 diff -u -r1.4 distinfo
 --- distinfo	29 Jan 2004 16:11:36 -0000	1.4
 +++ distinfo	6 Mar 2004 23:31:48 -0000
 @@ -1,2 +1,2 @@
 -MD5 (pam_smb-2.0.0-rc5.tar.gz) = 48cd4986cdf2cc36f668fe177d932d9f
 -SIZE (pam_smb-2.0.0-rc5.tar.gz) = 114456
 +MD5 (pam_smb-2.0.0-rc6.tar.gz) = 69e5473d01169296412dca4238c49566
 +SIZE (pam_smb-2.0.0-rc6.tar.gz) = 115069
 cvs diff: Diffing files



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