Sun Apr 14 00:57:08 2013 UTC ()
Add some additional urls as comments under HOMEPAGE.


(dholland)
diff -r1.42 -r1.43 pkgsrc/security/sfs/Makefile

cvs diff -r1.42 -r1.43 pkgsrc/security/sfs/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/security/sfs/Attic/Makefile 2013/04/06 20:27:28 1.42
+++ pkgsrc/security/sfs/Attic/Makefile 2013/04/14 00:57:08 1.43
@@ -1,23 +1,25 @@ @@ -1,23 +1,25 @@
1# $NetBSD: Makefile,v 1.42 2013/04/06 20:27:28 rodent Exp $ 1# $NetBSD: Makefile,v 1.43 2013/04/14 00:57:08 dholland Exp $
2# 2#
3 3
4DISTNAME= sfs-0.7.2 4DISTNAME= sfs-0.7.2
5PKGREVISION= 13 5PKGREVISION= 13
6CATEGORIES= net security 6CATEGORIES= net security
7MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/} 7MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.fs.net/sfswww/ 10HOMEPAGE= http://www.fs.net/sfswww/
 11# http://en.wikipedia.org/wiki/Self-certifying_File_System
 12# http://web.archive.org/web/20080502061505/http://www.fs.net/sfswww/
11COMMENT= Secure, global, self-certifying network file system 13COMMENT= Secure, global, self-certifying network file system
12LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
13 15
14GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 17USE_LIBTOOL= yes
16 18
17SFS_USER?= sfs 19SFS_USER?= sfs
18SFS_GROUP?= sfs 20SFS_GROUP?= sfs
19 21
20CONFIGURE_ARGS+= --with-sfsuser=${SFS_USER} 22CONFIGURE_ARGS+= --with-sfsuser=${SFS_USER}
21CONFIGURE_ARGS+= --with-sfsgroup=${SFS_GROUP} 23CONFIGURE_ARGS+= --with-sfsgroup=${SFS_GROUP}
22CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR:Q} 24CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR:Q}
23CONFIGURE_ARGS+= --with-sfsdir=${SFS_ROOT:Q} 25CONFIGURE_ARGS+= --with-sfsdir=${SFS_ROOT:Q}