Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2006 04:56:51 +0200
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/94213: [PATCH] graphics/scrot: UNBREAK (Fix fetch)
Message-ID:  <1141786611.52993@it.buh.tecnik93.com>
Resent-Message-ID: <200603080300.k2830Fod084792@freefall.freebsd.org>

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

>Number:         94213
>Category:       ports
>Synopsis:       [PATCH] graphics/scrot: UNBREAK (Fix fetch)
>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:   Wed Mar 08 03:00:15 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 #0: Fri Feb 24 07:01:54 EET 2006
    root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P



>Description:


FIx MASTER_SITES [1]
Also fix WWW.
portlint while here.

Tinderbox tested on 6-STABLE.

Reported by:    fenner's distfile survey [1]


>How-To-Repeat:





>Fix:


--- scrot.diff begins here ---
? scrot.diff
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/scrot/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	12 Apr 2005 03:25:42 -0000	1.12
+++ Makefile	8 Mar 2006 02:48:52 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	scrot
 PORTVERSION=	0.8
 CATEGORIES=	graphics
-MASTER_SITES=	http://www.linuxbrit.co.uk/downloads/
+MASTER_SITES=	http://inuxbrit.co.uk/downloads/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A screen capture utility that utilizes Imlib2
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/graphics/scrot/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	3 Dec 2000 20:26:18 -0000	1.1
+++ pkg-descr	8 Mar 2006 02:48:52 -0000
@@ -1,3 +1,3 @@
 A screen capture utility that utilizes Imlib2.
 
-WWW: http://www.linuxbrit.co.uk/scrot/
+WWW: http://linuxbrit.co.uk/scrot/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/scrot/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	27 Jan 2002 17:15:34 -0000	1.2
+++ pkg-plist	8 Mar 2006 02:48:52 -0000
@@ -1,7 +1,7 @@
 @comment $FreeBSD: ports/graphics/scrot/pkg-plist,v 1.2 2002/01/27 17:15:34 dwcjr Exp $
 bin/scrot
-%%PORTDOCS%%share/doc/scrot/AUTHORS
-%%PORTDOCS%%share/doc/scrot/ChangeLog
-%%PORTDOCS%%share/doc/scrot/README
-%%PORTDOCS%%share/doc/scrot/TODO
-%%PORTDOCS%%@dirrm share/doc/scrot
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/TODO
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- scrot.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?1141786611.52993>