ports/90119: update www/typo
Jonathan Weiss
jw at innerewut.de
Sat Dec 10 12:00:23 UTC 2005
The following reply was made to PR ports/90119; it has been noted by GNATS.
From: Jonathan Weiss <jw at innerewut.de>
To: <bug-followup at FreeBSD.org>,
<vivek at khera.org>
Cc:
Subject: Re: ports/90119: update www/typo
Date: Sat, 10 Dec 2005 12:53:33 +0100
> Maintainer of www/typo,
>
> Please note that PR ports/90119 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/90119
The file permission part of the patch is ok with me, the update to 2.6.0 is
not. Typo 2.6.0 has some issues with the 0.13.1 version of Ruby on Rails
that is currently in the ports tree.
Rails 1.0 will be released next week and I'm planning on updating Typo to
2.6.0 after my update of the Rails port.
So this part of the patch can be commited:
-------------------------------------------------------
--- Makefile.orig Thu Dec 8 15:34:46 2005
+++ Makefile Thu Dec 8 16:07:50 2005
@@ -23,7 +23,8 @@
do-install:
${CP} -R ${WRKSRC} ${PREFIX}/${TYPODIR}
- ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPODIR}
+ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPODIR}/log
+ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPODIR}/public
post-install:
@${FIND} ${PREFIX}/${TYPODIR} -not -type d \
-------------------------------------------------------
Regards,
Jonathan
--
Jonathan Weiss
http://blog.innerewut.de
More information about the freebsd-ports-bugs
mailing list