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/
Responsible Changed From-To: freebsd-ports-bugs->sylvio I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!