ports/90119: update ports/www/typo

Vivek Khera vivek at khera.org
Thu Dec 8 21:20:33 UTC 2005


>Number:         90119
>Category:       ports
>Synopsis:       update ports/www/typo
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 08 21:20:05 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 5.4-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD lorax.kcilink.com 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #0: Tue Sep 20 15:26:41 EDT 2005 vivek at lorax.kcilink.com:/u/lorax1/usr5/src/sys/i386/compile/LORAX i386


	
>Description:
	

update ports/www/typo to latest stable release; tighten up file permissions

>How-To-Repeat:
	
>Fix:

	

according to docs, only the log and public dirs need to be writable by the
web server, not everything.  this patch addresses this issue by only making
those directories owned by the web user/group.

--- Makefile.orig	Thu Dec  8 15:34:46 2005
+++ Makefile	Thu Dec  8 16:07:50 2005
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	typo
-PORTVERSION=	2.5.6
+PORTVERSION=	2.6.0
 CATEGORIES=	www
-MASTER_SITES=	http://rubyforge.org/frs/download.php/6171/
+MASTER_SITES=	http://rubyforge.org/frs/download.php/7005/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	jw at innerewut.de
@@ -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 \
--- distinfo.orig	Thu Dec  8 15:34:50 2005
+++ distinfo	Thu Dec  8 15:40:26 2005
@@ -1,2 +1,2 @@
-MD5 (typo-2.5.6.tgz) = 5915acae44fdc69f607f342091d928fe
-SIZE (typo-2.5.6.tgz) = 321475
+MD5 (typo-2.6.0.tgz) = 0f4168c7a4c70c968a52bdbc6fba581a
+SIZE (typo-2.6.0.tgz) = 323736

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list