Bug 148113 - Maintainer update: textproc/atom change MASTER_SITES
Summary: Maintainer update: textproc/atom change MASTER_SITES
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sylvio Cesar Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-24 17:30 UTC by Chris Rees
Modified: 2010-06-30 12:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Rees 2010-06-24 17:30:06 UTC
	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

Fix: 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.--2VfYF3qUiw9jPK3aWZSfER0dKt6hO3vrBhnkVERB5DFB2eMG
Content-Type: text/plain; name="atom.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="atom.diff"

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/
Comment 1 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-06-28 17:11:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-06-30 12:29:19 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"
Comment 3 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-06-30 12:29:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!