From chris@amnesiac.bayofrum.net  Thu Jun 24 16:27:00 2010
Return-Path: <chris@amnesiac.bayofrum.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C7DFD106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Jun 2010 16:27:00 +0000 (UTC)
	(envelope-from chris@amnesiac.bayofrum.net)
Received: from amnesiac.bayofrum.net (87-194-206-83.bethere.co.uk [87.194.206.83])
	by mx1.freebsd.org (Postfix) with ESMTP id 3E0218FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Jun 2010 16:26:59 +0000 (UTC)
Received: from amnesiac.bayofrum.net (localhost [127.0.0.1])
	by amnesiac.bayofrum.net (8.14.3/8.14.3) with ESMTP id o5OGQsRn013221
	(version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Jun 2010 17:26:54 +0100 (BST)
	(envelope-from chris@amnesiac.bayofrum.net)
Received: (from chris@localhost)
	by amnesiac.bayofrum.net (8.14.3/8.14.3/Submit) id o5OGQsef013220;
	Thu, 24 Jun 2010 17:26:54 +0100 (BST)
	(envelope-from chris)
Message-Id: <201006241626.o5OGQsef013220@amnesiac.bayofrum.net>
Date: Thu, 24 Jun 2010 17:26:54 +0100 (BST)
From: Chris Rees <utisoft@gmail.com>
Reply-To: Chris Rees <utisoft@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Maintainer update: textproc/atom change MASTER_SITES
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         148113
>Category:       ports
>Synopsis:       Maintainer update: textproc/atom change MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sylvio
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 24 16:30:06 UTC 2010
>Closed-Date:    Wed Jun 30 11:29:34 UTC 2010
>Last-Modified:  Wed Jun 30 11:30:07 UTC 2010
>Originator:     Chris Rees
>Release:        FreeBSD 8.0-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD amnesiac.bayofrum.net 8.0-RELEASE-p3 FreeBSD 8.0-RELEASE-p3 #0: Wed May 26 05:45:12 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	I'm rearranging distfiles on my server, so as to make them more organised. I've also modified the formatting of this Makefile to make the .for inside the .ifs less confusing

>How-To-Repeat:
>Fix:

--- atom.diff begins here ---
diff -ruN atom.orig/Makefile atom/Makefile
--- atom.orig/Makefile	2010-06-24 17:07:44.000000000 +0100
+++ atom/Makefile	2010-06-24 17:08:52.000000000 +0100
@@ -8,11 +8,11 @@
 PORTNAME=	atom
 PORTVERSION=	1.0
 CATEGORIES=	textproc
-MASTER_SITES=	http://www.bayofrum.net/atom/ \
+MASTER_SITES=	http://www.bayofrum.net/dist/atom/ \
 		http://muuz.deadbbs.com/FreeBSD/atom/
 
 MAINTAINER=	utisoft@gmail.com
-COMMENT=	Converts text files to html with special attrs
+COMMENT=	Converts text files to html with special attributes
 
 MAN1=	atom.1
 MANCOMPRESSED=	no
@@ -30,9 +30,9 @@
 	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
-.for DOC in ${PORTDOCS}
-	${CP} -R ${WRKSRC}/${DOC} ${DOCSDIR}/
-.endfor
+.	for DOC in ${PORTDOCS}
+		${CP} -R ${WRKSRC}/${DOC} ${DOCSDIR}/
+.	endfor
 .endif
 
 .include <bsd.port.mk>
diff -ruN atom.orig/pkg-descr atom/pkg-descr
--- atom.orig/pkg-descr	2010-06-24 17:07:44.000000000 +0100
+++ atom/pkg-descr	2010-06-24 17:11:01.000000000 +0100
@@ -1,4 +1,4 @@
 This port takes plain text files like ASCII as input, and outputs
 mark files such as HTML or (unsupported) LaTeX.
 
-WWW: http://www.bayofrum.net/atom/
+WWW: http://www.bayofrum.net/dist/atom/
--- atom.diff ends here ---



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sylvio 
Responsible-Changed-By: sylvio 
Responsible-Changed-When: Mon Jun 28 16:11:34 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148113 
State-Changed-From-To: open->closed 
State-Changed-By: sylvio 
State-Changed-When: Wed Jun 30 11:29:33 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148113 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/148113: commit references a PR
Date: Wed, 30 Jun 2010 11:29:19 +0000 (UTC)

 sylvio      2010-06-30 11:29:06 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/atom        Makefile pkg-descr 
   Log:
   - Update MASTER_SITES and WWW
   
   PR:             ports/148113
   Feature safe:   yes
   
   Revision  Changes    Path
   1.2       +5 -5      ports/textproc/atom/Makefile
   1.2       +1 -1      ports/textproc/atom/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
