Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2006 13:38:55 +0200
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/93280: [PATCH] sysutils/fortunelock: fix fetch and unBREAK
Message-ID:  <1139830735.52482@it.buh.cameradicommercio.ro>
Resent-Message-ID: <200602131140.k1DBe3FM074102@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93280
>Category:       ports
>Synopsis:       [PATCH] sysutils/fortunelock: fix fetch and unBREAK
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 13 11:40:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.1-PRERELEASE #1: Tue Feb  7 00:58:32 EET 2006


>Description:


WWW and the first MASTER_SITES are gone.

Fix fetching by leaving only MASTER_STIE_LOCAL.
Remove WWW from pkg-descr.


>How-To-Repeat:





>Fix:


--- fortunelock.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/fortunelock/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	12 Feb 2006 22:00:31 -0000	1.8
+++ Makefile	13 Feb 2006 11:36:20 -0000
@@ -8,14 +8,13 @@
 PORTNAME=	fortunelock
 PORTVERSION=	0.1.2
 CATEGORIES=	sysutils
-MASTER_SITES=	http://cx.capsi.com/src/fortunelock/ \
-		${MASTER_SITE_LOCAL}
+MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	dannyboy
 
 MAINTAINER=	dannyboy@FreeBSD.org
 COMMENT=	Locks a terminal while showing fortunes
 
-BROKEN=		Checksum mismatch
+#BROKEN=		Checksum mismatch
 
 USE_BZIP2=	yes
 
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/sysutils/fortunelock/pkg-descr,v
retrieving revision 1.4
diff -u -r1.4 pkg-descr
--- pkg-descr	15 Feb 2004 16:31:38 -0000	1.4
+++ pkg-descr	13 Feb 2006 11:36:20 -0000
@@ -3,7 +3,5 @@
 and therefore does not support PAM, NIS, shadow passwords or even regular
 passwords: the user must enter a lock password to lock the terminal.
 
-WWW: http://cx.capsi.com/code-fortunelock.html
-
 - Daniel Harris
 dannyboy@subdimension.com
--- fortunelock.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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