ports/93280: [PATCH] sysutils/fortunelock: fix fetch and unBREAK

Ion-Mihai IOnut Tetcu itetcu at people.tecnik93.com
Mon Feb 13 11:40:04 UTC 2006


>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 at 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 at subdimension.com
--- fortunelock.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list