Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2011 22:51:39 GMT
From:      Glen Barber <gjb@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/159825: [patch][maintainer] textproc/codespell: Update MASTER_SITES entry
Message-ID:  <201108162251.p7GMpdW3075213@red.freebsd.org>
Resent-Message-ID: <201108162300.p7GN0Oxk036684@freefall.freebsd.org>

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

>Number:         159825
>Category:       ports
>Synopsis:       [patch][maintainer] textproc/codespell: Update MASTER_SITES entry
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 16 23:00:23 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Glen Barber
>Release:        9.0-BETA1
>Organization:
>Environment:
>Description:
The attached patch updates the MASTER_SITES entry for textproc/codespell to include the author's site.

Note that because distinfo is also changed, after this is committed, fetch requests to my site will fail the checksum check - I'll fix that with the updated distfile after this is committed, otherwise the checksum will fail until this gets committed.


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/codespell/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	7 Aug 2011 02:20:26 -0000	1.1
+++ Makefile	16 Aug 2011 21:50:34 -0000
@@ -8,7 +8,8 @@
 PORTNAME=	codespell
 PORTVERSION=	1.1
 CATEGORIES=	textproc
-MASTER_SITES=	http://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
+MASTER_SITES=	http://packages.profusion.mobi/${PORTNAME}/ \
+		http://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
 
 MAINTAINER=	gjb@FreeBSD.org
 COMMENT=	Source code spelling checker
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/textproc/codespell/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	7 Aug 2011 02:20:26 -0000	1.1
+++ distinfo	16 Aug 2011 21:50:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (codespell-1.1.tar.gz) = 0cdab2474ab1aacf830ab57280615935b745eb299fde0d50235a6dc2d423ea2e
-SIZE (codespell-1.1.tar.gz) = 42289
+SHA256 (codespell-1.1.tar.gz) = 8a7c2dd2b5adbc62196397add18c326f14ecfee5441952725f0a6b49ea36f615
+SIZE (codespell-1.1.tar.gz) = 42178


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



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