ports/148113: Maintainer update: textproc/atom change MASTER_SITES

Chris Rees utisoft at gmail.com
Thu Jun 24 16:30:07 UTC 2010


>Number:         148113
>Category:       ports
>Synopsis:       Maintainer update: textproc/atom change MASTER_SITES
>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:   Thu Jun 24 16:30:06 UTC 2010
>Closed-Date:
>Last-Modified:
>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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list